man-group / notebooker

Productionise & schedule your Jupyter Notebooks as easily as you wrote them.
GNU Affero General Public License v3.0
848 stars 80 forks source link

Error installing Notebooker and report hunter not finding updates #143

Closed Ajay263 closed 1 year ago

Ajay263 commented 1 year ago

I followed the installation steps provided in the Notebooker documentation, but I am having issues with the report hunter not finding any updates. The logs show the following messages:

INFO:notebooker.web.app:Notebooker is now running at http://0.0.0.0:11828 INFO:notebooker.web.report_hunter:Found 0 updates since None. INFO:notebooker.web.report_hunter:Found 0 updates since 2023-04-19 04:01:03.564799.

github issue

I'm not sure what the issue could be, and I would appreciate any guidance on how to troubleshoot and resolve this issue. Is there anything else I can check or try?

Thank you for your help.

jonbannister commented 1 year ago

Hi @Ajay263, thank you for trying out Notebooker.

Apologies for the confusing log messages, but this actually means that the webapp is running as expected. If you go to https://localhost:11828 in your browser, you should see the Notebooker webapp as expected.

In version 0.3.0 this message was changed to be DEBUG instead of INFO, so it might be worth an upgrade if possible!