ngovil21 / RequestChannel.bundle

Request Channel - A Plex Channel to create requests
158 stars 22 forks source link

Suddenly Sonarr requests stopped working #40

Closed theCheek closed 7 years ago

theCheek commented 7 years ago

Hi, suddenly, and without any changes to the best of my knowledge, I can't add shows to Sonarr. The message 'could not send show to sonarr!' is appearing.

I have Sonarr to autoupdate however, and it did so 2 days ago 2(.0.0.4323 - Sep 11 2016), but I'm pretty sure requests were working after that. In Sonarr changelog the worrying 'Significantly improved api performance' is listed.

The log shows the following (omitting sensitive details):

2016-09-13 09:27:22,787 (7fddc61c3700) : DEBUG (runtime:717) - Handling request GET /video/plexrequestchannel/xxxAPIHIDDENxxxxx/addtvrequest?title=ShowName&poster=http%3A%2F%2Fthetvdb.com%2Fbanners%2Fposters%00000-2.jpg&summary=%22SHOWSYNOPSIS.&series_id=123456&source=TVDB&year=2016&backdrop= 2016-09-13 09:27:22,789 (7fddc61c3700) : DEBUG (runtime:814) - Found route matching /video/plexrequestchannel/xxxAPIHIDDENxxxxx/addtvrequest 2016-09-13 09:27:22,806 (7fddc61c3700) : INFO (datakit:131) - Saved the dictionary file 2016-09-13 09:27:22,841 (7fddc61c3700) : DEBUG (networking:166) - Requesting 'https://api.pushbullet.com/v2/pushes' 2016-09-13 09:27:23,278 (7fddc61c3700) : DEBUG (Session:1869) - Pushbullet notification sent for: 305574 2016-09-13 09:27:23,279 (7fddc61c3700) : INFO (LocalePatch:76) - Locale Patch: found languages in Accept-Language header (en) 2016-09-13 09:27:23,279 (7fddc61c3700) : INFO (LocalePatch:88) - Locale Patch: using available language "en". 2016-09-13 09:27:23,317 (7fddc61c3700) : DEBUG (networking:166) - Requesting 'http://my.server.com/sonarr/api/Series' 2016-09-13 09:27:23,886 (7fddc61c3700) : DEBUG (networking:166) - Requesting 'http://my.server.com/sonarr/api/Series/Lookup?term=tvdbid:123456' 2016-09-13 09:27:23,961 (7fddc61c3700) : DEBUG (networking:166) - Requesting 'http://my.server.com/sonarr/api/Profile' 2016-09-13 09:27:23,985 (7fddc61c3700) : DEBUG (networking:166) - Requesting 'http://my.server.com/sonarr/api/Rootfolder' 2016-09-13 09:27:24,171 (7fddc61c3700) : DEBUG (Session:954) - Profile id: 1 2016-09-13 09:27:24,173 (7fddc61c3700) : DEBUG (networking:166) - Requesting 'http://my.server.com/sonarr/api/Series' 2016-09-13 09:27:24,334 (7fddc61c3700) : ERROR (networking:219) - Error opening URL 'http://my.server.com/sonarr/api/Series' 2016-09-13 09:27:24,334 (7fddc61c3700) : DEBUG (Session:969) - 2016-09-13 09:27:24,334 (7fddc61c3700) : DEBUG (Session:970) - Response Status: None

ngovil21 commented 7 years ago

This may be related to #38. I will update it the master channel with the fix. I just pushed a big update to the master branch. Please update and try again.

theCheek commented 7 years ago

You're a legend. Pulled the latest update and its working again. Also loving the reorganisation of requests into categories. Nice touch :)

When I pulled the git, it said I was in fact 118 commits behind. I though cloning the repo kept it up to date. Quite new to all this I guess :)