Hellowlol / HTPC-Manager

A fully responsive interface to manage all your favorite software on your Htpc.
MIT License
344 stars 48 forks source link

rTorrent not loading in dashboard #598

Open sxhartono opened 6 years ago

sxhartono commented 6 years ago

Reporting Issues:

To ensure that a I has enough information to work with please include all of the following information.

Use proper markdown syntax to structure your post (i.e. code/log in code blocks).

Make sure you provide the following information below:

https://pastebin.com/rWkqcKQC

Close your issue when it's solved! If you found the solution yourself please comment so that others benefit from it.

Link to log:

https://pastebin.com/rWkqcKQC

Hellowlol commented 6 years ago

does the rtorrent module work?

sxhartono commented 6 years ago

The rTorrent module works perfectly when accessed directly.

Hellowlol commented 6 years ago

I meant the rtorrent module inside htpc manger? Not the one on the dashboard or the rtorrent webui

sxhartono commented 6 years ago

Yes, the rTorrent module responds correctly when I set it up via Settings. However, once I enable this module and click on the rTorrent menu on the dashboard, HTPC Manager only displays a rotating circle.

sxhartono commented 6 years ago
rTorrent Module Rotating circle
jeremysherriff commented 6 years ago

My python skills are pretty low but the log snippet seems to indicate that the function call '.multicall()' is not a valid function. That function is implemented in the XML-RPC library (you can see all the references to that library in the fault callback stack).

So my best guess is that the library is missing or is an incompatible version?