-
Notifications
You must be signed in to change notification settings - Fork 40
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
Long Pauses Rendering Notebooks On Initial Load with Code-Server #652
Comments
Would you mind adding a video clip @jlewi? I just tried it myself, and it opened instantly. The very first open (and every 30d) might take a few seconds longer (entropy for pk) because Runme is rotating its CA. Sounds like that is not it in your case. |
Will do. FWIW, I recognize this is an unhelpful bug report and don't know how to reproduce it. I think its reasonable to close it as unactionable. I mainly wanted to start a record where I could start to log information. |
Here's a video; I had to record with GVC so its not as nice as with screen recorder. Here's what the video is showing
runmebug-notebook-doesnt-render.mp4 |
Here's another example.
runmebug-notebook-doesnt-render-existing-file.mp4 |
Are there any suspicious-looking logs in Perhaps related to this #646. |
I just remember that I've seen issue like this on Remote Workspace when I have a local
|
I started noticing that when I would try to open a notebook it would take a really long time to render or might not render at all.
I'll have a couple notebooks open and then try to open a new notebook and it will take a long time (10s of seconds -minutes) to render.
I'm running runme in code-server and then accessing it in the browser. So it could be particular to that setup. I haven't tried to see if this problem occurs in other settings.
It seemed to be working fine for most of the day and then this problem started occurring.
I can open the file in the markdown editor just fine. So my suspicion is it has something to do with serialization.
The next time I observe this I'll try clearing the app data in the browser and seeing what happens.
I've tried reloading the window and that doesn't seem to help.
The text was updated successfully, but these errors were encountered: