Page 2 of 2

Re: SickBeard to SickRage postprocessing?

Posted: Sun Mar 01, 2015 3:59 pm
by McGurik
The sick rage log shows this @ 18:54

2015-02-25 18:54:33 Thread-35 :: Failed doing webui callback: Traceback (most recent call last):
File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/sickbeard/webserve.py", line 230, in async_call
result = function(**kwargs)
File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/sickbeard/webserve.py", line 2029, in processEpisode
is_priority=is_priority, failed=failed, type=type)
File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/sickbeard/processTV.py", line 211, in processDir
process_media(processPath, videoFiles, nzbName, process_method, force, is_priority, result)
File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/sickbeard/processTV.py", line 421, in process_media
result.result = processor.process()
File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/sickbeard/postProcessor.py", line 1037, in process
notifiers.trakt_notifier.update_library(ep_obj)
File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/sickbeard/notifiers/trakt.py", line 81, in update_library
trakt_api.traktRequest("sync/collection", data, method='POST')
File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/lib/trakt/trakt.py", line 57, in traktRequest
self.validateAccount()
File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/lib/trakt/trakt.py", line 29, in validateAccount
data=json.dumps(data), timeout=self.timeout, verify=self.verify)
File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/lib/requests/api.py", line 44, in request
return session.request(method=method, url=url, **kwargs)
File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/lib/requests/sessions.py", line 393, in request
resp = self.send(prep, **send_kwargs)
File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/lib/requests/sessions.py", line 496, in send
r = adapter.send(request, **kwargs)
File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/lib/requests/adapters.py", line 385, in send
raise Timeout(e, request=request)
Timeout: HTTPSConnectionPool(host='api.trakt.tv', port=443): Read timed out.


I edited autoProcessMedia.cfg to log debugging

Re: SickBeard to SickRage postprocessing?

Posted: Sun Mar 01, 2015 6:46 pm
by clinton.hall
Can you check to make sure SickRage is up to date. The error here is definately in SickRage...

Re: SickBeard to SickRage postprocessing?

Posted: Tue Mar 03, 2015 4:32 am
by McGurik
SR Version: BRANCH: (develop) / COMMIT: (f10030ec65cb6bf88718d9319ace3ad4da1897f2)

I have checked for updates but nothing happens. So I assume that this is current release.

Re: SickBeard to SickRage postprocessing?

Posted: Tue Mar 03, 2015 7:11 pm
by clinton.hall
this does not look like a recent commit... I don't think this is up to date.
what version of the App is displayed in App Central?

You can manually update by logging in to ssh and

Code: Select all

/volume1/.@plugins/AppCentral/sickbeard-tvrage/CONTROL/start-stop.sh stop
cd /volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage
git reset --hard
git pull
/volume1/.@plugins/AppCentral/sickbeard-tvrage/CONTROL/start-stop.sh start

Re: SickBeard to SickRage postprocessing?

Posted: Fri Oct 02, 2015 5:42 pm
by numat
Hello everyone,
I have a problem to switch from SickBeard to SickRage.
I read the first messages and even changing the port in the AutoProcessMedia.cfg file, SABnzbd do not download anything.
Note that I also use the scripts nzbToSickBeard.py

Thank you in advance and sorry for my bad english

Re: SickBeard to SickRage postprocessing?

Posted: Sat Oct 10, 2015 5:20 am
by clinton.hall
So you are not even getting SABnzbd to download files?

Re: SickBeard to SickRage postprocessing?

Posted: Sat Oct 17, 2015 3:28 am
by numat
So you are not even getting SABnzbd to download files?
That's it ! Nothing happens in SABnzbd

Re: SickBeard to SickRage postprocessing?

Posted: Mon Oct 19, 2015 5:37 pm
by clinton.hall
Are you using SABnzbd over ssl? Are there any errors in SickRage logs, Sabnzbd logs?

Re: SickBeard to SickRage postprocessing?

Posted: Mon Oct 19, 2015 5:55 pm
by numat
No, no ssl.

I'll check tonight the logs for SickRage and Sabnzbd.

Re: SickBeard to SickRage postprocessing?

Posted: Mon Oct 26, 2015 1:01 am
by numat
Ok, I solved the problem.
In fact, I just have the Womble's Index in the search providers settings. By adding a second search provider, it works fine.