observablehq / feedback

Customer submitted bugs and feature requests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cell are not loading

LaoTzunami opened this issue · comments

Describe the bug
cells are not loading or running

To Reproduce
Steps to reproduce the behavior:
open most notebooks and the cells will not load

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
image

Desktop (please complete the following information):

  • OS: windows
  • Browser chrome

This can happen when the worker hangs; see “How to crash Observable” for some examples and discussion. One subtlety is that, because Chrome shares threads across tabs (and even windows, maybe?), a crash in a notebook in one tab can crash all open notebooks. You can use the Chrome task manager to select any Observable (or observableusercontent.com) tabs and “End Process”, or you can try restarting Chrome.

If it keeps crashing, there may be an infinite loop or something very memory-intensive in one of the notebooks you’re opening that keeps crashing the worker anew. You can view the notebook in “safe mode” by appending /safe to the URL, and restore an older version that doesn’t crash.

(Notebooks seem to be loading fine for me, but if that doesn’t work for you, please do let us know — there may be another issue!)

@LaoTzunami Are you still experiencing problems? If yes, do you see the same issues in a private/incognito window?