xwmario / rutorrent

Automatically exported from code.google.com/p/rutorrent
0 stars 0 forks source link

Fail to add torrent when torrent size exceeds 1MB #746

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Select "Upload Torrent"
2. Upload a any torrent file which is larger than 1MB
3. Alternatively, you can copy and paste a torrent URL which satisfies the 
above condition.

What is the expected output? What do you see instead?
Torrent should successfully load

What environment are you using?
1. My ruTorrent version is... 3.4 (SVN r2074)
2. My rTorrent version is... 0.9.2 (Debian Unstable/SID)
3. I use web-server Nginx and Apache it version is... Apache/2.2.16 (Debian) on 
OS... Debian GNU/Linux 6.0
4. I use browser... Firefox it version is... 12.0 on OS... Windows 7 x64 
Ultimate

Are some errors present in the web-server log?
No, there are no errors on the web-server log unfortunately.

Are some errors present in the browser error console?
"Failed to Add Torrent" is the only error shown by ruTorrent console log.

Please provide any additional information below.
I use httprpc as the RPC plugin. I've enabled RPC debug and tried tracing it. 
It appears some how that when the torrent file is converted to base 64 and when 
it execute the sendCommand(), there's no response from rTorrent.

Original issue reported on code.google.com by seeyaby...@gmail.com on 14 Jun 2012 at 12:35

GoogleCodeExporter commented 8 years ago
This is a rtorrent restriction - it can't process XMLRPC packets > 2M. As 
result, .torrent must be < ~1.5M (we have a base64 encoding).
If you have larger .torrent - use rtorrent's watch directory for load it.

Original comment by novik65 on 14 Jun 2012 at 6:41

GoogleCodeExporter commented 8 years ago
I fix this partially.

Original comment by novik65 on 22 Jun 2012 at 10:22

GoogleCodeExporter commented 8 years ago
Have the same problem but only when i create a  torrent and the .torrentfile is 
over 1mb.

Original comment by daniel.e...@gmail.com on 1 Jul 2012 at 11:37

GoogleCodeExporter commented 8 years ago
Try to place your .torrent file which is larger than 1MB in the folder called " 
watch" through FTP into your seedbox. The client should accept it automatically.

Original comment by mrvagh...@gmail.com on 13 Nov 2012 at 2:22