Failing to pass NZB to Sabnzbd

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
bennyboi
Posts: 1
Joined: Tue Jul 21, 2015 9:26 am

Failing to pass NZB to Sabnzbd

Post by bennyboi »

Hi all,

I'm new to this so sorry if its something simple...

I'm running mylar in a docker on an unraid server...

when mylar searches for comics it finds them successfully but then I receive this error....

Uncaught exception: Traceback (most recent call last):
File "/opt/mylar/mylar/logger.py", line 159, in new_run
old_run(*args, **kwargs)
File "/usr/lib/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "/opt/mylar/mylar/webserve.py", line 1366, 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)
File "/opt/mylar/mylar/search.py", line 247, in search_init
findit = NZB_SEARCH(AS_Alternate, IssueNumber, ComicYear, SeriesYear, Publisher, IssueDate, StoreDate, searchprov, prov_count, IssDateFix, IssueID, UseFuzzy, newznab_host, ComicVersion=ComicVersion, SARC=SARC, IssueArcID=IssueArcID, ComicID=ComicID, issuetitle=issuetitle, unaltered_ComicName=unaltered_ComicName)
File "/opt/mylar/mylar/search.py", line 1327, in NZB_SEARCH
searchresult = searcher(nzbprov, nzbname, comicinfo, entry['link'], IssueID, ComicID, tmpprov, newznab=newznab_host)
File "/opt/mylar/mylar/search.py", line 1817, in searcher
with open(nzbpath, 'wb') as f:
IOError: [Errno 13] Permission denied: u'/opt/mylar/cache/Batman.66.010.2013.digital.Son.of.Ultron-Empire.nzb'

any ideas?

thanks
User avatar
evilhero
Site Admin
Posts: 2887
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Failing to pass NZB to Sabnzbd

Post by evilhero »

It's probably the docket.

Another fellow had the same exact error, switched dockers and everything started working .

See the issue near the bottom here
Post Reply