-
Notifications
You must be signed in to change notification settings - Fork 506
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Methods to troubleshoot Voila getting stuck on Executing x of y
#1395
Comments
for my own personal issue, I went back into the original environment and downgraded the packages to what they were before to see if I would get the consistency of voila loading notebooks back: mamba install -c conda-forge jupyter-server-mathjax=0.2.3 jupyter_client=6.1.12 jupyter_core=4.11.0 jupyter_server=1.23.4 jupyterlab=3.6.3 jupyterlab_widgets=3.0.3 nbclassic=0.3.1 tornado=6.1 voila=0.4.0 That worked. Not sure why all the new packages were leading to inconsistent loads and getting stuck on x of y. I would still love some advice on mechanisms to troubleshoot that when voila gets stuck on x of y etc... |
#1394 may help troubleshoot this and make things more stable regarding custom widgets. |
Thank you, I will watch that issue and try it out when released. |
Linking to this issue as the root cause seems to have been identified #1428 |
Is there a parameter to cause voila to be very verbose in what it is doing? I have read through the documentation and I am not seeing it.
I run voila on an ubuntu server and almost always runs amazingly well.
A day or so ago I upgraded to the latest packages for lab and voila, my notebooks started to get stuck on Executing x of y when loaded with voila.
(Some will load every time, some will not load, some can be refreshed over and over and sometimes they load)
Which notebook and which x of y they were getting stuck on seems quite random, but some will not run and always get stuck.
I am wondering if there is or could be documentation detailing the appropriate methods for troubleshooting?
Things I have tried:
When doing this I did ensure to change the
/etc/systemd/system/voila.service
so it was pointing to the new environmentI would then
and check to make sure
showed that the proper new environment was loaded and running.
sudo journalctl -u voila -f
The journal would not provide any detail beyond:
This just prints
hide
, so I will hide/delete cells to try and get to the cells which may be causing an issue (but again this can be random and will be at a different x of y for the same notebook, each time it is refreshed in Voila).Is there a way or a mechanism to discover (or see more detailed logging) what voila is getting hung up on in the Executing x of y?
The text was updated successfully, but these errors were encountered: