Watcher3 icon indicating copy to clipboard operation
Watcher3 copied to clipboard

Watcher3 Not Able To Connect With qBittorrent

Open DGCupit opened this issue 7 years ago • 1 comments

I have a valid SSL Cert on my qBittorrent server (UBuntu), which is accessible externally via a https domain URL without a security warning.

Watcher3 will not succeed when I populate and then test the connection no matter how I try the connection entry information in the HOST field.

I have tried https//URL and simply URL I have disabled SSL and tried it HTTP://URL and simply URL I have tried specifying the registered DNS IP with and without HTTPS/HTTP

The popup error is:

No connection adapters were found for 'XXX.XXX.XXX.XXX:9001/login' or No connection adapters were found for 'URL:9001/login'.

However, if I open my qBittorrent URL in my browser, then access the /login url, if I'm already logged into qBittorrent, I see a page that says "Ok." and if I logout of qBittorent and then hit the /login URL I see "Fails".

Anyway, the long and short of it is that I have a working external URL that I can hit and open via HTTPS without a warning (valid SSL Cert) or I can disable SSL in qBitttorrent and hit the HTTP URL without error, and in both cases I can login manually to the site, but all attempts to connect to this same connection information fails in Watcher3.

Any suggestions?

DGCupit avatar Jan 20 '18 08:01 DGCupit

The No connection adapters error generally means you don't have the protocol preceding the address. I can connect via ssl going to localhost with address https://localhost and port 8080. QBit didn't want to connect remotely for me for whatever reason, so I can't test it out through a dynamic dns, but in theory it should be the same.

If you are still having problems make sure debug logging is on, try again, then send me a copy of that error in your logs.

[email protected]

nosmokingbandit avatar Feb 04 '18 22:02 nosmokingbandit