binhex / arch-rtorrentvpn

Docker build script for Arch Linux base with ruTorrent, rTorrent, autodl-irssi, Privoxy and OpenVPN
GNU General Public License v3.0
238 stars 35 forks source link

webui error. #29

Closed akizzle closed 7 years ago

akizzle commented 7 years ago

Seeing this in the log when I access rtorrent through the webui. I just pulled a new image and built a new container. I don't see any errors in the supervisor.log Not showing the values of my downloads/seeds/uploads. Running docker on CentOS7 which is fully up to date.

[08.07.2017 10:49:17] WebUI started. [08.07.2017 10:49:18] JS error: [http://10.25.10.7:9080/js/webui.js : 1923] Uncaught TypeError: Cannot read property 'radarr' of undefined

image

akizzle commented 7 years ago

Error went away when I disabled the httprpc plug-in.

image

image

image

fryfrog commented 7 years ago

Dumb question, but how do you disable the httprpc plugin?

Edit: Never mind, it was easy.

To ./rutorrent/conf/plugins.ini, added:

[httprpc]
enabled = no
sudo-tee commented 7 years ago

Thanks it worked.