jupyter-scheduler icon indicating copy to clipboard operation
jupyter-scheduler copied to clipboard

Debug jupyter-releaser issue

Open krassowski opened this issue 1 year ago • 5 comments

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

krassowski avatar Nov 15 '24 09:11 krassowski

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

krassowski avatar Nov 15 '24 09:11 krassowski

This exposed an error ValueError: @jupyterlab/scheduler is missing 'main' file lib/index.js

Nevermind...

krassowski avatar Nov 15 '24 10:11 krassowski

Nope, this did not help at all:

image

krassowski avatar Nov 15 '24 10:11 krassowski

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.

krassowski avatar Nov 15 '24 12:11 krassowski

Thank you for looking into this @krassowski.

andrii-i avatar Nov 20 '24 23:11 andrii-i