not getting to utorrent host

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
chumleyex
Posts: 5
Joined: Wed Apr 17, 2019 3:33 pm

not getting to utorrent host

Post by chumleyex »

Hello there, I just setup mylar via docker and it's not downloading anything. I turned on debug and it looks like it's finding the issues, but nothing is hitting my utorrent host (I did a pcap on the utorrent host). Here is my setup and what all I'm seeing.

Ubuntu>Docker>mylar (and Jackett).. Utorrent runs on a windows vm in the VPN ip range.. I've added utorrent as 192.168.1.10:8080 then the username and password for it.. I've tried http:// and even adding /gui .. None of it seems to be working. Sonarr/radarr/lidarr are hitting it with no issues from the same docker box.

I went into the wanted section and then into a title where I forced a search on a few issues. I got debugs like this.. (and below is a weird one that has happened once)

2019-04-19 08:33:19 DEBUG date_downloaded: None
2019-04-19 08:33:19 DEBUG statusupdate: {'Status': u'Wanted', 'IssueID': u'706431', 'ComicID': u'117231'}
2019-04-19 08:33:19 DEBUG updating Pull-list to reflect status change: Wanted[Wanted]
2019-04-19 08:33:19 DEBUG UpcomingcontrolValue: {'ComicID': u'117231'}
2019-04-19 08:33:19 DEBUG UpcomingNewValue: {'Status': 'Wanted', 'ComicName': u'Wolverine: Infinity Watch', 'IssueID': u'706431', 'DisplayComicName': u'Wolverine: Infinity Watch', 'IssueNumber': '3', 'IssueDate': '2019-04-17'}
2019-04-19 08:33:19 DEBUG --attempt to find errant adds to Wanted list
2019-04-19 08:33:19 DEBUG ...Status already Wanted .. not changing.
2019-04-19 08:33:19 DEBUG ...Existing status: Wanted
2019-04-19 08:33:19 DEBUG Available to be marked for download - checking...Wolverine: Infinity Watch Issue: 3
2019-04-19 08:33:19 DEBUG Comic series already up-to-date ... no need to refresh at this time.
2019-04-19 08:33:19 DEBUG Checking how out of whack the series is.
2019-04-19 08:33:19 DEBUG Gathering the status of all issues for the series.
2019-04-19 08:33:19 DEBUG CV_OneTimer option enabled...
2019-04-19 08:33:19 INFO Refreshing/Updating: Wolverine: Infinity Watch (2019) [117231]
2019-04-19 08:33:19 DEBUG pull_refresh: 2019-04-19 08:33:00
2019-04-19 08:33:19 DEBUG 117231 - updating latest_date to : 2019-04-17
2019-04-19 08:33:19 DEBUG Watchlist hit for : Wolverine: Infinity Watch #: 3
2019-04-19 08:33:19 DEBUG [WEEKLY-PULL] Issue Match to ID --- Wolverine: Infinity Watch #3[117231/706431]
2019-04-19 08:33:19 DEBUG [WEEKLY-PULL-ID] Series Match to ID --- Wolverine: Infinity Watch [117231]
2019-04-19 08:33:19 DEBUG issue exists in db already: 706426
2019-04-19 08:33:19 DEBUG date_downloaded: None
2019-04-19 08:33:19 DEBUG statusupdate: {'Status': u'Wanted', 'IssueID': u'706426', 'ComicID': u'115285'}
2019-04-19 08:33:19 DEBUG updating Pull-list to reflect status change: Wanted[Wanted]
2019-04-19 08:33:19 DEBUG UpcomingcontrolValue: {'ComicID': u'115285'}
2019-04-19 08:33:19 DEBUG UpcomingNewValue: {'Status': 'Wanted', 'ComicName': u'Uncanny X-Men', 'IssueID': u'706426', 'DisplayComicName': u'Uncanny X-Men', 'IssueNumber': '16', 'IssueDate': '2019-04-17'}



