pillone / usntssearch

NZB Metasearch engine
pillone.github.io/usntssearch
265 stars 79 forks source link

it seems sickbeard doesn't like nzbmegasearch atm #128

Closed brumle80 closed 9 years ago

brumle80 commented 10 years ago

error message:

2014-05-17 03:52:36 SEARCHQUEUE-BACKLOG-259063 :: Unknown error given from NZBMegasearch: Missing parameter

nothing else is shown in sickbeard debug log

nzbmegasearch log:

SuggestionModule - CRITICAL - not well-formed (invalid token): line 27, column 30

have checked that api key is correct in sickbeard.

danmed commented 10 years ago

I'm getting this too.. NZBDrone isn't liking the results from NM andmy NM logs are full of the same as above :

2014-05-18 08:55:35,682 - SuggestionModule - INFO - SHT 0 2014-05-18 08:55:35,681 - SuggestionModule - CRITICAL - not well-formed (invalid token): line 27, column 30 2014-05-18 08:55:35,345 - SuggestionModule - CRITICAL - not well-formed (invalid token): line 27, column 30 2014-05-18 08:55:35,078 - SuggestionModule - CRITICAL - not well-formed (invalid token): line 27, column 30 2014-05-18 08:55:34,903 - SuggestionModule - CRITICAL - not well-formed (invalid token): line 27, column 30 2014-05-18 08:55:34,575 - SuggestionModule - CRITICAL - not well-formed (invalid token): line 27, column 30 2014-05-18 08:54:45,306 - SuggestionModule - INFO - SHT 0 2014-05-18 08:54:45,306 - SuggestionModule - CRITICAL - not well-formed (invalid token): line 27, column 30 2014-05-18 08:54:44,955 - SuggestionModule - CRITICAL - not well-formed (invalid token): line 27, column 30 2014-05-18 08:54:44,705 - SuggestionModule - CRITICAL - not well-formed (invalid token): line 27, column 30 2014-05-18 08:54:44,360 - SuggestionModule - CRITICAL - not well-formed (invalid token): line 27, column 30 2014-05-18 08:54:44,015 - SuggestionModule - CRITICAL - not well-formed (invalid token): line 27, column 30 2014-05-18 08:54:43,559 - SuggestionModule - INFO - MVT 5 2014-05-18 08:49:47,518 - SuggestionModule - INFO - SHT 0

no idea if the two are related but my "trending" area on the home page is also blank...

brumle80 commented 10 years ago

movie trending works for me, but not tv series

I've also tested this on both develop and master branch on Sickbeard with same results.

G1zm0 commented 10 years ago

I hope somebody responds, there is not much activity at this repo. Too bad... I've used it for a long time

kloz8879 commented 10 years ago

I think it has to do with ApiModule.py Line 280

The Correct API URL is http://services.tvrage.com/feeds/showinfo.php?sid=SHOWID

Not http://www.tvrage.com/feeds/showinfo.php?sid-SHOWID

source http://services.tvrage.com/info.php?page=main

Also Fixed SuggestionModule.py Line 239 #133 so the TV suggestions now work!

G1zm0 commented 10 years ago

Tested this in my package from synocommnunity. Works great! Hope that @pillone will merge this soon.

pillone commented 9 years ago

yeah guys, sorry for the delay my life is ultrabusy. thanks!