Skip to content
Snippets Groups Projects
Commit aa92a1b0 authored by Owen Jones's avatar Owen Jones
Browse files

add solution for raygui web page failing to load

parent 79233be1
Branches
Tags
No related merge requests found
......@@ -22,6 +22,18 @@ Issues:
* Certificate is only issued for an hour -- ideally would be issued for remainder of token life (or configurable) -- [Github Issue](https://github.com/Azure/azure-cli-extensions/issues/3565)
## Troubleshooting
### raygui webpage refuses to load
Web page refuses to load at all on a specific machine (but can be loaded on a different machine by manually forwarding the port)
Can verify issue by trying to open the web page with cURL - will see the request fail with bytes unread (ERR_CONTENT_LENGTH_MISMATCH).
* Open settings and search for `remote.ssh.useExecServer` and untick (setting it to false)
* Restart vscode
* Try again
[Github issue](https://github.com/microsoft/vscode-remote-release/issues/9548)
### Permission denied (publickey)
If an SSH config exists (it'll be created when they first setup a connection through vscode), open it up and check:
* User is their full UWE email address (including host portion), spelt correctly, all in lowercase
......@@ -47,10 +59,3 @@ Temporarily change Anaconda directory to prevent conflict during extension insta
* Change: `C:/Users/<username>/anaconda3` to `C:/Users/<username>/anaconda3_temp`
* Retry ssh extension installation `az ssh ...`
* Revert anaconda3 directory name back to original
\ No newline at end of file
### Python import error when running some `az` calls (just Windows?)
*ModuleNotFoundError: No module named 'rpds.rpds'* -- seems to be caused by old python libraries kicking about?
* Remove existing SSH extension: `az extension remove --name ssh`
* Re-run connection command: `az ssh vm --ip <server>`
* Install SSH extension if prompted
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment