Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deluge Stopped Working. No access to Web UI. Not talking to Sonarr #194

Closed
samdj0 opened this issue Sep 11, 2020 · 10 comments
Closed

Deluge Stopped Working. No access to Web UI. Not talking to Sonarr #194

samdj0 opened this issue Sep 11, 2020 · 10 comments

Comments

@samdj0
Copy link

samdj0 commented Sep 11, 2020

Been using the same container for 8 months and suddenly stopped. I saw that it might be PIA, so I updated the openvpn config files, but still not luck.

attaching my log and docker cmd

i do not have the background to decipher log file, so any help would be appreciated.

deluge docker clean.txt

@GonzoTG
Copy link

GonzoTG commented Sep 11, 2020

I am getting similar issues since sometime yesterday. It seems as though it's related to port forwarding, but that's just a guess. based on the log entry right before the error. I have tried most of the dynamic port endpoints with the same error.

I am on a Qnap system but also tried on a straight Unbutu install and got the same results. Even tried a clean install with only the PIA stuff installed.

[info] Attempting to get dynamically assigned port...

Here's the error:

2020-09-11 05:13:07,613 DEBG 'start-script' stdout output: [warn] Exit code '56' from curl != 0 or no response body received [info] 11 retries left [info] Retrying in 10 secs...

delugevpn.txt

@GonzoTG
Copy link

GonzoTG commented Sep 11, 2020

Definitely an issue with PIA's port forwarding API.
I tried to manually test with their KB article

https://www.privateinternetaccess.com/helpdesk/kb/articles/can-i-use-port-forwarding-without-using-the-pia-client-current-gen-only

One thing of note was a bold line in the article.

** The information contained within this article will only work with our Current/Previous Generation servers. Our Next Generation servers do not currently offer port-forwarding outside of the application. **

@binhex
Copy link
Owner

binhex commented Sep 11, 2020

hi guys, the situation for PIA is as follows (at present):-

  • Port forwarding on their legacy network is near enough dead, their API is completely random right now as to whether you get a port assigned or not, its normally a case of not (confirmed via exit code 52 or 56 from curl)

  • Port forwarding using OpenVPN on their next-gen network is currently not possible, api is not accessible.

  • Native Wireguard support on their next-gen network is currently not possible (hacks are available but they are fragile!).

So where does that leave us?, well not quite up sht creek without a paddle :-), you can set 'STRICT_PORT_FORWARD' to 'no' and this will then allow you to connect to any legacy endpoint, however this will mean you wont have a working incoming port so speeds will be lower than usual - its not ideal i know, but its the best we have got right now until PIA sort their sht out (not happy).

If you want to help out then PLEASE raise a support ticket and bitch about the above, the more people that complain the more pressure they have to do something about it!.

See link below for an ongoing discussion of the issues with PIA and their port forwarding API on reddit:-
https://www.reddit.com/r/PrivateInternetAccess/comments/iq8mm4/anyone_else_having_trouble_with_portforwarding/

@Tuumke
Copy link

Tuumke commented Sep 11, 2020

Using the STRICT_PORT_FORWARDING set to no works for me.
Don't notice any speed difference.. but then again, i only have 100mbit connection so..

@samdj0 samdj0 closed this as completed Sep 11, 2020
@samdj0
Copy link
Author

samdj0 commented Sep 11, 2020

I’ll raise a ticket with PIA. Thank you @binhex for the thorough explanation.

@mjameson
Copy link

Hi guys, here's a link to a script that acquires port binding on next gen servers for PIA. Figured it would be a good reference.

https://github.com/fm407/PIA-NextGen-PortForwarding/blob/master/pia-nextgen-pf.sh

@theg00s3
Copy link

This comment seems to state that port forwarding is now available on the next-gen network

@HNGamingUK
Copy link

@binhex I assume that as per the above comment you will be able to incorporate their scripts to allow port-forwarding on their next-gen network?

@andy-vdg
Copy link

@binhex
Can we re-open based on binhex/arch-qbittorrentvpn#50?

@CoffeyInOrlando
Copy link

CoffeyInOrlando commented Oct 9, 2021

So I finally got this working and it was just setting the location to one that supports port forwarding. Just edit your OpenVPN.ovpn file and add one of the new locations, the ones I added

remote ca-montreal.privacy.network 1198
remote poland.privacy.network 1198
remote de-berlin.privacy.network 1198

restart and success

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants