HoloArchivists / fc2-live-dl

Tool to download FC2 live streams
https://pypi.org/project/fc2-live-dl/
MIT License
113 stars 11 forks source link

PermissionError: [Errno 13] Permission denied: 'autofc2.json' #49

Closed Kaiay closed 6 months ago

Kaiay commented 1 year ago

Hello. I am trying to move fc2-live-dl from windows to my new synology nas. I following the Running autofc2 with Docker part, using docker-compose.yml and try to make it but stuck at Permission Error. I tried to fix it myself by google some information e.g. create a new user group call docker and modify the owns of docker.sock file. But I'm still can't get out of this error. May I get some help here? Thank you. Logs is in the zip file. tools-autofc2-1.zip

hizkifw commented 1 year ago

Can you paste here your docker-compose.yml file?

Kaiay commented 1 year ago

` # Sample docker-compose.yml file for autofc2

Check the README for more information

version: '3' services: autofc2: image: ghcr.io/holoarchivists/fc2-live-dl:latest command: autofc2 volumes:

hizkifw commented 7 months ago

Hi, are you still facing the issue? Can you try to update the permissions for the autofc2.json file? e.g. sudo chmod 777 autofc2.json

Kaiay commented 6 months ago

admiring_brown.csv It can run now but gives tons log of error :/

hizkifw commented 6 months ago

Seems to be an issue with your network. I'm not familiar enough with Synology, but a quick search of the error seems to show it might have something to do with proxy setups.

Make sure you can access live.fc2.com from your NAS, maybe try running an Ubuntu docker image and seeing if you can access FC2 from there.