Hope someone can help, I've just donated and everything went great with fetching the artist and album information. But when I try and mark an album as wanted I either get the following error message when inputting my newzbin details: 500 Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request.
Traceback (most recent call last):
File "C:\HTPC-Apps\HeadphonesDonated\cherrypy\_cprequest.py", line 645, in respond
response.body = self.handler()
File "C:\HTPC-Apps\HeadphonesDonated\cherrypy\lib\encoding.py", line 188, in __call__
self.body = self.oldhandler(*args, **kwargs)
File "C:\HTPC-Apps\HeadphonesDonated\cherrypy\_cpdispatch.py", line 29, in __call__
return self.callable(*self.args, **self.kwargs)
File "C:\HTPC-Apps\HeadphonesDonated\headphones\webserve.py", line 167, in queueAlbum
searcher.searchforalbum(AlbumID, new)
File "C:\HTPC-Apps\HeadphonesDonated\headphones\searcher.py", line 93, in searchforalbum
foundNZB = searchNZB(albumid, new, lossless)
File "C:\HTPC-Apps\HeadphonesDonated\headphones\searcher.py", line 361, in searchNZB
sizenode = item.getElementsByTagName("report:size")[0].childNodes
IndexError: list index out of range
Or if I uncheck this and just leave my nzbmatrix details I get an error fetching data from nzbmatrix (urlopen error timed out). Help!
EDIT: So I've tried it using NZB'sdotorg and nzb.su and all seems fine. However, as nzb'sdotorg is closing soon according to their main page and nzb.su requires a donation it would be nice to get nzbmatrix and/or newzbin working again. Many thanks!