-
Notifications
You must be signed in to change notification settings - Fork 16
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
LAN webrepl timeout ESP32 #18
Comments
Did you try the latest stable MicroPython build? |
{If this is seen as a 'highjack' then please let me know and I will open a separate dedicated Issue.} I have the 'same' issue, but with a different target microcontroller and different browser client. I am using a Raspberry Pi Pico W, running the 'stable' 1.23 release of MicroPython -
My client browser is Microsoft Edge running on a Windows10 desktop. The 'steps to reproduce' and failure mode are as previously described. I have modified viper-tools/web_repl.py to set the Debug flag and some debugging print statements. The following is logged to the Terminal window -
I have tried building my own version of Viper-IDE and extended the timeout on the readUntil() that is looking for Password (in transports.js) to a much longer period but the Timeout still occurs. {Later edit: to avoid ambiguity, the log posted here is generated with the Released version of the web app, NOT using my local version with modified Timeout.} (Thanks for your efforts on Viper-IDE.) |
Thanks for additional inputs |
Yes I have tested with the latest stable version (v1.23.0) but the result is the same. If there is any testing you would like me to do just let me know. |
Describe the bug
When connecting webrepl on local LAN, viper IDE loads but timeout error is display and connection lost
Setup
To Reproduce
Steps to reproduce the behavior:
Expected behavior
ViperIDE should load and display repl and all files on device.
Actual Screenshots / Logs
ViperIDE is loaded but no files/repl displayed
Additional context
USB repl output
The text was updated successfully, but these errors were encountered: