[SOLVED]Torrent Remote Adder plugin for Chrome problem

saroos1

Member
May 25, 2018
718
0
16
Hey guys, I'm trying to get Torrent Remote Adder (http://code.google.com/p/remote-torrent-adder/) running with latest svn version of rutorrent, nginx 1.0.6 and rtorrent 0.8.9/0.12.9. Problem is that it's returning error like:

Code:
Failure
Server didn't accept data: 200:
log(theUILang.addTorrentFailed);
I'm already talking with the designer of the plugin. From what he's saying the problem is probably on the server/configuration side. Here I ask you guys for some support. I've got no idea why I'm getting such error in nginx error.log.

Code:
2012/01/22 17:00:37 [error] 934#0: *83403 FastCGI sent in stderr: "PHP Warning: move_uploaded_file(/srv/http/nginx/share/torrents/1327248037645.torrent): failed to open stream: No such file or directory in /srv/http/nginx/php/addtorrent.php on line 31

PHP Warning: move_uploaded_file(): Unable to move '/tmp/phpaWmEEh' to '/srv/http/nginx/share/torrents/1327248037645.torrent' in /srv/http/nginx/php/addtorrent.php on line 31" while reading response header from upstream, client: **********, server: localhost, request: "POST /php/addtorrent.php? HTTP/1.1", upstream: "fastcgi://unix:/var/run/php-fpm/php-fpm.sock:", host: "********:*****"
Here is the Bug ticket where some more info is written http://code.google.com/p/remote-torrent-adder/issues/detail?colspec=ID%20Type%20Status%20Priority%20Milestone%20Owner%20Summary%20Modified&id=11

Any thoughts about the solution for this error would be much appreciated.
 

saroos1

Member
May 25, 2018
718
0
16
The problem was that in my rutorrent version was no share/torrents directory. Don't know why cause I've never deleted that folder and I have latest svn revision, but now everything is working.