jupyter-scheduler
jupyter-scheduler copied to clipboard
Debug jupyter-releaser issue
References
https://github.com/jupyter-server/jupyter-scheduler/issues/558
Code changes
Just blindly checking if changing this could have an impact
User-facing changes
None
Backwards-incompatible changes
None
Oh, check-release is not running on PRs until they are closed due to this commit: https://github.com/jupyter-server/jupyter-scheduler/commit/51ca23c735cd340f47d1309ce9b2f7ded6883a80
This exposed an error ValueError: @jupyterlab/scheduler is missing 'main' file lib/index.js
Nevermind...
Nope, this did not help at all:
It is quite intriguing as other repositories do not experience this issue, but I cannot put any more time into it this week.
I am able to reproduce it locally too. I enabled logging by editing jupyter-releaser code locally but nothing come up in there.
A laborious but possibly more fruitful approach to debugging it would be starting from a fresh cookiecutter and moving over parts of jupyter-scheduler to see what causes this behaviour.
Thank you for looking into this @krassowski.