Searching with 32Pages is broken for me

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
bigfire
Posts: 10
Joined: Mon Feb 04, 2019 4:57 pm

Searching with 32Pages is broken for me

Post by bigfire »

I noticed that Mylar hadn't grabbed anything since 12/28. I started with the "Missing Node.js" problem, downloaded a new version of Node.js that fixed that. I then updated Mylar to the latest release, but I still can't seem to find any comics or download them.

Here's the Mylar info:
Mylar Version: development
-- git build 5fc5d17a1c60081d70567f9b20f5b0e92315516f.

OS: Windows Server Essentials 2016

Everything's been working fine up until the problem, and I don't recall any intentional changes (though maybe I took an update on the 28th that broke things?). Before I refreshed the log (in a vain attempt to make it a little easier to search through) I had seen an error that said that I'd gotten failures from 32P, so it had deactivated it to prevent a ban. When I checked Mylar, the search was still active. I haven't seen that error since I refreshed the log and restarted the machine.


Here are the errors from the debug log:

2019-02-04 17:47:18 ERROR Uncaught exception: Traceback (most recent call last):
File "c:\Mylar\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\mylar\helpers.py", line 3124, in search_queue
ss_queue = mylar.search.searchforissue(item['issueid'])
File "c:\Mylar\mylar\search.py", line 1850, 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\mylar\search.py", line 360, 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, cmloopit=cmloopit, manual=manual, torznab_host=torznab_host, torrentid_32p=torrentid_32p, digitaldate=digitaldate, booktype=booktype)
File "c:\Mylar\mylar\search.py", line 658, in NZB_SEARCH
bb = a.searchit()
File "c:\Mylar\mylar\auth32p.py", line 354, in searchit
searchResults = d.text
UnboundLocalError: local variable 'd' referenced before assignment

2019-02-04 17:47:18 ERROR Uncaught exception: Traceback (most recent call last):
File "c:\Mylar\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\mylar\helpers.py", line 3124, in search_queue
ss_queue = mylar.search.searchforissue(item['issueid'])
File "c:\Mylar\mylar\search.py", line 1850, 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\mylar\search.py", line 360, 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, cmloopit=cmloopit, manual=manual, torznab_host=torznab_host, torrentid_32p=torrentid_32p, digitaldate=digitaldate, booktype=booktype)
File "c:\Mylar\mylar\search.py", line 658, in NZB_SEARCH
bb = a.searchit()
File "c:\Mylar\mylar\auth32p.py", line 354, in searchit
searchResults = d.text
UnboundLocalError: local variable 'd' referenced before assignment

2019-02-04 17:47:18 ERROR [32P-AUTHENTICATION] ['location'] Could not POST URL https://32pag.es/ajax.php
Showing 1 to 3 of 3 lines (filtered from 180,250 total lines)
barbequesauce
Posts: 95
Joined: Fri Feb 03, 2017 3:59 pm

Re: Searching with 32Pages is broken for me

Post by barbequesauce »

Yep, they changed a few things around when they were recovering. Rrlqted changes on the mylar side are being tested...
Post Reply