How to reload ssh session in wave terminal block #2199
samarthsaxena
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am enjoying wave as this give me capability to create multiple workspaces and I could just swiftly switch among them.
workspace 1 : 2 ssh terminal blocks + 2 sftp for file transfers
workspace 2 : my other project with WSL and a web access block
workspace 3 : build the remote projects and monitoring the logs + gpt chat
Below is the scenario what I am facing:
Connected to vpn
Open Wave and connect with remote linux with ssh
terminal works fine
vpn gets disconnected
wave terminal block where this ssh session was opened, shows below error:
Error
at Object.getRow (file:///C:/Users/samarth/AppData/Local/Programs/waveterm/resources/app.asar/dist/frontend/assets/index-DrOZ9Pf2.js:80836:17)
at file:///C:/Users/samarth/AppData/Local/Programs/waveterm/resources/app.asar/dist/frontend/assets/index-DrOZ9Pf2.js:80201:31
at Array.map ()
at table2._getPinnedRows (file:///C:/Users/samarth/AppData/Local/Programs/waveterm/resources/app.asar/dist/frontend/assets/index-DrOZ9Pf2.js:80200:52)
at file:///C:/Users/samarth/AppData/Local/Programs/waveterm/resources/app.asar/dist/frontend/assets/index-DrOZ9Pf2.js:80212:136
at Object.getTopRows (file:///C:/Users/samarth/AppData/Local/Programs/waveterm/resources/app.asar/dist/frontend/assets/index-DrOZ9Pf2.js:78431:14)
at TableBody (file:///C:/Users/samarth/AppData/Local/Programs/waveterm/resources/app.asar/dist/frontend/assets/index-DrOZ9Pf2.js:82666:14)
at Nh (file:///C:/Users/samarth/AppData/Local/Programs/waveterm/resources/app.asar/dist/frontend/assets/index-DrOZ9Pf2.js:14100:10)
at cj (file:///C:/Users/samarth/AppData/Local/Programs/waveterm/resources/app.asar/dist/frontend/assets/index-DrOZ9Pf2.js:14754:10)
reconnect the vpn. network is fine.
Now, if I reconnect the same wave terminal block with same ssh session (after feeding the password), wave terminal block does not reload by-default, which I guess, should be the default behaviour.
If the reload is not possible by-default, what could be the solution for this issue. Is there any plugin of setting I could follow?
Same issue is with the sftp/file transfer(iterate 1 to 8).
NOTE:
I tried key binding CTRL+SHIFT+R on windows 11
That seems to reload everything and resolves this issue to some extent.
Regards,
Samarth
Beta Was this translation helpful? Give feedback.
All reactions