(weird one that happened once)
Uncaught exception: Traceback (most recent call last):
File "/app/mylar/mylar/logger.py", line 337, in new_run
old_run(*args, **kwargs)
File "/usr/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/app/mylar/mylar/helpers.py", line 3144, in search_queue
ss_queue = mylar.search.searchforissue(item['issueid'])
File "/app/mylar/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 "/app/mylar/mylar/search.py", line 359, 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 "/app/mylar/mylar/search.py", line 669, in NZB_SEARCH
bb = ww.wwt_connect()
File "/app/mylar/mylar/wwt.py", line 49, in wwt_connect
cf_cookievalue, cf_user_agent = s.get_tokens(newurl, user_agent=mylar.CV_HEADERS['User-Agent'])
File "/app/mylar/lib/cfscrape/__init__.py", line 177, in get_tokens
resp = scraper.get(url, **kwargs)
File "/app/mylar/lib/requests/sessions.py", line 477, in get
return self.request('GET', url, **kwargs)
File "/app/mylar/lib/cfscrape/__init__.py", line 68, in request
resp = self.solve_cf_challenge(resp, **kwargs)
File "/app/mylar/lib/cfscrape/__init__.py", line 97, in solve_cf_challenge
params["jschl_answer"] = self.solve_challenge(body, domain)
File "/app/mylar/lib/cfscrape/__init__.py", line 134, in solve_challenge
result = subprocess.check_output(["node", "-e", js]).strip()
File "/usr/lib/python2.7/subprocess.py", line 223, in check_output
raise CalledProcessError(retcode, cmd, output=output)
CalledProcessError: Command '['node', '-e', u'console.log(require(\'vm\').runInNewContext(\'var s,t,o,p,b,r,e,a,k,i,n,g,f, lwUlNEm={"aT":+((!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+[])+(!+[]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![])+(+[])+(!+[]+!![]+!![]+!![])+(+!![])+(!+[]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![])+(+!![]))/+((!+[]+!![]+!![]+!![]+!![]+[])+(!+[]+!![]+!![])+(!+[]+!![]+!![])+(!+[]+!![])+(!+[]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]))}; s += "==".slice(2 - (s.length & 3)); var bm, r = "", r1, r2, i = 0; for (; i < s.length;) { bm = o.indexOf(s.charAt(i++)) << 18 | o.indexOf(s.charAt(i++)) << 12 | (r1 = o.indexOf(s.charAt(i++))) << 6 | (r2 = o.indexOf(s.charAt(i++))); r += r1 === 64 ? g(bm >> 16 & 255) : r2 === 64 ? g(bm >> 16 & 255, bm >> 8 & 255) : g(bm >> 16 & 255, bm >> 8 & 255, bm & 255); } return r; }; ;lwUlNEm.aT-=+((!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+[])+(!+[]+!![]+!![]+!![])+(+!![])+(+[])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![])+(+!![]))/+((+!![]+[])+(+[])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![])+(+[])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![])+(+[]));lwUlNEm.aT*=+((!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+[])+(+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![])+(+[])+(!+[]+!![]+!![]+!![])+(!+[]+!![])+(!+[]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![]))/(+(+((!+[]+!![]+!![]+!![]+!![]+!![]+[])+(!+[]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![])+(+!![])+(!+[]+!![]+!![])))+(function(p){return eval((true+"")[0]+".ch"+(false+"")[1]+(true+"")[1]+Function("return escape")()(("")["italics"]())[2]+"o"+(undefined+"")[2]+(true+"")[3]+"A"+(true+"")[0]+"("+p+")")}(+((!+[]+!![]+[])))));lwUlNEm.aT-=+((!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+[])+(!+[]+!![])+(+[])+(!+[]+!![]+!![]+!![])+(+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![])+(!+[]+!![]+!![]))/+((!+[]+!![]+!![]+!![]+!![]+!![]+[])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![])+(+[])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![])+(+[])+(!+[]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]));lwUlNEm.aT+=+((!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+[])+(!+[]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![])+(+[])+(!+[]+!![]+!![]+!![])+(+!![])+(!+[]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![])+(+!![]))/+((+!![]+[])+(!+[]+!![]+!![]+!![])+(!+[]+!![])+(!+[]+!![])+(!+[]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![])+(+!![])+(!+[]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]));a.value = (+lwUlNEm.aT).toFixed(10); ; 121\', Object.create(null), {timeout: 5000}));']' returned non-zero exit status 1
barbequesauce
Posts: 95
Joined: Fri Feb 03, 2017 3:59 pm

Re: not getting to utorrent host

Post by barbequesauce »

That is some error...

It seems to be returned by cfscrape, which would mean you're getting a captcha when you go to WWT and cfscrape is blowing up on it. Not quite sure why...

Can you try other torrent sites, maybe we can narrow down why this is coming up?
chumleyex
Posts: 5
Joined: Wed Apr 17, 2019 3:33 pm

Re: not getting to utorrent host

Post by chumleyex »

Something came to mind when I read your reply. I think that funky error came when I enabled Public Torrents.. However, I have narrowed it down to just 1 and forced some searches. I'd also like to say, that long funky error doesn't happen often.

I tried just one torrent site (magnetdl) and it's still now downloading. I'm hoping someone can confirm the syntax needed when adding the utorrent host.

IP:port
http://ip:port
http://ip:port/gui

(not that any of these have worked for me)
barbequesauce
Posts: 95
Joined: Fri Feb 03, 2017 3:59 pm

Re: not getting to utorrent host

Post by barbequesauce »

It should be
http://ip:port
I'd suggest trying to telnet to it from inside the mylar docker; history has shown that docker's internal plumbing between containers is often the root cause of issues....
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: not getting to utorrent host

Post by evilhero »

Pretty sure magent links won't work, so that site (if that's what you're using) would snatch the item but wouldn't be able to send it to your client.

Try using either just the public torrents option (which uses WWT), or another site in your jackett instance that doesn't restrict to just magnets.
chumleyex
Posts: 5
Joined: Wed Apr 17, 2019 3:33 pm

Re: not getting to utorrent host

Post by chumleyex »

barbequesauce, Telnet wasn't available from the console - However I did change to http://ip:port and then made the changed that evilhero suggsted and now I've got a download. Thank you very much.
chumleyex
Posts: 5
Joined: Wed Apr 17, 2019 3:33 pm

Re: not getting to utorrent host

Post by chumleyex »

So it works for a bit and doesn't again. I really don't understand it. I can manually find the files, but mylar isn't doing anything. I get some of my own torrents set via Jacket (I removed the magnet ones), Enable DDL (GetComics) and "enable Public Torrent Search".


I told it to find some Thor and Vader issues and this is all it does.

29-Jul-2019 15:49:37 - INFO :: mylar.toggleVerbose.4015 : CP Server Thread-3 : Verbose (DEBUG) logging is enabled
29-Jul-2019 15:49:37 - DEBUG :: mylar.toggleVerbose.4016 : CP Server Thread-3 : If you can read this message, debug logging is now working
29-Jul-2019 15:50:10 - INFO :: mylar.schedulerForceCheck.2642 : CP Server Thread-4 : [Auto-Search (trigger: interval[6:00:00], next run at: 2019-07-30 01:05:55 UTC)] Now force submitting job for jobid search
29-Jul-2019 15:50:10 - INFO :: mylar.run.28 : Thread-29 : [SEARCH] Running Search for Wanted.
29-Jul-2019 15:50:10 - INFO :: mylar.searchforissue.1582 : Thread-29 : A search is currently in progress....queueing this up again to try in a bit.
29-Jul-2019 15:50:10 - DEBUG :: mylar.job_management.3576 : Thread-29 : ReScheduled job: Auto-Search to 2019-07-30 02:50:10
29-Jul-2019 15:51:36 - DEBUG :: mylar.dbUpdate.85 : Thread-16 : Refresh sequence set to fire every 5 minutes for 7 day(s)
29-Jul-2019 15:51:36 - DEBUG :: mylar.job_management.3576 : Thread-16 : ReScheduled job: DB Updater to 2019-07-29 20:56:36
29-Jul-2019 15:51:36 - INFO :: mylar.dbUpdate.353 : Thread-16 : Update complete
29-Jul-2019 15:52:48 - INFO :: mylar.run.2841 : Thread-30 : [FOLDER-CHECK] Checking folder /downloads for newly snatched downloads
29-Jul-2019 15:52:48 - DEBUG :: mylar.Process.358 : Thread-30 : [POST-PROCESSING] nzb name: Manual Run
29-Jul-2019 15:52:48 - DEBUG :: mylar.Process.359 : Thread-30 : [POST-PROCESSING] nzb folder: /downloads
29-Jul-2019 15:52:48 - DEBUG :: mylar.Process.367 : Thread-30 : [POST-PROCESSING] Manual Run Post-Processing enabled.
29-Jul-2019 15:52:48 - DEBUG :: mylar.Process.399 : Thread-30 : [POST-PROCESSING] Manual Run initiated
29-Jul-2019 15:52:48 - INFO :: mylar.traverse_directories.1407 : Thread-30 : there are 1 files.
29-Jul-2019 15:52:48 - DEBUG :: mylar.listFiles.146 : Thread-30 : [FILENAME]: Marvel Tales - Fantastic Four 001 (2019) (Digital) (Zone-Empire).cbr
29-Jul-2019 15:52:48 - DEBUG :: mylar.parseit.287 : Thread-30 : Scanner group tag discovered: Zone-Empire
29-Jul-2019 15:52:48 - DEBUG :: mylar.parseit.394 : Thread-30 : NEWLY SPLIT REORGD: ['Marvel', 'Tales', '-', 'Fantastic', 'Four', '001', '(2019)', '(Digital)']
29-Jul-2019 15:52:48 - DEBUG :: mylar.parseit.429 : Thread-30 : checking date : 2019
29-Jul-2019 15:52:48 - DEBUG :: mylar.parseit.432 : Thread-30 : date: 2019
29-Jul-2019 15:52:48 - DEBUG :: mylar.parseit.759 : Thread-30 : datecheck: [{'date': '2019', 'position': 6, 'mod_position': 34}]
29-Jul-2019 15:52:48 - DEBUG :: mylar.parseit.765 : Thread-30 : sctd: 2019
29-Jul-2019 15:52:48 - DEBUG :: mylar.parseit.774 : Thread-30 : year verified as : 2019
29-Jul-2019 15:52:48 - DEBUG :: mylar.parseit.780 : Thread-30 : year verified as: 2019
29-Jul-2019 15:52:48 - DEBUG :: mylar.parseit.811 : Thread-30 : highest_series_position: 6
29-Jul-2019 15:52:48 - DEBUG :: mylar.parseit.816 : Thread-30 : possible_issuenumbers: [{'position': 5, 'validcountchk': False, 'number': '001', 'mod_position': 30}]
29-Jul-2019 15:52:48 - DEBUG :: mylar.parseit.822 : Thread-30 : hyphen located at position: 13
29-Jul-2019 15:52:48 - DEBUG :: mylar.parseit.824 : Thread-30 : yearposition: 6
29-Jul-2019 15:52:48 - DEBUG :: mylar.parseit.859 : Thread-30 : issue number :001
29-Jul-2019 15:52:48 - DEBUG :: mylar.parseit.888 : Thread-30 : issue_position: 5
29-Jul-2019 15:52:48 - DEBUG :: mylar.parseit.905 : Thread-30 : issue verified as : 001
29-Jul-2019 15:52:48 - DEBUG :: mylar.parseit.1016 : Thread-30 : ALT-SERIES NAME [ISSUE TITLE]: Marvel Tales [Fantastic Four]
29-Jul-2019 15:52:48 - DEBUG :: mylar.parseit.1032 : Thread-30 : sf_highest_series_pos: ['Marvel', 'Tales', '-', 'Fantastic', 'Four']
29-Jul-2019 15:52:48 - DEBUG :: mylar.parseit.1077 : Thread-30 : series title possibly: Marvel Tales - Fantastic Four
29-Jul-2019 15:52:48 - DEBUG :: mylar.parseit.1090 : Thread-30 : Alternate series / issue title: Marvel Tales [Fantastic Four]
29-Jul-2019 15:52:48 - INFO :: mylar.Process.409 : Thread-30 : I have located 1 files that I should be able to post-process. Continuing...
29-Jul-2019 15:52:48 - DEBUG :: mylar.Process.458 : Thread-30 : [POST-PROCESSING] Alternate series naming detected: Marvel Tales
29-Jul-2019 15:52:48 - DEBUG :: mylar.Process.1326 : Thread-30 : [POST-PROCESSING] There are 0 files found that match on your watchlist, 0 files are considered one-off's, and 1 files do not match anything
29-Jul-2019 15:52:48 - INFO :: mylar.Process.1614 : Thread-30 : [POST-PROCESSING] No matches for Manual Run ... exiting.
29-Jul-2019 15:52:48 - INFO :: mylar.run.2844 : Thread-30 : [FOLDER-CHECK] Finished checking for newly snatched downloads
29-Jul-2019 15:52:48 - DEBUG :: mylar.job_management.3576 : Thread-30 : ReScheduled job: Folder Monitor to 2019-07-29 20:57:48
29-Jul-2019 15:56:36 - DEBUG :: mylar.dbUpdate.85 : Thread-21 : Refresh sequence set to fire every 5 minutes for 7 day(s)
29-Jul-2019 15:56:36 - DEBUG :: mylar.job_management.3576 : Thread-21 : ReScheduled job: DB Updater to 2019-07-29 21:01:36
29-Jul-2019 15:56:36 - INFO :: mylar.dbUpdate.353 : Thread-21 : Update complete
29-Jul-2019 15:57:48 - INFO :: mylar.run.2841 : Thread-14 : [FOLDER-CHECK] Checking folder /downloads for newly snatched downloads
29-Jul-2019 15:57:48 - DEBUG :: mylar.Process.358 : Thread-14 : [POST-PROCESSING] nzb name: Manual Run
29-Jul-2019 15:57:48 - DEBUG :: mylar.Process.359 : Thread-14 : [POST-PROCESSING] nzb folder: /downloads
29-Jul-2019 15:57:48 - DEBUG :: mylar.Process.367 : Thread-14 : [POST-PROCESSING] Manual Run Post-Processing enabled.
29-Jul-2019 15:57:48 - DEBUG :: mylar.Process.399 : Thread-14 : [POST-PROCESSING] Manual Run initiated
29-Jul-2019 15:57:48 - INFO :: mylar.traverse_directories.1407 : Thread-14 : there are 1 files.
29-Jul-2019 15:57:48 - DEBUG :: mylar.listFiles.146 : Thread-14 : [FILENAME]: Marvel Tales - Fantastic Four 001 (2019) (Digital) (Zone-Empire).cbr
29-Jul-2019 15:57:48 - DEBUG :: mylar.parseit.287 : Thread-14 : Scanner group tag discovered: Zone-Empire
29-Jul-2019 15:57:48 - DEBUG :: mylar.parseit.394 : Thread-14 : NEWLY SPLIT REORGD: ['Marvel', 'Tales', '-', 'Fantastic', 'Four', '001', '(2019)', '(Digital)']
29-Jul-2019 15:57:48 - DEBUG :: mylar.parseit.429 : Thread-14 : checking date : 2019
29-Jul-2019 15:57:48 - DEBUG :: mylar.parseit.432 : Thread-14 : date: 2019
29-Jul-2019 15:57:48 - DEBUG :: mylar.parseit.759 : Thread-14 : datecheck: [{'date': '2019', 'position': 6, 'mod_position': 34}]
29-Jul-2019 15:57:48 - DEBUG :: mylar.parseit.765 : Thread-14 : sctd: 2019
29-Jul-2019 15:57:48 - DEBUG :: mylar.parseit.774 : Thread-14 : year verified as : 2019
29-Jul-2019 15:57:48 - DEBUG :: mylar.parseit.780 : Thread-14 : year verified as: 2019
29-Jul-2019 15:57:48 - DEBUG :: mylar.parseit.811 : Thread-14 : highest_series_position: 6
29-Jul-2019 15:57:48 - DEBUG :: mylar.parseit.816 : Thread-14 : possible_issuenumbers: [{'position': 5, 'validcountchk': False, 'number': '001', 'mod_position': 30}]
29-Jul-2019 15:57:48 - DEBUG :: mylar.parseit.822 : Thread-14 : hyphen located at position: 13
29-Jul-2019 15:57:48 - DEBUG :: mylar.parseit.824 : Thread-14 : yearposition: 6
29-Jul-2019 15:57:48 - DEBUG :: mylar.parseit.859 : Thread-14 : issue number :001
29-Jul-2019 15:57:48 - DEBUG :: mylar.parseit.888 : Thread-14 : issue_position: 5
29-Jul-2019 15:57:48 - DEBUG :: mylar.parseit.905 : Thread-14 : issue verified as : 001
29-Jul-2019 15:57:48 - DEBUG :: mylar.parseit.1016 : Thread-14 : ALT-SERIES NAME [ISSUE TITLE]: Marvel Tales [Fantastic Four]
29-Jul-2019 15:57:48 - DEBUG :: mylar.parseit.1032 : Thread-14 : sf_highest_series_pos: ['Marvel', 'Tales', '-', 'Fantastic', 'Four']
29-Jul-2019 15:57:48 - DEBUG :: mylar.parseit.1077 : Thread-14 : series title possibly: Marvel Tales - Fantastic Four
29-Jul-2019 15:57:48 - DEBUG :: mylar.parseit.1090 : Thread-14 : Alternate series / issue title: Marvel Tales [Fantastic Four]
29-Jul-2019 15:57:48 - INFO :: mylar.Process.409 : Thread-14 : I have located 1 files that I should be able to post-process. Continuing...
29-Jul-2019 15:57:48 - DEBUG :: mylar.Process.458 : Thread-14 : [POST-PROCESSING] Alternate series naming detected: Marvel Tales
29-Jul-2019 15:57:48 - DEBUG :: mylar.Process.1326 : Thread-14 : [POST-PROCESSING] There are 0 files found that match on your watchlist, 0 files are considered one-off's, and 1 files do not match anything
29-Jul-2019 15:57:48 - INFO :: mylar.Process.1614 : Thread-14 : [POST-PROCESSING] No matches for Manual Run ... exiting.
29-Jul-2019 15:57:48 - INFO :: mylar.run.2844 : Thread-14 : [FOLDER-CHECK] Finished checking for newly snatched downloads
29-Jul-2019 15:57:48 - DEBUG :: mylar.job_management.3576 : Thread-14 : ReScheduled job: Folder Monitor to 2019-07-29 21:02:48
29-Jul-2019 15:57:55 - DEBUG :: mylar.queueissue.1339 : Thread-32 : ComicID: 111590
29-Jul-2019 15:57:55 - DEBUG :: mylar.queueissue.1340 : Thread-32 : mode: want
29-Jul-2019 15:57:55 - INFO :: mylar.queueissue.1430 : Thread-32 : Initiating manual search for Thor issue: 9
29-Jul-2019 15:57:55 - INFO :: mylar.queueissue.1473 : Thread-32 : [WANTED-SEARCH] Now Queueing Thor (2018) #9 for search
29-Jul-2019 15:57:57 - DEBUG :: mylar.queueissue.1339 : Thread-33 : ComicID: 111590
29-Jul-2019 15:57:57 - DEBUG :: mylar.queueissue.1340 : Thread-33 : mode: want
29-Jul-2019 15:57:57 - INFO :: mylar.queueissue.1430 : Thread-33 : Initiating manual search for Thor issue: 4
29-Jul-2019 15:57:57 - INFO :: mylar.queueissue.1473 : Thread-33 : [WANTED-SEARCH] Now Queueing Thor (2018) #4 for search
29-Jul-2019 15:57:58 - DEBUG :: mylar.queueissue.1339 : Thread-34 : ComicID: 111590
29-Jul-2019 15:57:58 - DEBUG :: mylar.queueissue.1340 : Thread-34 : mode: want
29-Jul-2019 15:57:58 - INFO :: mylar.queueissue.1430 : Thread-34 : Initiating manual search for Thor issue: 3
29-Jul-2019 15:57:58 - INFO :: mylar.queueissue.1473 : Thread-34 : [WANTED-SEARCH] Now Queueing Thor (2018) #3 for search
29-Jul-2019 15:57:58 - DEBUG :: mylar.queueissue.1339 : Thread-35 : ComicID: 111590
29-Jul-2019 15:57:58 - DEBUG :: mylar.queueissue.1340 : Thread-35 : mode: want
29-Jul-2019 15:57:58 - INFO :: mylar.queueissue.1430 : Thread-35 : Initiating manual search for Thor issue: 2
29-Jul-2019 15:57:58 - INFO :: mylar.queueissue.1473 : Thread-35 : [WANTED-SEARCH] Now Queueing Thor (2018) #2 for search
29-Jul-2019 15:57:59 - DEBUG :: mylar.queueissue.1339 : Thread-36 : ComicID: 111590
29-Jul-2019 15:57:59 - DEBUG :: mylar.queueissue.1340 : Thread-36 : mode: want
29-Jul-2019 15:57:59 - INFO :: mylar.queueissue.1430 : Thread-36 : Initiating manual search for Thor issue: 1
29-Jul-2019 15:57:59 - INFO :: mylar.queueissue.1473 : Thread-36 : [WANTED-SEARCH] Now Queueing Thor (2018) #1 for search
29-Jul-2019 15:58:33 - DEBUG :: mylar.queueissue.1339 : Thread-37 : ComicID: 101960
29-Jul-2019 15:58:33 - DEBUG :: mylar.queueissue.1340 : Thread-37 : mode: want
29-Jul-2019 15:58:33 - INFO :: mylar.queueissue.1430 : Thread-37 : Initiating manual search for Darth Vader issue: 25
29-Jul-2019 15:58:33 - INFO :: mylar.queueissue.1473 : Thread-37 : [WANTED-SEARCH] Now Queueing Darth Vader (2017) #25 for search
29-Jul-2019 15:58:34 - DEBUG :: mylar.queueissue.1339 : Thread-38 : ComicID: 101960
29-Jul-2019 15:58:34 - DEBUG :: mylar.queueissue.1340 : Thread-38 : mode: want
29-Jul-2019 15:58:34 - INFO :: mylar.queueissue.1430 : Thread-38 : Initiating manual search for Darth Vader issue: 20
29-Jul-2019 15:58:34 - INFO :: mylar.queueissue.1473 : Thread-38 : [WANTED-SEARCH] Now Queueing Darth Vader (2017) #20 for search
29-Jul-2019 15:58:35 - DEBUG :: mylar.queueissue.1339 : Thread-39 : ComicID: 101960
29-Jul-2019 15:58:35 - DEBUG :: mylar.queueissue.1340 : Thread-39 : mode: want
29-Jul-2019 15:58:35 - INFO :: mylar.queueissue.1430 : Thread-39 : Initiating manual search for Darth Vader issue: 19
29-Jul-2019 15:58:35 - INFO :: mylar.queueissue.1473 : Thread-39 : [WANTED-SEARCH] Now Queueing Darth Vader (2017) #19 for search
29-Jul-2019 15:58:35 - DEBUG :: mylar.queueissue.1339 : Thread-40 : ComicID: 101960
29-Jul-2019 15:58:35 - DEBUG :: mylar.queueissue.1340 : Thread-40 : mode: want
29-Jul-2019 15:58:35 - INFO :: mylar.queueissue.1430 : Thread-40 : Initiating manual search for Darth Vader issue: 18
29-Jul-2019 15:58:35 - INFO :: mylar.queueissue.1473 : Thread-40 : [WANTED-SEARCH] Now Queueing Darth Vader (2017) #18 for search
29-Jul-2019 16:01:36 - DEBUG :: mylar.dbUpdate.85 : Thread-31 : Refresh sequence set to fire every 5 minutes for 7 day(s)
29-Jul-2019 16:01:36 - DEBUG :: mylar.job_management.3576 : Thread-31 : ReScheduled job: DB Updater to 2019-07-29 21:06:36
29-Jul-2019 16:01:36 - INFO :: mylar.dbUpdate.353 : Thread-31 : Update complete
29-Jul-2019 16:02:48 - INFO :: mylar.run.2841 : Thread-22 : [FOLDER-CHECK] Checking folder /downloads for newly snatched downloads
29-Jul-2019 16:02:48 - DEBUG :: mylar.Process.358 : Thread-22 : [POST-PROCESSING] nzb name: Manual Run
29-Jul-2019 16:02:48 - DEBUG :: mylar.Process.359 : Thread-22 : [POST-PROCESSING] nzb folder: /downloads
29-Jul-2019 16:02:48 - DEBUG :: mylar.Process.367 : Thread-22 : [POST-PROCESSING] Manual Run Post-Processing enabled.
29-Jul-2019 16:02:48 - DEBUG :: mylar.Process.399 : Thread-22 : [POST-PROCESSING] Manual Run initiated
29-Jul-2019 16:02:48 - INFO :: mylar.traverse_directories.1407 : Thread-22 : there are 1 files.
29-Jul-2019 16:02:48 - DEBUG :: mylar.listFiles.146 : Thread-22 : [FILENAME]: Marvel Tales - Fantastic Four 001 (2019) (Digital) (Zone-Empire).cbr
29-Jul-2019 16:02:48 - DEBUG :: mylar.parseit.287 : Thread-22 : Scanner group tag discovered: Zone-Empire
29-Jul-2019 16:02:48 - DEBUG :: mylar.parseit.394 : Thread-22 : NEWLY SPLIT REORGD: ['Marvel', 'Tales', '-', 'Fantastic', 'Four', '001', '(2019)', '(Digital)']
29-Jul-2019 16:02:48 - DEBUG :: mylar.parseit.429 : Thread-22 : checking date : 2019
29-Jul-2019 16:02:48 - DEBUG :: mylar.parseit.432 : Thread-22 : date: 2019
29-Jul-2019 16:02:48 - DEBUG :: mylar.parseit.759 : Thread-22 : datecheck: [{'date': '2019', 'position': 6, 'mod_position': 34}]
29-Jul-2019 16:02:48 - DEBUG :: mylar.parseit.765 : Thread-22 : sctd: 2019
29-Jul-2019 16:02:48 - DEBUG :: mylar.parseit.774 : Thread-22 : year verified as : 2019
29-Jul-2019 16:02:48 - DEBUG :: mylar.parseit.780 : Thread-22 : year verified as: 2019
29-Jul-2019 16:02:48 - DEBUG :: mylar.parseit.811 : Thread-22 : highest_series_position: 6
29-Jul-2019 16:02:48 - DEBUG :: mylar.parseit.816 : Thread-22 : possible_issuenumbers: [{'position': 5, 'validcountchk': False, 'number': '001', 'mod_position': 30}]
29-Jul-2019 16:02:48 - DEBUG :: mylar.parseit.822 : Thread-22 : hyphen located at position: 13
29-Jul-2019 16:02:48 - DEBUG :: mylar.parseit.824 : Thread-22 : yearposition: 6
29-Jul-2019 16:02:48 - DEBUG :: mylar.parseit.859 : Thread-22 : issue number :001
29-Jul-2019 16:02:48 - DEBUG :: mylar.parseit.888 : Thread-22 : issue_position: 5
29-Jul-2019 16:02:48 - DEBUG :: mylar.parseit.905 : Thread-22 : issue verified as : 001
29-Jul-2019 16:02:48 - DEBUG :: mylar.parseit.1016 : Thread-22 : ALT-SERIES NAME [ISSUE TITLE]: Marvel Tales [Fantastic Four]
29-Jul-2019 16:02:48 - DEBUG :: mylar.parseit.1032 : Thread-22 : sf_highest_series_pos: ['Marvel', 'Tales', '-', 'Fantastic', 'Four']
29-Jul-2019 16:02:48 - DEBUG :: mylar.parseit.1077 : Thread-22 : series title possibly: Marvel Tales - Fantastic Four
29-Jul-2019 16:02:48 - DEBUG :: mylar.parseit.1090 : Thread-22 : Alternate series / issue title: Marvel Tales [Fantastic Four]
29-Jul-2019 16:02:48 - INFO :: mylar.Process.409 : Thread-22 : I have located 1 files that I should be able to post-process. Continuing...
29-Jul-2019 16:02:48 - DEBUG :: mylar.Process.458 : Thread-22 : [POST-PROCESSING] Alternate series naming detected: Marvel Tales
29-Jul-2019 16:02:48 - DEBUG :: mylar.Process.1326 : Thread-22 : [POST-PROCESSING] There are 0 files found that match on your watchlist, 0 files are considered one-off's, and 1 files do not match anything
29-Jul-2019 16:02:48 - INFO :: mylar.Process.1614 : Thread-22 : [POST-PROCESSING] No matches for Manual Run ... exiting.
29-Jul-2019 16:02:48 - INFO :: mylar.run.2844 : Thread-22 : [FOLDER-CHECK] Finished checking for newly snatched downloads
29-Jul-2019 16:02:48 - DEBUG :: mylar.job_management.3576 : Thread-22 : ReScheduled job: Folder Monitor to 2019-07-29 21:07:48
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: not getting to utorrent host

Post by evilhero »

Your search queue is dead from the looks of it. When the search encounters a traceback / error, it locks the queue and any subsequent request to search goes nowhere due to the lock.

The only fix for this is to restart mylar so that the queues can all get reinitialised.

Also if you have public torrents enabled, I'd disable them entirely at this point. WWT isn't coming back, and if you have that enabled it could be locking the queue inadvertently.
chumleyex
Posts: 5
Joined: Wed Apr 17, 2019 3:33 pm

Re: not getting to utorrent host

Post by chumleyex »

Ok, thanks, I'll give that a try.
Post Reply