Picolab / pico-engine

An implementation of the pico-engine hosted on node.js
http://picolabs.io/
MIT License
43 stars 8 forks source link

There is some UX operation that renders a pico engine unusable #570

Open b1conrad opened 3 years ago

b1conrad commented 3 years ago

Not sure exactly what it is. Latest activity was:

  1. Open the UI on a different machine, from home
  2. Click on one of the direct children of the root pico

The pico engine had to be restarted, which meant coming into the office.

b1conrad commented 3 years ago

The last console log for that activity ended with

{"level":50,"time":"2021-09-08T07:41:06.728Z","picoId":"ckrxjd5xf0007bkpb2vhnhseb","txnId":"cktb7094804r5yupbaf5ghb7j","txn":{"id":"cktb7094804r5yupbaf5ghb7j","kind":"query","query":{"eci":"ckrxjd5xg0009bkpb8suoc6j5","rid":"io.picolabs.pico-engine-ui","name":"uiECI","args":{}}},"msg":"txnQueued"}

which queued a query. Subsequent activity just got queued as well. Nothing further until pico engine restarted.

b1conrad commented 2 years ago

It seems to be triggered by clicking on the link to a child pico, along with perhaps other things. So, maybe a problem with the About tab?