autodl-community / autodl-irssi

A community-driven fork of autodl-irssi
https://autodl-community.github.io/autodl-irssi/
374 stars 73 forks source link

Error getting files listing: Error: Could not decode json string #107

Closed juanp2p closed 8 years ago

juanp2p commented 8 years ago

After installing autodl-rutorrent following the guide on the wiki I'm getting this error on the rutorrent gui log: Error downloading files. Make sure autodl-irssi is started and configured properly (eg. password, port number): Error getting files listing: Error: Could not decode json string.

My php version is the latest one and have sockets, json and xml installed by default. I still added:

extension=sockets.so
extension=json.so
extension=xml.so

To both /etc/php5/cli/php.ini and /etc/php5/apache2/php.ini but either ways I'm still getting the same error always no matter what combination I try.

thebigmunch commented 8 years ago

As stated in the contributing guidelines, this should've been posted on the ruTorrent plugin issue tracker. Also, you should test different versions of PHP yourself to see. I spend very little effort on the ruTorrent plugin. If you can show that there's something to change/fix in it, I will. Otherwise, it will likely sit in the issue tracker for a long time unless a large number of people run into the same issue.