Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

Torrent search broken? #1003

Closed
bonebox opened this issue May 5, 2015 · 8 comments
Closed

Torrent search broken? #1003

bonebox opened this issue May 5, 2015 · 8 comments

Comments

@bonebox
Copy link

bonebox commented May 5, 2015

I noticed after the latest update that Mylar stopped finding any results for any series I added, including newer issues where I would assume it would find something. I only have torrent search (with KAT) enabled. It used to not have an issue finding results. In the log it looks like perhaps it's not searching on the full title name? Here are a coupe examples for Spider-Gwen and Ant-Man:

2015-05-05 10:37:08 INFO    Finished searching via :api. Issue not found - status kept as Wanted.
2015-05-05 10:37:08 INFO    Finished searching via :rss. Issue not found - status kept as Wanted.
2015-05-05 10:37:08 INFO    search provider order is []
2015-05-05 10:37:08 INFO    Issue Title given as : most wanted? part 3
2015-05-05 10:37:08 INFO    Finished searching via :api. Issue not found - status kept as Wanted.
2015-05-05 10:37:08 INFO    Finished searching via :rss. Issue not found - status kept as Wanted.
2015-05-05 10:37:08 INFO    search provider order is []
2015-05-05 10:37:08 INFO    Issue Title given as : most wanted? part 2
2015-05-05 10:37:08 INFO    Finished searching via :api. Issue not found - status kept as Wanted.
2015-05-05 10:37:08 INFO    Finished searching via :rss. Issue not found - status kept as Wanted.
2015-05-05 10:37:08 INFO    search provider order is []
2015-05-05 10:37:08 INFO    Issue Title given as : most wanted? part 1
2015-05-05 10:37:08 INFO    Marking issues: [u'1', u'2', u'3'] as Wanted
2015-05-05 10:36:45 INFO    Finished grabbing what I could.
2015-05-05 10:36:45 INFO    Finished searching via :api. Issue not found - status kept as Wanted.
2015-05-05 10:36:45 INFO    Finished searching via :rss. Issue not found - status kept as Wanted.
2015-05-05 10:36:45 INFO    search provider order is []
2015-05-05 10:36:45 INFO    Issue Title given as : most wanted? part 4
2015-05-05 10:36:45 INFO    Attempting to grab wanted issues for : Spider-Gwen
2015-05-05 10:49:44 INFO    Finished searching via :api. Issue not found - status kept as Wanted.
2015-05-05 10:49:44 INFO    Finished searching via :rss. Issue not found - status kept as Wanted.
2015-05-05 10:49:44 INFO    search provider order is []
2015-05-05 10:49:44 INFO    Issue Title given as : None
2015-05-05 10:49:43 INFO    Finished searching via :api. Issue not found - status kept as Wanted.
2015-05-05 10:49:43 INFO    Finished searching via :rss. Issue not found - status kept as Wanted.
2015-05-05 10:49:43 INFO    search provider order is []
2015-05-05 10:49:43 INFO    Issue Title given as : None
2015-05-05 10:49:43 INFO    Finished searching via :api. Issue not found - status kept as Wanted.
2015-05-05 10:49:43 INFO    Finished searching via :rss. Issue not found - status kept as Wanted.
2015-05-05 10:49:43 INFO    search provider order is []
2015-05-05 10:49:43 INFO    Issue Title given as : None
2015-05-05 10:49:43 INFO    Finished searching via :api. Issue not found - status kept as Wanted.
2015-05-05 10:49:43 INFO    Finished searching via :rss. Issue not found - status kept as Wanted.
2015-05-05 10:49:43 INFO    search provider order is []
2015-05-05 10:49:43 INFO    Issue Title given as : None
2015-05-05 10:49:43 INFO    Marking issues: [u'1', u'2', u'3', u'4'] as Wanted
2015-05-05 10:49:00 INFO    delaying startup thread for 60 seconds to avoid locks.
2015-05-05 10:48:45 INFO    Finished grabbing what I could.
2015-05-05 10:48:45 INFO    Finished searching via :api. Issue not found - status kept as Wanted.
2015-05-05 10:48:45 INFO    Finished searching via :rss. Issue not found - status kept as Wanted.
2015-05-05 10:48:45 INFO    search provider order is []
2015-05-05 10:48:45 INFO    Issue Title given as : None
2015-05-05 10:48:45 INFO    Attempting to grab wanted issues for : Ant-Man
@evilhero
Copy link
Owner

evilhero commented May 5, 2015

Your search provider order is empty, so it's not searching against anything due to that. Shutdown mylar, edit your config.ini file, and then wipe out the entire provider_order line. Save the config.ini, start up mylar and you should be snatching torrents again.

Just remember that if you make any configuration change, even if it's as small as enabling/disabling a provider, you need to restart mylar after saving the configuration. Mylar recreates the search provider order on startup only so if you don't restart after a provider change it messes up the order.

@bonebox
Copy link
Author

bonebox commented May 5, 2015

I had already restarted Mylar several times. Stopping Mylar and clearing the provider_order line also didn't fix it. I still get this: 2015-05-05 11:10:22 INFO search provider order is [] on any searches.

@evilhero
Copy link
Owner

evilhero commented May 5, 2015

Are you removing the entire line or just blanking out the values? (deleting the entire line is required).

Can you paste in the config.ini showing your provider_order and torrent sections?

@bonebox
Copy link
Author

bonebox commented May 5, 2015

I'm removing the entire line. I tried it again with the same results. The line gets added back like it was before (blank) after I restart. Here you go:

provider_order = ,
nzb_downloader = 2
[Torrents]
enable_torrents = 1
minseeds = 1
torrent_local = 1
local_watchdir = /volume1/downloads
torrent_seedbox = 0
seedbox_host = ""
seedbox_port = ""
seedbox_user = ""
seedbox_pass = ""
seedbox_watchdir = ""
enable_torrent_search = 1
enable_kat = 1
kat_proxy = ""
enable_32p = 0
passkey_32p = ""
rssfeed_32p = ""
snatchedtorrent_notify = 0

@evilhero
Copy link
Owner

evilhero commented May 5, 2015

Oh that stupid lone comma!

Change the provider_order line so it's just : provider_order = ""

Then start up mylar and it should work. I think I patched my local repo with the fix but haven't pushed it just yet.

@bonebox
Copy link
Author

bonebox commented May 5, 2015

Unfortunately that still doesn't fix it. It automatically gets changed back with the comma after I restart.

@evilhero
Copy link
Owner

evilhero commented May 5, 2015

Ok, then we try a manual edit. Edit the config.ini so it looks like:
provider_order = 0, kat

Save and start up mylar and see if that fixes things.

@bonebox
Copy link
Author

bonebox commented May 5, 2015

That did the trick. Thanks!

@bonebox bonebox closed this as completed May 5, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants