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

issue connecting to rutorrent #55

Closed
mpk99 opened this issue Feb 16, 2024 · 4 comments
Closed

issue connecting to rutorrent #55

mpk99 opened this issue Feb 16, 2024 · 4 comments

Comments

@mpk99
Copy link

mpk99 commented Feb 16, 2024

hi there -- used this script before with qbitorrent, but moving to rutorrent. I'm running this docker container:

https://github.com/crazy-max/docker-rtorrent-rutorrent

but i can't figure out how to connect to it: i tried what was suggested here:

#29 (comment)

but it just gives me a 401 error when trying to runt the test connection command.

Hopefully somebody can help?

thx

@JohnDoee
Copy link
Owner

It can't connect to rutorrent, only rtorrent directly.

@mpk99
Copy link
Author

mpk99 commented Feb 16, 2024

k. well I guess how can I get it to point to my torrent instance? I can't figure out where to find the proper values?

@JohnDoee
Copy link
Owner

With that rtorrent setup it is probably not that easy. The container you're looking at is designed to not expose rtorrent directly (because it can be insecure).

The setting you need into .rtorrent.rc is found here: https://github.com/rakshasa/rtorrent/blob/1da0e3476dcabbf74b2e836d6b4c37b4d96bde09/doc/rtorrent.rc#L126
It has to listen to something like 0.0.0.0 and NOT be exposed directly to the internet.

e.g. network.scgi.open_port = "0.0.0.0:5000" then autotorrent can reach rtorrent on port 5000.

@GregTroar
Copy link

any way to connect through socket rather than scgi port ?

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

3 participants