May 18, 20233 yr I'm a newby of docker. I've been trying to get this docker to work but without success. When I try to download a file I get this error. Traceback (most recent call last): File "/opt/venv/bin/qobuz-dl", line 8, in <module> sys.exit(main()) ^^^^^^ File "/opt/venv/lib/python3.11/site-packages/qobuz_dl/cli.py", line 160, in main qobuz = QobuzDL( ^^^^^^^^ File "/opt/venv/lib/python3.11/site-packages/qobuz_dl/core.py", line 56, in __init__ self.directory = create_and_return_dir(directory) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/venv/lib/python3.11/site-packages/qobuz_dl/utils.py", line 171, in create_and_return_dir os.makedirs(fix, exist_ok=True) File "<frozen os>", line 225, in makedirs PermissionError: [Errno 13] Permission denied: 'Qobuz Downloads' What am I doing wrong? https://hub.docker.com/r/spinkever/qobuz-dl
October 26, 20241 yr try to remove the port. it's not needed. you also need the PUID and PGID This is what mine looks like, and it works great!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.