Robo
Robo
https://github.com/electron/electron/pull/44426 offers a way around this issue that can be adopted in the flaptak applications. @bermeitinger-b let us know if it helps.
If this is a confirmed regression, it would help to know which change caused it. We maintain a node.js based CLI tool [`vscode-bisect`](https://github.com/microsoft/vscode-bisect) that automatically downloads and runs previous VS...
@rzhao271 update the cachesalt, x64 ran with cache that has prebuilds not removed https://dev.azure.com/monacotools/Monaco/_build/results?buildId=383817&view=logs&jobId=12844632-35fb-5b51-892a-9f6fe8a80e65&j=c3c6d686-fd72-58b2-fb22-32758a96abc0&t=43669b33-f7cc-5b15-d4df-074717949166 leading to the universal step failure.
**Do Not Merge** Wait for verification from apps in https://github.com/electron/electron/issues/48956
@chrmarti it could be the error happened at the time of initiating the request, let me double check the cases in which `net::ERR_HTTP2_PROTOCOL_ERROR` is thrown during request creation.
The error is sourced from the following file https://source.chromium.org/chromium/chromium/src/+/main:net/spdy/spdy_session.cc and it can happen for cases where error code is not available. There are different cases in that file request/response header...
Implementing either of those api require changes from the chromium network layer, mainly getting access to the stream handle for the reading the response data. There is already an issue...
Sorry for the delay here, can you attach the file that starts with `vscode-inno-updater-` from your user temp directory that should be generated when the update happens.
> If you uncomment the line 11 in main.js, introducing 1000 ms sleep, then the bug disappears. To be more precise, it becomes irrelevant because the fiddle starts to load...
Yeah the difference between vscode and fiddle is unrelated to this bug, the reason for different dialogs is because of the following condition in vscode https://github.com/microsoft/vscode/blob/03ff6baa9828d663190e83dd6789a56618dbd987/src/main.ts#L341-L344 that forces the gtk3...