-
Notifications
You must be signed in to change notification settings - Fork 12
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
[Failed] 'xxx.torrent' failed to send torrent to client (rtorrent) #21
Comments
I added the torrent normally via the web UI and it added fine |
Is it a large .torrent file? If yes, then fixing this is likely related to #13 as it currently has no path on disk to send files to rtorrent (which is a requirement for large .torrent files). |
It might be. It's been random so I haven't been able to narrow it down. What would be considered large? Over 1MB? |
rakshasa/rtorrent#874 says 2MB is default |
Earlier when I said "I added the torrent normally via the web UI and it added fine", I do remember that being a large data set for the torrent but I dont remember what the .torrent size was. I'd have to guess they were large .torrent files when they failed since it seemed random and intermittent. I'll keep an eye out in the future. |
I have more results now. All of the data sets were large but most of the .torrent files weren't too large.
|
If you run 1.2.0 with verbose, I hope it'll throw out the actual reason for failing. |
I chose the first one from the list above and ran it with verbose
The .torrent is 711kb. Data dir is 78.29GB, 4138 files, 16 folders |
I figured it out thanks to the extra debug output! My XMLRPC size limit was too low. I'm using this docker container crazy-max/docker-rtorrent-rutorrent#107 |
That makes it related to #13 for sure, which is great. |
I had one give this output when it failed to add
Normally 502 Bad Gateway is when rtorrent is down or too busy doing stuff to respond, but I confirmed it's totally up and very responsive |
I've had another batch of failed torrents with |
I see
[Failed] 'xxx.torrent' failed to send torrent to client
sometimes. I turned on debug and it didn't show anything odd or out of the ordinary. It looks like it just simply wouldn't add to rtorrent. Are there any reasons why this would happen or can at2 provide more info if it fails to add?The text was updated successfully, but these errors were encountered: