the app stops responding
See original GitHub issueI ran the app on my localhost
13:24:45 : ~ $ wssh --address=0.0.0.0 --port=8080 --policy=reject
[I 180827 13:24:53 settings:68] RejectPolicy
[I 180827 13:24:53 main:32] Listening on 0.0.0.0:8080
[I 180827 13:24:57 handler:179] Connecting to 114.216.56.166:22
[I 180827 13:24:57 transport:1687] Connected (version 2.0, client OpenSSH_7.6p1)
[I 180827 13:24:58 transport:1687] Authentication (publickey) failed.
[I 180827 13:24:58 transport:1687] Authentication (password) successful!
[I 180827 13:24:59 web:2162] 200 POST / (127.0.0.1) 1986.78ms
[I 180827 13:24:59 web:2162] 101 GET /ws?id=140671325047312 (127.0.0.1) 0.95ms
[I 180827 13:24:59 handler:244] Connected from 127.0.0.1:34126
After putting in my public credentials my browser freezes at black screen
I tried seeing the output in the console in developer tools… I got this there, maybe it is helpful
main.js:106 The deault encoding of your server is en_IN
7main.js:219 Uncaught RangeError: Failed to construct 'TextDecoder': The encoding label provided ('en_IN') is invalid.
at FileReader.reader.onloadend (main.js:219)
main.js:239 CloseEvent
But it worked some a different ssh server
Issue Analytics
- State:
- Created 5 years ago
- Comments:12 (7 by maintainers)
Top Results From Across the Web
If an app on your iPhone or iPad stops responding, closes ...
If an app on your iPhone or iPad stops responding, closes unexpectedly, or won't open · Close and reopen the app · Restart...
Read more >Why do my apps keep crashing on Android, How to fix it
1. Force stop the app · 2. Restart the device · 3 . Clear app data · 4. Reinstall the app · 5....
Read more >How to Fix "Apps Not Responding" in Windows 10 - Hongkiat
Solution 1: Clean boot · Solution 2: Check app compatibility · Solution 3: Close all the other programs · Solution 4: Run SFC...
Read more >Fix an installed Android app that isn't working - Google Support
Step 1: Restart & update ... Important: Settings can vary by phone. For more info, contact your device manufacturer. On most phones, press...
Read more >What is the problem when an app is not responding in ... - Quora
Restart your phone. Sometimes, a simple restart can fix various issues on your phone. Restart your phone and try installing the app again....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Good, I think command
locale charmap
is better thanlocale
for getting the system default encoding.I think we can close this issue