Replies: 1 comment 8 replies
-
No logs? Container and transmission.. this could be tracker related. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a pinned issue for this?
Is there an existing or similar issue/discussion for this?
Is there any comment in the documentation for this?
Is this related to a provider?
Are you using the latest release?
Have you tried using the dev branch latest?
Docker run config used
docker run --cap-add=NET_ADMIN -d --name transmissionvpn -v /home/mateusc/Docker/transmission/content/:/data -v /home/mateusc/Docker/transmission/vpn/:/etc/openvpn/custom/ -e TRANSMISSION_RPC_USERNAME=username -e TRANSMISSION_RPC_PASSWORD=password -e TRANSMISSION_RPC_AUTHENTICATION_REQUIRED=true -e OPENVPN_PROVIDER=custom -e OPENVPN_USERNAME="username" -e OPENVPN_PASSWORD="password" -e LOCAL_NETWORK=192.168.0.0/24 --log-driver json-file --log-opt max-size=10m -p 9091:9091 haugene/transmission-openvpn
Current Behavior
The downloads periodically goes idle, than after some seconds it is resumed, than it goes idle again.
Expected Behavior
The torrent should be downloading smoothly without going idle.
How have you tried to solve the problem?
The OVPN is valid
The DNS seems fine, things like curl are working normally.
I checked my settings.json and everything seems to be right.
I deleted my transmission-home, than I created another container but didn't fix.
Log output
HW/SW Environment
Anything else?
I tested with other torrents, not working.
I contacted a friend to test the with the same provider and ovpn of mine, and for him it is working fine.
Beta Was this translation helpful? Give feedback.
All reactions