You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I managed to get the container running on my Synology NAS. I had a bit of trouble initially with permission issues, but I believe I've resolved everything now. However, I could use some help with an issue—I'm still encountering an error at startup that I can't seem to figure out and the program seems to be stuck in an endless loop. I'm having trouble pinpointing what I might have done wrong.
tail of the log:
downloading titledb files
[NUT API Script] Using api url: http://localhost:9000/api
[NUT API Script] Executing scan failed!
[NUT API Script] Using api url: http://localhost:9000/api
[NUT API Script] Executing scan failed!
...
Hi,
I managed to get the container running on my Synology NAS. I had a bit of trouble initially with permission issues, but I believe I've resolved everything now. However, I could use some help with an issue—I'm still encountering an error at startup that I can't seem to figure out and the program seems to be stuck in an endless loop. I'm having trouble pinpointing what I might have done wrong.
tail of the log:
Thanks! (And thanks for the project!)
System configuration:
DSM 7.2-64570 Update 3
Output of
docker version
:Output of
docker ps -a -f "ancestor=shawly/nut"
:Output of
docker logs CONTAINERNAME
(replace CONTAINERNAME with your nut container's name):Output of
id
(you should be logged in with the user that owns your games directory):Output of
docker exec --user nut CONTAINERNAME id
(replace CONTAINERNAME with your nut container's name):Output of
ls -l /path/to/your/games/folder
:Output of
docker exec CONTAINERNAME ls -l /nut/titles
(replace CONTAINERNAME with your nut container's name):My docker run command or my docker-compose.yml:
The text was updated successfully, but these errors were encountered: