Zero Search Providers

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
Aphixx
Posts: 7
Joined: Wed Nov 29, 2017 3:28 pm

Zero Search Providers

Post by Aphixx »

Hi,

Ive gone through the issue on github and the forums here to work this issue. Earlier tonight I solved it by slowing going through the steps - making sure mylar was shut down, deleting the provider order, etc. Was able to download a series of single issues on manual request.

But then, out of the blue mylar drops back into the '0 search providers enabled' issue. Ive copied the section of my log below, start from the bottom - mylar successfully finds an issue through dognzb, passes it to sabnzbd, updates status to snatched, and the next log entry is that it no longer can find a search provider.

I realize this issue has been hard to crack - mainly posting in an effort to help with the resolution. Any ideas what changed the behavior literally a second later?

Log below ----------------------

Code: Select all

2017-12-05 20:03:21	ERROR	[WARNING] You have 0 search providers enabled. I need at least ONE provider to work. Aborting search.
2017-12-05 20:03:21	INFO	Issue Title given as : the thought that killed
2017-12-05 20:03:21	INFO	[UPDATER] Updated the status (Snatched) complete for Iron Man Issue: 258.2
2017-12-05 20:03:20	INFO	[UPDATER] Updating status to snatched
2017-12-05 20:03:20	INFO	{'status': True, 'info': {'nzbname': u'Iron.Man.258.2.2013', 'alt_nzbname': None, 'nzbid': u'f90b239be782aeb071af1f21cadc786a', 'sent_to': 'SABnzbd+', 't_hash': None}}
2017-12-05 20:03:20	INFO	setting the nzbid for this download grabbed by dognzb in the nzblog to : f90b239be782aeb071af1f21cadc786a
2017-12-05 20:03:20	INFO	Successfully sent nzb file to SABnzbd
2017-12-05 20:03:17	INFO	Download URL: https://dognzb.cr/fetch/f90b239be782aeb071af1f21cadc786a/3993b04740672486ee8a1680b871dc2b [VerifySSL:True]
2017-12-05 20:03:17	INFO	Found Iron Man (2013) issue: 258.2 using dognzb
2017-12-05 20:03:17	INFO	entry: {'newznab': {u'info': u'https://dognzb.cr/deta.......{parsed this line as it makes it difficult to read}
2017-12-05 20:03:17	INFO	no errors on data retrieval...proceeding
2017-12-05 20:02:17	INFO	pausing for 60 seconds before continuing to avoid hammering
2017-12-05 20:02:17	INFO	Shhh be very quiet...I'm looking for Iron Man issue: 258.2 (2013) using dognzb
2017-12-05 20:02:17	INFO	search provider order is ['dognzb', 'newznab:NZB Finder']
2017-12-05 20:02:17	INFO	Issue Title given as : entity mine
2017-12-05 20:02:17	INFO	[UPDATER] Updated the status (Snatched) complete for Iron Man Issue: 258.3
2017-12-05 20:02:16	INFO	[UPDATER] Updating status to snatched
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Zero Search Providers

Post by evilhero »

This was/is a problem with the dognzb provider within Mylar. I had thought we had fixed it up a while ago, but perhaps we didn't do it properly.

The 0 providers thing should be in the past tho, the new method has been in development for about a week or so and is undergoing testing alongside a whack of other stuff. The main reason why the 0 providers was happening initially was due to making changes in the config GUI in regards to a provider, and then saving but not restarting so Mylar could reload the provider_order sequence (which it only does on startup). This has all been changed in the development branch, where you can save the config changes in the GUI now and it has an immediate effect, plus it will display at the top your current provider search order sequence dynamically.

I'm assuming you're on the Master branch at this point with this error, although if you're on the Development branch and up-to-date then this is something that will need to get looked into again obviously.
Aphixx
Posts: 7
Joined: Wed Nov 29, 2017 3:28 pm

Re: Zero Search Providers

Post by Aphixx »

Thanks evilhero.

Yes, Im on the master thread. Considering switching to the dev thread for fun - without this function working for me mylar is just a TBD item on my server anyways.

Appreciate the follow up.
Aphixx
Posts: 7
Joined: Wed Nov 29, 2017 3:28 pm

Re: Zero Search Providers

Post by Aphixx »

Swtiched to dev branch last night and re-setup. Everything is working in this area. Overall the entire installation feels more robust, Im noticing improved changes all over the place. Thanks for the hard work!
Post Reply