Issue with grabbing this week

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
r8d8
Posts: 2
Joined: Thu Jan 19, 2017 4:51 am

Issue with grabbing this week

Post by r8d8 »

First and foremost, thank you so much for your work on this. Mylar mostly works great for my weekly pulls. Now and then I have to restart the web daemon, but otherwise good.

I am having an issue this week and I think it might be something in my config however, not sure. Nothing has changed since last week aside from a git pull, and last weeks pull went fine.


-REQUIRED-
- The build of Mylar you're running ( Master / Development ) and the commit.
- What OS you are running Mylar on.
- What the problem is in as much detail as possible (if you can indicate your workflow as to how you got the issue if it can be replicated).
- If it is in regards to post-processing / downloading - your method of download (SABnzbd, NZBGet, Torrents, Blackhole) and the provider(s) you're having issues with.
- Any errors whether in the web browser, console window, etc.
- The mylar.log file (post the portion that's relevant to your issue at hand - showing if applicable, any errors, and the relevant portion of the log leading up to said errors if they exist)

The required info:


Configuration Options
Mylar Version: master
-- git build d7f11d6c835bf4ccf60caee67c2bfdf87a127024.
Python Version : 2.7.12

MYLAR PROGRAM OPTIONS
Mylar Data Directory : /opt/Mylar
Mylar Program Directory : /opt/Mylar
Mylar Cache Directory : /opt/Mylar/cache/
Mylar Config File :/opt/Mylar/config.ini

However note:

$:/opt/Mylar/logs$ git show-branch
[development] Merge branch 'development' of https://github.com/evilhero/mylar into development

Ubuntu 16.04 server

Flow: Search for issue of this weeks pull, get error:

18-Jan-2017 20:50:03 - INFO :: Thread-15 : ComicID:91273
18-Jan-2017 20:50:03 - INFO :: Thread-15 : Retrying : 576585
18-Jan-2017 20:50:03 - INFO :: Thread-15 : Located snatched download:
18-Jan-2017 20:50:03 - INFO :: Thread-15 : --Referencing : experimental @ 2017-01-18 12:25:41
18-Jan-2017 20:50:03 - INFO :: Thread-15 : fetched via experimental. Retrying the send : << EDITED OUT URL >>
18-Jan-2017 20:50:03 - ERROR :: Thread-15 : Uncaught exception: Traceback (most recent call last):
File "/opt/Mylar/mylar/logger.py", line 158, 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 "/opt/Mylar/mylar/webserve.py", line 1280, in retryissue
sendit = search.searcher(Provider, nzbname, comicinfo, link=link, IssueID=IssueID, ComicID=ComicID, tmpprov=fullprov, directsend=True, newznab=newznabinfo)
NameError: global name 'Provider' is not defined


I am using SabNZBD w/ NzbToMedia (working fine for all other apps/etc)
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Issue with grabbing this week

Post by evilhero »

There's a problem with the Retry option currently in the Master build. The dev has a partial fix, but it still throws an error later on in the process that I'm currently working on atm. The fix for that will be in dev later today.

I'm hoping to merge dev into master today to fix some problems with the pull-list not being displayed for some users, as well as for this particular issue that you mentioned. I just have to wait for a few people to try the fix in dev to make sure it's working as intended before I push it to master (as it's a quick patch, I don't want to keep on having to patch the patches kind of thing if I can avoid it obviously).

Oh, and you're currently running Master of Mylar, although I don't know what commit it is - you're obviously running a recent-ish one if you're having that problem ( as it would only be in the latest master release). Mylar bases it's branch determination and pulls against what you have in the config.ini file for git_branch / git_user. If you set it to 'development', it will flip you onto the development branch if that was a requirement.
r8d8
Posts: 2
Joined: Thu Jan 19, 2017 4:51 am

Re: Issue with grabbing this week

Post by r8d8 »

Thanks for the reply.

confirmed it's master in the config.ini under git_branch.

from git log, most recent entry

commit 0596c6366b2a78a981ade6740df0b9b84d69835a
Author: evilhero <[email protected]>
Date: Wed Jan 18 13:56:26 2017 -0500

FIX:(#1542) WWT Category update




I'll try a git pull tomorrow and report back if there is still issues.
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Issue with grabbing this week

Post by evilhero »

r8d8 wrote: Fri Jan 20, 2017 12:31 am Thanks for the reply.

confirmed it's master in the config.ini under git_branch.

from git log, most recent entry

commit 0596c6366b2a78a981ade6740df0b9b84d69835a
Author: evilhero
Date: Wed Jan 18 13:56:26 2017 -0500

FIX:(#1542) WWT Category update




I'll try a git pull tomorrow and report back if there is still issues.
Post Reply