Rtorrent-Auto-Install icon indicating copy to clipboard operation
Rtorrent-Auto-Install copied to clipboard

Redirect loop while downloading rutorrent

Open jdupl opened this issue 9 years ago • 1 comments

Noticed that many servers might go on a redirect loop when downloading the rutorrent source from dl.bintray.com.

This is using wget. Downloading from another source or using curl will fix this problem.

I remember that I replaced wget with curl on the jessie script before it was released. Perhaps it got replaced.

Basically, wget tries to download 20 times the redirect url and fails after. The script simply continues on without any warning.

jdupl avatar Oct 12 '15 14:10 jdupl

For those affected by this bug, please replace the url in the "INSTALL_RUTORRENT" function with http://a.maro.xyz/glIPCtQ.tar.gz.

@Kerwood A better way to go would be to use github's files https://github.com/Novik/ruTorrent/releases and extract the 3.6/ folder.

jdupl avatar Oct 12 '15 14:10 jdupl