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 recently set up a docker on my Raspberry Pi 4. Configuration went smooth thanks to the documentation.
Everything works well except for some torrents, which cannot start. These torrents give the error: "Unable to save resume file: Invalid argument". I cannot specify why some torrents have this issue, whilst most do not. All torrents come from an identical private tracker.
Hope someone with more experience can help to resolve this issue!
EDIT: Turns out to be a newbie problem. This problem was due to the format of my storage drive and has nothing to do with the transmission or openvpn.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I recently set up a docker on my Raspberry Pi 4. Configuration went smooth thanks to the documentation.
Everything works well except for some torrents, which cannot start. These torrents give the error: "Unable to save resume file: Invalid argument". I cannot specify why some torrents have this issue, whilst most do not. All torrents come from an identical private tracker.
Config:
docker run -it --cap-add=NET_ADMIN
--restart unless-stopped
-v '/media/pi/External/Raspi_Torrents/':/data
-p 9091:9091
-e LOCAL_NETWORK=192.168.0.0/16
-e OPENVPN_PROVIDER=PIA
-e OPENVPN_CONFIG=france
-e OPENVPN_USERNAME=XXXXXXX
-e OPENVPN_PASSWORD=XXXXXXX
-e DISABLE_PORT_UPDATER=true
haugene/transmission-openvpn
Hope someone with more experience can help to resolve this issue!
EDIT: Turns out to be a newbie problem. This problem was due to the format of my storage drive and has nothing to do with the transmission or openvpn.
Beta Was this translation helpful? Give feedback.
All reactions