I have headphones up and running. I have added a few artists in. I have selected a number of their albums as wanted. I have conifigred Sab and NzbMatrix similar to how I have configured SickBeard.
I have not gotten a single album to download yet though. I have tried to force the application to search for albums and receive the following error:
500 Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request.
Traceback (most recent call last):
File "/path/_cprequest.py", line 645, in respond
response.body = self.handler()
File "/path/lib/encoding.py", line 188, in __call__
self.body = self.oldhandler(*args, **kwargs)
File "/path/_cpdispatch.py", line 29, in __call__
return self.callable(*self.args, **self.kwargs)
File "/path/webServer.py", line 341, in forceSearch
searcher.searchNZB()
File "path/searcher.py", line 179, in searchNZB
urllib.urlopen(saburl)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/urllib.py", line 87, in urlopen
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/urllib.py", line 203, in open
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/urllib.py", line 338, in open_http
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/httplib.py", line 868, in endheaders
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/httplib.py", line 740, in _send_output
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/httplib.py", line 699, in send
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/httplib.py", line 683, in connect
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/socket.py", line 512, in create_connection
IOError: [Errno socket error] [Errno 61] Connection refused
This is pretty odd considering in Terminal when I type Python, I receive this:
Code: Select all
Python 2.7.1 (r271:86882M, Nov 30 2010, 09:39:13)
[GCC 4.0.1 (Apple Inc. build 5494)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>>
Any input on this?