Code Monkey home page Code Monkey logo

Comments (5)

theotherp avatar theotherp commented on May 23, 2024

2-3 minutes per indexers is extremely slow. The caps check should not take more than 30 seconds.

But I see your point.

from nzbhydra2.

Mirabis avatar Mirabis commented on May 23, 2024

Hmm quite a difference between 2-3 min and 30 seconds. Might be the VPN rules, going to disable them and report back

from nzbhydra2.

theotherp avatar theotherp commented on May 23, 2024

from nzbhydra2.

Mirabis avatar Mirabis commented on May 23, 2024

It's related to the VPN - disabled them and it takes 1-2 seconds to get the details. Will clear my logs and re-enable VPN for debug info.

Caution: Bugreport / Debug Infos > "Here you can get anonymized versions of both to be posted" returns password when you did a migration. [Replaced my pass with REMOVED ofc]

...

2018-01-10 11:56:44.127  INFO --- [           main] o.f.core.internal.command.DbValidate     : Successfully validated 9 migrations (execution time 00:00.037s)
2018-01-10 11:56:44.141  INFO --- [           main] o.f.c.i.metadatatable.MetaDataTableImpl  : Creating Metadata table: "PUBLIC"."schema_version"
2018-01-10 11:56:44.175  INFO --- [           main] o.f.core.internal.command.DbMigrate      : Current version of schema "PUBLIC": << Empty Schema >>
2018-01-10 11:56:44.206  INFO --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version 1.0 - INITIAL
2018-01-10 11:56:44.307  INFO --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version 1.1 - NZBDOWNLOAD USERAGENT
2018-01-10 11:56:44.382  INFO --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version 1.2 - DISTINGUISH USERNAME IP
2018-01-10 11:56:44.449  INFO --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version 1.3 - DELETE OLD SEARCHRESULTS
2018-01-10 11:56:44.461  INFO --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version 1.4 - MAKE SEARCHRESULT INDEX NON UNIQUE
2018-01-10 11:56:44.469  INFO --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version 1.5 - MAKE SEARCH QUERY COLUMN BIGGER
2018-01-10 11:56:44.491  INFO --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version 1.6 - ADD SEARCH RESULT TO DOWNLOADS
2018-01-10 11:56:44.622  INFO --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version 1.7 - ADD INDEXES FOR STATS
2018-01-10 11:56:44.643  INFO --- [           main] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version 1.8 - INCREASE QUERY AND ERROR COLUMN LENGTHs
2018-01-10 11:56:44.660  INFO --- [           main] o.f.core.internal.command.DbMigrate      : Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:00.520s).
2018-01-10 11:56:48.256  WARN --- [           main] org.nzbhydra.NzbHydra                    : Overwritten settings will be displayed with their original value in the config section of the GUI
2018-01-10 11:56:48.331  INFO --- [           main] o.n.downloading.DownloaderProvider       : Loading downloaders
2018-01-10 11:56:48.332  INFO --- [           main] o.n.downloading.DownloaderProvider       : No downloaders configured
2018-01-10 11:56:49.293  INFO --- [           main] o.n.searching.SearchModuleProvider       : Loading indexers
2018-01-10 11:56:49.294  WARN --- [           main] o.n.searching.SearchModuleProvider       : No indexers configured
2018-01-10 11:56:52.125  INFO --- [           main] org.nzbhydra.NzbHydra                    : First start of NZBHydra detected
2018-01-10 11:56:52.219  INFO --- [           main] org.nzbhydra.config.BaseConfig           : Using base host <IP>
2018-01-10 11:56:52.224  INFO --- [           main] org.nzbhydra.NzbHydra                    : You can access NZBHydra 2 in your browser via http://<IP>:5076
2018-01-10 11:56:52.225  INFO --- [           main] org.nzbhydra.NzbHydra                    : Started NzbHydra in 17.547 seconds (JVM running for 18.502)
2018-01-10 11:59:09.698  INFO --- [0.0-5076-exec-2] o.n.migration.FromPythonMigration        : [IP: <IP>] Received request to migrate from URL http://Mirabis:**REMOVED**@<IP>:5075
2018-01-10 11:59:09.706  INFO --- [0.0-5076-exec-2] o.n.migration.FromPythonMigration        : [IP: <IP>] Connecting to URL http://Mirabis:**REMOVED**@<IP>:5075/internalapi/get_versions
2018-01-10 11:59:10.341  INFO --- [0.0-5076-exec-2] o.n.migration.FromPythonMigration        : [IP: <IP>] Connecting to URL http://Mirabis:**REMOVED**@<IP>:5075/internalapi/migration
2018-01-10 11:59:10.366  INFO --- [0.0-5076-exec-2] o.n.migration.FromPythonMigration        : [IP: <IP>] Starting migration

nzbhydra.log

nzbhydra-config.yaml.txt

Regardless of the above fix, a button to check all would still be nice :)

from nzbhydra2.

theotherp avatar theotherp commented on May 23, 2024

I'll add a button and remove the password from the logs.

from nzbhydra2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.