PDA

View Full Version : 14.04 update broke my ruttorent setup



brickbat
September 12th, 2014, 12:04 PM
Hi, I just updated my system and now my rutorrent isn't working. When I go to the web page, I get this error


"JS error: [http://192.168.0.36/rutorrent/js/jquery.js : 2] TypeError: a is null"

I googled it and all it says is that if fixed itself after a reboot for someone else. Tried that, not for me.
I am using nginx as a web server for rutorrent.

I installed it using these instructions
http://vassie.me/rtorrent-and-rutorrent-on-ubuntu-server-with-nginx/

Any ideas?

UnZone
November 18th, 2014, 04:32 AM
This worked for me.

Open your site's nginx configuration (/etc/nginx/sites-available/yoursite). Replace yoursite with your site name. Mine was 'default'.


Change "include fastcgi_params;" to "include fastcgi.conf;"

Sudo service nginx restart

Try rutorren then.




Hi, I just updated my system and now my rutorrent isn't working. When I go to the web page, I get this error


"JS error: [http://192.168.0.36/rutorrent/js/jquery.js : 2] TypeError: a is null"

I googled it and all it says is that if fixed itself after a reboot for someone else. Tried that, not for me.
I am using nginx as a web server for rutorrent.

I installed it using these instructions
http://vassie.me/rtorrent-and-rutorrent-on-ubuntu-server-with-nginx/

Any ideas?