When I try to download Twitter stuff with the docket successfully set up, error shows:
2025-12-01 19:55:14 [error] [twitter][error] cookies: Failed to write to '/config/cookies.txt' (PermissionError: [Errno 13] Permission denied: '/config/cookies.txt.tmp')
2025-12-01 19:55:15 [info] Download process exited successfully
I find that the original gallery-dl binds the "/etc" folder and places "gallery-dl.config" into that folder, whereas gallery-dl-server binds the "/config" folder and places "gallery-dl.config" into that folder.
So what seems to be the problem? It's confusing. Please help.