Search results

  1. D

    Bad response from server: (500 [error,getplugins]) after upgrading ubuntu :(

    OK, so I reverted to nginx in desperation and some more days go by and another couple updates and it throws: 2013/11/30 13:01:13 [emerg] 20406#0: location "\.php$" cannot be inside the exact location "/50x.html" in /etc/nginx/sit es-enabled/default:50 So I comment out that line in the nginx...
  2. D

    Bad response from server: (500 [error,getplugins]) after upgrading ubuntu :(

    Thanks for the help so far. I'm afraid to report installing the php json package doesn't seem to have rectified the Bad response from server: (404 [error,getplugins]) No input file specified. [11.11.2013 19:19:02] Bad response from server: (500 [error,getuisettings]) <!DOCTYPE HTML PUBLIC...
  3. D

    Bad response from server: (500 [error,getplugins]) after upgrading ubuntu :(

    WTF, I go away for a day and now the rutorrent interface is throwing this error instead: Bad response from server: (404 [error,getplugins]) No input file specified. [11.11.2013 19:19:02] Bad response from server: (500 [error,getuisettings]) <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML...
  4. D

    Bad response from server: (500 [error,getplugins]) after upgrading ubuntu :(

    I'm not sure this is relevant: [11/11/2013 07:32:11.048] (error) handler_fcgi.c:115 - PHP message: PHP Fatal error: Call to undefined function json_encode() in /var/rutorrent/rutorrent/plugins/retrackers/retrackers.php on line 71 It is the only error and in there only twice.
  5. D

    Bad response from server: (500 [error,getplugins]) after upgrading ubuntu :(

    Hello, I realize the error is common but hours of trying to find a solution have resulted in little. I upgrade from raring to saucy and it broke. So I figured I might as well change web servers since I've been wanting to anyway. So now I'm running cherokee instead of lighttpd but I can't get rid...
  6. D

    Error while trying to seed a torrent file

    Hi, I am using a seed-box to seed torrent files. When I tried to seed a torrent today, I got an error as shown in the attachment. JS error: [https://..../rutorrent/js/content.js:82] Uncaught SecurityError: Failed to read the 'contentDocument' property from 'HTMLIFrameElement': Blocked a...
  7. D

    [BOUNTY][COMPLETE] Unpack in Move To directory

    Try to check now. Core + plugin autotools + plugin unpack was changed. Restart of rtorrent is required.
  8. D

    [BOUNTY][COMPLETE] Unpack in Move To directory

    Hmm... Open file autotools/autotools.php, find line Code: if($this->fileop_type=="Move")and replace it to Code: if(true) Restart rtorrent, and check. Is it works correctly now?
  9. D

    RSS Manager - Download .torrent File to a Watch Directory

    Well this is exactly what I'm doing now. I use RSSDler to parse feeds and download the .torrent files I want into an rtorrent watch directory. What I'm saying here is: Since the relationship between RUtorrent and rtorrent is so close (RUtorrent is essentially a GUI for rtorrent), and the fact...
  10. D

    RSS Manager - Download .torrent File to a Watch Directory

    Yes, but I still think it would be more flexible if RUTorrent would just download the .torrent file via RSS to a location we specify. We could then control what we want to do with that .torrent file, the incomplete data, and the complete data, natively through .rtorrentrc. As on now, RUTorrent...
  11. D

    RSS Manager - Download .torrent File to a Watch Directory

    Sorry, I guess I didn't explain good enough. Yes, it's true that I already use watch directories and automoving through rtorrent itself using the .rtorrentrc config line above. When I download a .torrent file from a tracker I save the .torrent file to a particular /trackername/watch/ directory...
  12. D

    RSS Manager - Download .torrent File to a Watch Directory

    Hello, One downfall of the RSS Manager of rutorrent that I can't seem to work around: being able to specify a directory where just the .torrent file is downloaded to, and let the directory of that torrent's data be specified somewhere else. For example, I currently have to use RSSDLer to parse...
  13. D

    How to auto move to a directory based on label

    Hello, here is what to put in your .rtorrent.rc (0.8.5+) to auto move files when finished to a directory ending with the label: system.method.set_key = event.download.finished,move_complete,"execute=mv,-u,$d.get_base_path=,\"$cat=/your/path/,$d.get_custom1=\";d.set_director...
  14. D

    How to import your pre 3.0 trafic statistics

    this works for rss as well.
  15. D

    How to use rutorrent: Downloading

    Thank you for that. Very useful indeed...
  16. D

    Right Click on iPad; iPad 2; iPhone or other iDevices.

    I think we need to get dsouvik an ipad =) I can start a "buy dsouvik an ipad fund" or we can try to find a developer with an ipad who cares.
  17. D

    How to upgrade Rutorrent v3.2 to 3.3?

    Only ruTorrent is new, you don't need to upgrade rTorrent. ( if you see this, what rtorrent version does ruTorrent currently support up to?)
  18. D

    Error while installing rutorrent

    I get this error OS: Ubuntu 10.10 I've followed the guide as it says. Code: libtool: link: g++ -g -O2 -g -DDEBUG -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/local/include -I/usr/local/include -o rtorrent command_download.o command_dynamic.o command_events.o command_file.o...
  19. D

    Installing rtorrent / rutorrent on CentOS 5 (i386)

    It would seem that you haven't got the xz package installed. Simply install it using the following : Quote #yum install xz Good luck.