Welcome to Dentoo Errors & Solutions archive, where you can post error messages and receive solutions from other members of the community. Completely free to sign up and use!

Categories

0 votes

After installing rtorrent with rutorrent interface on Debian 7 I got this error in rutorrent:

Error downloading files. Make sure autodl-irssi is started and configured properly (eg. password, port number): 
AutodlFilesDownloader.downloadAllFiles: Exception info: name = TypeError; message = $.browser is undefined; fileName

 

in Linux by (940 points)

1 Answer

0 votes

It's due to the recent upgrade of jQuery library used in core.

Do this fix:

Open

/var/rutorrent/rutorrent/plugins/autodl-irssi/AutodlFilesDownloader.js 

and replace the line:

if ($.browser.msie)

with:

if ($.browser={ msie: ( navigator.appName == 'Microsoft Internet Explorer') ? true : false })
by (940 points)

Dedicated Servers
...