-
Notifications
You must be signed in to change notification settings - Fork 30k
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
An UI(maybe) bug causing .ipynb files can not be displayed #166860
Comments
Hello! Could you send your remote-ssh logs and your jupyter extension logs? Also are there any errors surfacing in the |
Can you tell me what you mean exactly? Is it that the outputs don't show up? Maybe you can share a screenshot? |
Hello collegue, I upload a pic and a video for your easy reference. The file is already open because I can run it by clicking "Run All" button, but, as you can see, nothing is displayed, and the remote note book is just keep loading and loading. bug_report.mp4 |
Hello collegue, I actually didn't see any related errors output. you can see the 'dev tools' logs at #166584, where we have the same issue. Oh! There is one maybe: ssh log: [11:44:53.165] Running script with connection command: ssh -T -D 63111 "8号机" bash
[11:44:55.823] Remote server is listening on 34977 [11:44:55.842] [Forwarding server 63114] Got connection 1 |
same issue. I can try to degrade below the 1.72.2 to solve the problem in my environment . if the version is 1.73.1 ,the problem exist . |
Kai mentioned an issue that he discussed with you @sandy081, with notebooks failing to open because of network requests being blocked due to settings sync, is there an open issue for that? I also see
Do you know about that @mjbvz? cc @rebornix |
#166584 shows network error messages as well
|
Sorry, do not remember which issue is that |
The latest 1.74 doesn't fix this bug |
I met the issue too. It works in
|
For microsoft#166860 This makes our webview service worker return a 408 if a request takes over 30 seconds. Previously we would keep the request open without responding
For #166860 This makes our webview service worker return a 408 if a request takes over 30 seconds. Previously we would keep the request open without responding
It really works!!! |
how did you ever find this solution |
For microsoft#166860 Adds a `fatalError` event that notebooks can use to know when their webview will never load
@zhuhr213 Can you share your original ssh config? I tried adding Chinese characters to the |
of course, here is my original ssh config: Host 15号机 Host 8号机 Host Localubuntu Host webServer I just tried my original ssh config, and it still doesn't work. Only the first notebook I opened can be loaded. And if I close and reopen this loaded one, it can not be loaded. And I changed "8号机" to "server8", and "15号机" to "server15" and it really works! All opened notebooks can be loaded. Is it because you have only one notebook open? Try opening more than one notebook at the same time and maybe you can reproduce this. |
For #166860 Adds a `fatalError` event that notebooks can use to know when their webview will never load
This bug has been fixed in the latest release of VS Code Insiders! @zhuhr213, you can help us out by commenting If things still don't seem right, please ensure you're on version 833ac68 of Insiders (today's or later - you can use Happy Coding! |
@mjbvz Bug fixed and it works well, thank you! |
Type: Bug
I mainly use ssh for remote development. The bug is, when I directly open an .ipynb file on the ssh server, it can be opened, run, and can NOT be displayed.
Oddly enough, I then try to open an .ipynb file locally, it successfully displayed and the .ipynb file on the ssh server also displayed! However, when I close the Vscode window where I open the local .ipynb file, and then I try to open an another .ipynb file on the ssh server, again, it can not be displayed, but can be run. Also, after closing the already opened file, it can not be displayed again.
I tried re-install Vscode but it doesn't work. I'm currently using the latest windows 11. All Vscode and its extensions are the latest.
The bug doesn't exist on MAC OS Vscode.
VS Code version: Code 1.73.1 (6261075, 2022-11-09T04:27:29.066Z)
OS version: Windows_NT x64 10.0.22621
Modes:
Sandboxed: No
Remote OS version: Linux x64 4.15.0-188-generic
System Info
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_renderer: enabled_on
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off
Extensions (27)
(2 theme extensions excluded)
A/B Experiments
The text was updated successfully, but these errors were encountered: