-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
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:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels