Closed ljmerza closed 3 years ago
Same issue. Started day before yesterday for me.
Reverting back to 4.3.3-1-05 seems to resolve the issue for me. Something related to 4.3.3-1-06 and PIA is causing issues.
I tried that and it didn't work for me. The only difference between 05 and 06 is adding binding qbittorrent to the network interface so I don't think the version change itself fixed it and you got lucky.
Try downloading and replacing the latest PIA openvpn files.
We are connecting using Wireguard
just tried that and it didnt work. here's my docker compose
qbittorrentvpn:
image: binhex/arch-qbittorrentvpn:4.3.3-1-06
env_file: env/qbittorrentvpn.env
restart: always
ports:
- 6881:6881
- 6881:6881/udp
- 8118:8118
- 8087:8087
volumes:
- /home/user/docker:/config
devices:
- /dev/net/tun
sysctls:
- net.ipv4.conf.all.src_valid_mark=1
privileged: true
TZ=America/New_York
PUID=1000
PGID=1000
VPN_ENABLED=yes
VPN_CLIENT=wireguard
VPN_USER=xxx
VPN_PASS=xxx
VPN_PROV=pia
STRICT_PORT_FORWARD=yes
ENABLE_PRIVOXY=yes
DEBUG=true
WEBUI_PORT=8087
LAN_NETWORK=192.168.1.0/24,192.168.2.0/24
NAME_SERVERS=209.222.18.222,84.200.69.80,37.235.1.174,1.1.1.1,209.222.18.218,37.235.1.177,84.200.70.40,1.0.0.1
I tried that and it didn't work for me. The only difference between 05 and 06 is adding binding qbittorrent to the network interface so I don't think the version change itself fixed it and you got lucky.
So, I switched back to 06 and it failed immediately. I then went back to 05 and it failed. Completely stopped my container and started it back and it connected just fine. Went back to 06 and it failed again. Back to 05 and is working. Stopped and started several times and is still working. Back to 06 and failed. No matter what I want to do, 06 doesn't work at all. Version 05 is hit/miss.
@tezgno which server are you using? ive tried all the CA servers
@ljmerza Ok... further digging, this is a PIA issue. Switch to Poland (poland.privacy.network) and see if that connects for you.
doesnt seem to work from that server either
[warn] Unable to successfully download PIA json to generate token from URL 'https://143.244.43.129/authv3/generateToken'
That's weird. It's working fine for me on 06. If I switch back to what I had before, which was Toronto, it fails. But Poland appears to be working. How I was able to find this is because another tool is having the exact same problem and people are reporting getting the same errors with different tools. All starting 1-2 days ago.
i was able to get any vpn server working by switching to VPN_CLIENT=openvpn
but that removes wireguard. i'll leave this open since the original issue isnt solved.
Just also chiming in to say I am seeing the exact same issues. I am going to try the above (reverting versions or switching endpoints) to see if that helps with the token.
I would like to note this has seemed to start right after I pulled the latest image for what it's worth.
Binhex has fixed this in the deluge client, and it'll be commited to the qbittorrent version shortly
ok try pulling down latest guys
Working now, thanks!
Working for me as well
started yesterday, dont see anything about outages.