mondediefr/docker-rutorrent

Right issue since last update

Closed this issue · 4 comments

Hello Everyone,

I don't know if i'm the only one with this issue but since yesterday update of the container (thanks watchtower), i have the following error

[12.01.2022 10:26:56] WebUI started.
[12.01.2022 10:26:59] Le serveur Web ne peut pas accéder au dossier des torrents en Lecture/Écriture/Exécution. Vous ne pouvez pas ajouter de torrents via ruTorrent. (/rutorrent/app/php/share/torrents)
[12.01.2022 10:26:59] rTorrent ne peut pas accéder au dossier des torrents en Lecture/Écriture. Vous ne pouvez pas ajouter de torrents via ruTorrent. (/rutorrent/app/php/share/torrents)
[12.01.2022 10:27:00] Échec de la récupération du contenu du dossier. - /

Can someone tell me how to fix it or if it is depends of the dev ?

Hello, you right you are no the only one. I don't know what's happen (#26) I will try to look this week-end. Normally just doing a chown/chmod should resolve the problem until the next restart.

Doing the chown/chmod inside the container or on the host ?

docker exec -it rutorrent mkdir /rutorrent/app/php/share/torrents
docker exec -it rutorrent chown torrent: /rutorrent/app/php/share/torrents
docker restart rutorrent
Don't work for me !!!
Too bad you can't get a previous version on DOCKER_HUB.

I did some modifications should be ok after the build if you can test thank you