tjrivian
Well-Known Member
@dfacto I spun this up via docker, but I'm getting the following error. Any idea what might be causing this and how to fix it?
Code:
PermissionError: [Errno 13] Permission denied: '/app/cache/users'
Traceback (most recent call last):
File "/app/main.py", line 54, in <module>
from cache import (
File "/app/cache.py", line 26, in <module>
USERS_DIR.mkdir(exist_ok=True)
File "/usr/lib/python3.12/pathlib.py", line 1313, in mkdir
os.mkdir(self, mode)
PermissionError: [Errno 13] Permission denied: '/app/cache/users'
Traceback (most recent call last):
File "/app/main.py", line 54, in <module>
from cache import (
File "/app/cache.py", line 26, in <module>
USERS_DIR.mkdir(exist_ok=True)
File "/usr/lib/python3.12/pathlib.py", line 1313, in mkdir
os.mkdir(self, mode)
PermissionError: [Errno 13] Permission denied: '/app/cache/users'
Traceback (most recent call last):
File "/app/main.py", line 54, in <module>
Sponsored