Well, the exe version was working fine but trying to use the py version I'm getting the following error. I've added the artists fine, marked the album "wanted" and the log shows the album is found on nzbmatrix, chooses the album and then spits out:
Code:
Exception in thread Thread-12:
Traceback (most recent call last):
File "C:\Python27\lib\threading.py", line 551, in __bootstrap_inner
self.run()
File "C:\Python27\lib\threading.py", line 504, in run
self.__target(*self.__args, **self.__kwargs)
File "D:\Program Files\headphones\headphones\searcher.py", line 81, in searchf
oralbum
foundNZB = searchNZB(result['AlbumID'], new)
File "D:\Program Files\headphones\headphones\searcher.py", line 445, in search
NZB
sab.sendNZB(nzb)
File "D:\Program Files\headphones\headphones\sab.py", line 89, in sendNZB
f = opener.open(req)
File "C:\Python27\lib\urllib2.py", line 398, in open
req = meth(req)
File "D:\Program Files\headphones\lib\MultipartPostHandler.py", line 48, in ht
tp_request
boundary, data = MultipartPostHandler.multipart_encode(v_vars, v_files)
File "D:\Program Files\headphones\lib\MultipartPostHandler.py", line 84, in mu
ltipart_encode
buffer += '\r\n' + data_in + '\r\n'
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe4 in position 272: ordina
l not in range(128)
Nothing happens after this. Nothing downloads at all.
Any ideas?