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
Every once in a while, qBittorrent randomly gets itself wedged and halts all traffic until you either restart the program or change the listening port. When this happens, the status bar health icon is a red globe (instead of green) and the log shows the following message (repeated several times):
7/10/2024 2:11 p - Failed to listen on IP. IP: "XXX.XXX.XXX.XXX". Port: "TCP/53708". Reason: "The requested address is not valid in its context"
Proposed solution
Periodically check if qBittorrent is running
If it's running, poll the web API to get the connection status. The connection_status key can have values connected, firewalled, and disconnected.
Every 3 minutes, PortForwardingService will check if qBittorrent is running and, if so, its connection status. If it's running and the connection status is not connected, it will temporarily change the qBittorrent listening port to 1 above the current PIA forwarded port, then to the correct PIA forwarded port again.
Problem
Every once in a while, qBittorrent randomly gets itself wedged and halts all traffic until you either restart the program or change the listening port. When this happens, the status bar health icon is a red globe (instead of green) and the log shows the following message (repeated several times):
Proposed solution
connection_status
key can have valuesconnected
,firewalled
, anddisconnected
.connected
, change the listening port to a different value, then change it back to the correct value.The text was updated successfully, but these errors were encountered: