Issues Downloading

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
unsocialsoul
Posts: 1
Joined: Thu Nov 14, 2019 3:54 am

Issues Downloading

Post by unsocialsoul »

Hi, I seem to have issues downloading any and all comics.

I have added NZB Hydra into the search, i am able to find the comics, however Mylar doesnt seem to be able to.

Can you guys help me?

- Build : Master
- Commit: (not sure. Says Version is None)
- OS: Windows 10
- Download Method: SabNZB, qBittorrent, (nothing seems to be downloading)

Log file in the attached URL

https://drive.google.com/file/d/13r-3fF ... sp=sharing


In addition, there's this error that seems to pop up everything Mylar is restarted

Uncaught exception: Traceback (most recent call last):
File "C:\mylar-master\mylar\logger.py", line 337, in new_run
old_run(*args, **kwargs)
File "C:\Python27\lib\threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "C:\mylar-master\mylar\helpers.py", line 3147, in search_queue
ss_queue = mylar.search.searchforissue(item['issueid'])
File "C:\mylar-master\mylar\search.py", line 1855, in searchforissue
foundNZB, prov = search_init(ComicName, IssueNumber, str(IssueYear), SeriesYear, Publisher, IssueDate, StoreDate, actissueid, AlternateSearch, UseFuzzy, ComicVersion, SARC=SARC, IssueArcID=IssueArcID, mode=mode, rsscheck=rsscheck, ComicID=ComicID, filesafe=Comicname_filesafe, allow_packs=allow_packs, oneoff=oneoff, manual=manual, torrentid_32p=TorrentID_32p, digitaldate=DigitalDate, booktype=booktype)
File "C:\mylar-master\mylar\search.py", line 339, 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="yes", ComicID=ComicID, issuetitle=issuetitle, unaltered_ComicName=unaltered_ComicName, oneoff=oneoff, cmloopit=cmloopit, manual=manual, torznab_host=torznab_host, digitaldate=digitaldate, booktype=booktype)
File "C:\mylar-master\mylar\search.py", line 1390, in NZB_SEARCH
if int(intIss) == int(comintIss) or all([cmloopit == 4, findcomiciss is None, pc_in is None]) or all([cmloopit == 4, findcomiciss is None, pc_in == 1]):
TypeError: int() argument must be a string or a number, not 'NoneType'
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Issues Downloading

Post by evilhero »

Turn off the option for Public Torrents within Mylar.

The option is currently broken as it references WWT which has since shut down. It will throw errors when enabled.

If you wish to use public torrents, your next best bet is to use Jackett for public torrent inclusion.
Post Reply