Issue sending nzb to nzbget

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
crawford
Posts: 3
Joined: Mon Jan 15, 2018 1:24 am

Issue sending nzb to nzbget

Post by crawford »

I've been using mylar for a while and it has been great but recently I've run into a problem. I have double checked all the info on the download settings page but I'm getting the following traceback error. :\ Please help.
2018-01-14 17:18:34 ERROR Uncaught exception: Traceback (most recent call last):
File "C:\Program Files (x86)\mylar-development\mylar\logger.py", line 177, in new_run
old_run(*args, **kwargs)
File "C:\Python27\lib\threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "C:\Program Files (x86)\mylar-development\mylar\webserve.py", line 1340, in queueissue
foundcom, prov = search.search_init(ComicName, ComicIssue, ComicYear, SeriesYear, Publisher, issues['IssueDate'], storedate, IssueID, AlternateSearch, UseAFuzzy, ComicVersion, mode=mode, ComicID=ComicID, manualsearch=manualsearch, filesafe=ComicName_Filesafe, allow_packs=AllowPacks)
File "C:\Program Files (x86)\mylar-development\mylar\search.py", line 255, in search_init
findit = NZB_SEARCH(ComicName, IssueNumber, ComicYear, SeriesYear, Publisher, IssueDate, StoreDate, searchprov, send_prov_count, IssDateFix, IssueID, UseFuzzy, newznab_host, ComicVersion=ComicVersion, SARC=SARC, IssueArcID=IssueArcID, RSS="no", ComicID=ComicID, issuetitle=issuetitle, unaltered_ComicName=unaltered_ComicName, allow_packs=allow_packs, oneoff=oneoff)
File "C:\Program Files (x86)\mylar-development\mylar\search.py", line 1624, in NZB_SEARCH
searchresult = searcher(nzbprov, nzbname, comicinfo, entry['link'], IssueID, ComicID, tmpprov, newznab=newznab_host)
File "C:\Program Files (x86)\mylar-development\mylar\search.py", line 2355, in searcher
logger.warn('Unable to send nzb file to NZBGet. There was a parameter error as there are no values present: %s' % nzbget_params)
NameError: global name 'nzbget_params' is not defined
2018-01-14 17:18:34 WARNING uh-oh: cannot marshal None unless allow_none is enabled
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Issue sending nzb to nzbget

Post by evilhero »

Paste the debug log which would show the lines leading up to the given error as that's the important part and would help pinpoint things. Just pasting the error itself isn't very helpful in most cases without the proper context.
crawford
Posts: 3
Joined: Mon Jan 15, 2018 1:24 am

Re: Issue sending nzb to nzbget

Post by crawford »

Ah sorry, here you go:

Code: Select all

2018-01-15 10:04:57	ERROR	Uncaught exception: Traceback (most recent call last):
File "C:\Program Files (x86)\mylar-development\mylar\logger.py", line 177, in new_run
old_run(*args, **kwargs)
File "C:\Python27\lib\threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "C:\Program Files (x86)\mylar-development\mylar\webserve.py", line 1344, in queueissue
foundcom, prov = search.search_init(ComicName, ComicIssue, ComicYear, SeriesYear, Publisher, issues['IssueDate'], storedate, IssueID, AlternateSearch, UseAFuzzy, ComicVersion, mode=mode, ComicID=ComicID, manualsearch=manualsearch, filesafe=ComicName_Filesafe, allow_packs=AllowPacks)
File "C:\Program Files (x86)\mylar-development\mylar\search.py", line 255, in search_init
findit = NZB_SEARCH(ComicName, IssueNumber, ComicYear, SeriesYear, Publisher, IssueDate, StoreDate, searchprov, send_prov_count, IssDateFix, IssueID, UseFuzzy, newznab_host, ComicVersion=ComicVersion, SARC=SARC, IssueArcID=IssueArcID, RSS="no", ComicID=ComicID, issuetitle=issuetitle, unaltered_ComicName=unaltered_ComicName, allow_packs=allow_packs, oneoff=oneoff)
File "C:\Program Files (x86)\mylar-development\mylar\search.py", line 1624, in NZB_SEARCH
searchresult = searcher(nzbprov, nzbname, comicinfo, entry['link'], IssueID, ComicID, tmpprov, newznab=newznab_host)
File "C:\Program Files (x86)\mylar-development\mylar\search.py", line 2355, in searcher
logger.warn('Unable to send nzb file to NZBGet. There was a parameter error as there are no values present: %s' % nzbget_params)
NameError: global name 'nzbget_params' is not defined
2018-01-15 10:04:57	WARNING	uh-oh: cannot marshal None unless allow_none is enabled
2018-01-15 10:04:57	DEBUG	sending now to http://xxxxx:removedbyme@localhost:8182/xmlrpc
2018-01-15 10:04:57	DEBUG	Cache Directory successfully found at : C:\Program Files (x86)\mylar-master\cache. Ensuring proper permissions.
2018-01-15 10:04:57	DEBUG	[FILENAME] end nzbname: Harrow.County.028.2017.digital.Son.of.Ultron-Empire.nzb
2018-01-15 10:04:57	DEBUG	[FILENAME] nzbname (\s): Harrow.County.028.2017.digital.Son.of.Ultron-Empire.nzb
2018-01-15 10:04:57	DEBUG	[FILENAME] filename (remove chars): Harrow.County.028.2017.digital.Son.of.Ultron-Empire.nzb
2018-01-15 10:04:57	DEBUG	Status code returned: 200
2018-01-15 10:04:56	INFO	Download URL: https://dognzb.cr/fetch/4751a199b9ed1b0cd4784aa7c146b867/6da3d252549711a989ec998e6b5622ee [VerifySSL:True]
2018-01-15 10:04:56	DEBUG	link given by: dognzb
2018-01-15 10:04:56	INFO	Found Harrow County (2017) issue: 28 using dognzb
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Issue sending nzb to nzbget

Post by evilhero »

Do you have a category set for nzbget within Mylar ?
crawford
Posts: 3
Joined: Mon Jan 15, 2018 1:24 am

Re: Issue sending nzb to nzbget

Post by crawford »

The box had None in it. I changed it to Books_Comics and now it works! Thanks. :D
Post Reply