-
Notifications
You must be signed in to change notification settings - Fork 8
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
developer UI becomes useless for unknown reasons #493
Comments
No, it's likely not Seems to be a UI failure. Next time it happens, I will check the browser console. |
Noticed this: when visiting a tab that displays in this way (i.e. "no rulesets" or "no channels" etc.) the pico-engine console displays no messages at all. No error message. No entries that indicate that the pico-engine received a query from the UI. How does the UI, running in the browser, get the information it needs? It must be from the engine. Yet no query is logged. How does it reach the engine? Does it use |
ctx:query
Doing one of the queries manually in the browser, .../sky/cloud/ckj212eyb0007gn2rd0tq2u4h/io.picolabs.pico-engine-ui/box, it just spins. It's like the engine isn't running any more |
The pico-engine seems to degrade (at least in the developer UI) when
ctx:query
has been used.Workaround is to avoid its use until this is diagnosed and fixed. It’s possible that
wrangler:skyQuery
could be used as a replacement (although its implementation is slated to usectx:query
when possible (currently it useshttp:get
)).I haven't been able to produce a small triggering bit of code, but do have a snapshot of the PICO_ENGINE_HOME folder after it has occurred. Starting the pico-engine from this point shows the defects in the UI. These are picos with no rulesets and no channels (even though they had some of both before the incident).
The text was updated successfully, but these errors were encountered: