I keep having the issue where during post processing with Sabnzbd Sonarr errors out with an issue that Connection is refused and then when I go to :8989 port it fails and then looking at the server sonarr has shut down. I have posted what error I get from sabnzbd. Which log file do you need from the .config/Nzbdrone folder?
2015-05-11 14:42:01 - urllib3.connectionpool - INFO - Starting new HTTP connection (1): 5.9.145.134
2015-05-11 14:42:01 - autoprocess.sonarr - ERROR - Update to Sonarr failed, check if Sonarr is running, autoProcess.ini for errors, or check install of python modules requests.
Traceback (most recent call last):
File “/opt/Automator/autoprocess/sonarr.py”, line 62, in processEpisode
r = requests.post(url, data=json.dumps(payload), headers=headers)
File “/usr/lib/python2.7/dist-packages/requests/api.py”, line 88, in post
return request(‘post’, url, data=data, **kwargs)
File “/usr/lib/python2.7/dist-packages/requests/api.py”, line 44, in request
return session.request(method=method, url=url, **kwargs)
File “/usr/lib/python2.7/dist-packages/requests/sessions.py”, line 455, in request
resp = self.send(prep, **send_kwargs)
File “/usr/lib/python2.7/dist-packages/requests/sessions.py”, line 558, in send
r = adapter.send(request, **kwargs)
File “/usr/lib/python2.7/dist-packages/requests/adapters.py”, line 378, in send
raise ConnectionError(e)
ConnectionError: HTTPConnectionPool(host=‘5.9.145.134’, port=8989): Max retries exceeded with url: /api/command (Caused by <class ‘socket.error’>: [Errno 111] Connection refused)