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 WebUI username/password #351

Closed
bncorbet opened this issue May 4, 2016 · 4 comments
Closed

Deluge WebUI username/password #351

bncorbet opened this issue May 4, 2016 · 4 comments

Comments

@bncorbet
Copy link

bncorbet commented May 4, 2016

I am trying to get LL to work with my Deluge docker setup on my QNAP. I have the Deluge WebUI operating and other apps like Sonarr and CouchPotato are able to connect via the WebUI port of 8112 but LL does not.

The difference with those other apps is that they do not require a username, just a password. When I login to the Deluge WebUI there is only a prompt for password not username.

Is LL designed use interact with Deluge via WebUI or the Daemon directly? If WebUI, can we set LL to not require the username and only a password?

@bncorbet
Copy link
Author

bncorbet commented May 4, 2016

This is the error I am getting when trying to use Deluge with LL

Deluge: Connect FAILED
('_ssl.c:565: The handshake operation timed out',)

@philborman
Copy link
Collaborator

LL uses the daemon directly. The default daemon port is 58846, and your user/pass should be in the deluged auth file, see http://dev.deluge-torrent.org/wiki/UserGuide/ThinClient
We either need to document this in the wiki, or change LL to use the WebUI instead.
Not sure why LL uses the daemon directly as it's before my time :-)
What are the advantages of using the webui vs daemon, is it worth switching?

@bncorbet
Copy link
Author

bncorbet commented May 5, 2016

One advantage is that many pre-built docker apps for Deluge with auto PIA VPN connections built-in only allow port 8112 to connect to Deluge.

@philborman
Copy link
Collaborator

philborman commented May 5, 2016

I have a test version in my branch (https://github.com/philborman/LazyLibrarian.git)
that will talk to Deluge using the daemon if you provide a username, and the WebUI if you don't.
Slightly messy as the libraries for each method are different.
Could you give it a try and report back?

In LL, the deluge host should not include https
and in Deluge WebUI do not enable SSL

If it works ok we can push it to the master branch.
Thanks, Phil.

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

2 participants