32Pag.es login error

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
escrima
Posts: 20
Joined: Sun Feb 12, 2017 7:18 pm

32Pag.es login error

Post by escrima »

So this just started happening today.

Code: Select all

2019-02-05 01:08:06	WARNING	[32P-AUTHENTICATION] Both session key and credential-based logins failed.
2019-02-05 01:08:06	ERROR	[32P-AUTHENTICATION] Got an exception when trying to login: Missing Node.js runtime. Node is required and must be in the PATH (check with `node -v`). Your Node binary may be called `nodejs` rather than `node`, in which case you may need to run `apt-get install nodejs-legacy` on some Debian-based systems. (Please read the cfscrape README's Dependencies section: https://github.com/Anorov/cloudflare-scrape#dependencies.
How do I unscrew this?
Running Development on Freenas.
escrima
Posts: 20
Joined: Sun Feb 12, 2017 7:18 pm

Re: 32Pag.es login error

Post by escrima »

For the FreeNAS users, I used pkg install node to fix the node error.

However:

Code: Select all

2019-02-05 01:16:50	ERROR	Uncaught exception: Traceback (most recent call last):
File "/root/mylar/mylar/logger.py", line 337, in new_run
old_run(*args, **kwargs)
File "/usr/local/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/root/mylar/mylar/helpers.py", line 3124, in search_queue
ss_queue = mylar.search.searchforissue(item['issueid'])
File "/root/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 "/root/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 "/root/mylar/mylar/search.py", line 658, in NZB_SEARCH
bb = a.searchit()
File "/root/mylar/mylar/auth32p.py", line 354, in searchit
searchResults = d.text
UnboundLocalError: local variable 'd' referenced before assignment
2019-02-05 01:16:50	ERROR	[32P-AUTHENTICATION] ['location'] Could not POST URL https://32pag.es/ajax.php
I get this now. Has something changed in the login for 32Pag.es since the site went down and they fixed a vulnerability?
Running Development on Freenas.
barbequesauce
Posts: 95
Joined: Fri Feb 03, 2017 3:59 pm

Re: 32Pag.es login error

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