-
Notifications
You must be signed in to change notification settings - Fork 5
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
list of errorss reported by yarn dev server #509
Comments
part 2: root ERROR Error during serialization of layout data TypeError: Converting circular structure to JSON
--> starting at object with constructor 'Object'
| property 'children' -> object with constructor 'Array'
| index 0 -> object with constructor 'Object'
--- property 'connectionNode' closes the circle
at JSON.stringify (<anonymous>)
at ShellLayoutRestorer.__webpack_modules__.../node_modules/@theia/core/lib/browser/shell/shell-layout-restorer.js.ShellLayoutRestorer.deflate (http://localhost:3000/bundle.js:52836:21)
at ShellLayoutRestorer.__webpack_modules__.../node_modules/@theia/core/lib/browser/shell/shell-layout-restorer.js.ShellLayoutRestorer.convertToDescription (http://localhost:3000/bundle.js:52872:44)
at Object.<anonymous> (http://localhost:3000/bundle.js:52839:41)
at JSON.stringify (<anonymous>)
at ShellLayoutRestorer.__webpack_modules__.../node_modules/@theia/core/lib/browser/shell/shell-layout-restorer.js.ShellLayoutRestorer.deflate (http://localhost:3000/bundle.js:52836:21)
at ShellLayoutRestorer.__webpack_modules__.../node_modules/@theia/core/lib/browser/shell/shell-layout-restorer.js.ShellLayoutRestorer.storeLayout (http://localhost:3000/bundle.js:52789:49)
at http://localhost:3000/bundle.js:40891:34
at http://localhost:3000/bundle.js:67649:33
at CallbackList.__webpack_modules__.../node_modules/@theia/core/lib/common/event.js.CallbackList.invoke (http://localhost:3000/bundle.js:67664:39)
see #508 this sounds about fitting to the non-happening fetch for restxq endpoint
huh?
see #508 this about fits the restxq issue |
Wrong commit message. My mistake. these errors still need investigating. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
node 14, api 1.2,
I repeatedly see both errors, haven't been able to tie them to a specific operation, but they seem to occur anytime i bring up the dev server
this might explain our troubles with tree updating when an editor window is open.
this is an upstream bug related to how node writes to the filesystem, see eclipse-theia/theia#8384 .
The text was updated successfully, but these errors were encountered: