evilhero / mylar

An automated Comic Book downloader (cbr/cbz) for use with SABnzbd, NZBGet and torrents
GNU General Public License v3.0
976 stars 172 forks source link

not downloading anymore #946

Closed dirtymurt closed 7 years ago

dirtymurt commented 9 years ago

getting this error

Timestamp Level Message 2015-02-17 00:45:48 ERROR Uncaught exception: Traceback (most recent call last): File "D:\GIT\mylar\mylar\logger.py", line 159, in new_run old_run(_args, _kwargs) File "C:\Python27\lib\threading.py", line 763, in run self.__target(_self.__args, _self.__kwargs) File "D:\GIT\mylar\mylar\webserve.py", line 1124, in retryissue link = 'http://nzb.su/getnzb/' + str(id) + '.nzb&i=' + str(mylar.NZBSU_ID) + '&r=' + str(mylar.NZBSU_APIKEY) AttributeError: 'module' object has no attribute 'NZBSU_ID' 2015-02-17 00:45:48 INFO --Referencing : nzb.su @ 2015-02-15 22:54:57 2015-02-17 00:45:48 INFO Located snatched download: 2015-02-17 00:45:48 INFO Retrying : 479264 2015-02-17 00:45:48 INFO ComicID:78550 2015-02-17 00:45:29 INFO [ComicVine API] Comicvine API count now at : 0 / 400 in 6.43 minutes.

evilhero commented 9 years ago

Yes there's a git pull request for the fix.. It should be nzbsu_uid not nzbsu_id.

Latest development commit (a27a186) has the fix in it now.

dirtymurt commented 9 years ago

now getting this after the update

Uncaught exception: Traceback (most recent call last): File "D:\GIT\mylar\mylar\logger.py", line 159, in new_run old_run(_args, _kwargs) File "C:\Python27\lib\threading.py", line 763, in run self.__target(_self.__args, _self.__kwargs) File "D:\GIT\mylar\mylar\webserve.py", line 1168, in retryissue sendit = search.searcher(Provider, nzbname, comicinfo, link=link, IssueID=IssueID, ComicID=ComicID, tmpprov=fullprov, directsend=True) File "D:\GIT\mylar\mylar\search.py", line 1800, in searcher notify_snatch(nzbname, sent_to, helpers.filesafe(modcomicname), comyear, IssueNumber, nzbprov) File "D:\GIT\mylar\mylar\search.py", line 1805, in notify_snatch snline = modcomicname + ' (' + comyear + ') - Issue #' + IssueNumber + ' snatched!' TypeError: cannot concatenate 'str' and 'NoneType' objects

evilhero commented 9 years ago

Off a retry correct?

Try downloading it normally (ie. Manual search or mark wanted). If it's a retry, I still need to address the year not being passed to the notifier script (that's why it's erroring)

dirtymurt commented 9 years ago

ahhh ok, thank you