You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is intermittent and may not be easy to reproduce. It seems to only happen a fraction of the time, when one opens a trace without having the trace server already started.
When it happens, there is around 100 of these error traces in the frontend console and in the backend log:
I have found that the errors happen in waitForTraceServer(), in file trace-viewer-contribution.ts, at least when called from open() in that same file.
Update: it seems that after the update to Theia v1.52.0 (WIP at the time of writing), the issue is still present but the error message is cut short (starts the same way):
This is intermittent and may not be easy to reproduce. It seems to only happen a fraction of the time, when one opens a trace without having the trace server already started.
When it happens, there is around 100 of these error traces in the frontend console and in the backend log:
I have found that the errors happen in
waitForTraceServer()
, in filetrace-viewer-contribution.ts
, at least when called fromopen()
in that same file.Update: it seems that after the update to Theia v1.52.0 (WIP at the time of writing), the issue is still present but the error message is cut short (starts the same way):
The text was updated successfully, but these errors were encountered: