theotherp / nzbhydra2

Usenet meta search
Other
1.27k stars 76 forks source link

Add Indexer - Read from Jackett Config - indexers added but not displayed #547

Open proxenus opened 4 years ago

proxenus commented 4 years ago

I run this option and it says "13 indexers added" but they do not display.

In my case when I tried to click save it gave me an error message about a duplicate indexer. I had manually added one before the "read from jackett config" was run. I would open the indexer I manually and delete it, hydra would say it was deleted but it was still visible.

To get this to work:

  1. I had to manually delete my torznab indexer.
  2. Run the "read from jackett config" - 13 indexers added, but still did not display.
  3. Because i no longer had a duplicate I was able to click save.
  4. After save was successfully completed the indexers added from jackett were finalyl displayed.
theotherp commented 4 years ago

See https://github.com/theotherp/nzbhydra2/issues/539

Comparison is done by host. If you had an indexer with the same name in there you need to save the config before loading the config from jackett.

proxenus commented 4 years ago

The duplicate indexer in my case is just anecdotal. I think it detected/handled properly there. The issue is I can't see what indexers are read/added from jackett until I save/refresh the indexer page.

theotherp commented 4 years ago

Check the browser console (press F12) for errors.

uberguy16 commented 4 years ago

I noticed this error and see that someone else saw it too. The error in the Chrome browser console is:

DevTools failed to load SourceMap: Could not load content for http://192.168.1.xxx:9117/libs/filesize.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

I tried it in Edge and Firefox and it works just fine.