Skip to content

Docker issues - unRAID setup #86

Description

@NeoMatrixJR

Trying to run this in unRAID alongside a spoolman container.
I was able to fix the startup issues by ensuring I set the folder paths up correctly for the two containers, but I'm still having permissions issues. Right now it's spamming this in the container log:

PermissionError: [Errno 13] Permission denied: '/home/app/logs/mqtt.log'
Traceback (most recent call last):
  File "/home/app/mqtt_bambulab.py", line 418, in on_message
    append_to_rotating_file("/home/app/logs/mqtt.log", msg.payload.decode())
  File "/home/app/logger.py", line 26, in append_to_rotating_file
    with open(file_path, "a", encoding="utf-8") as file:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions