ViperIDE icon indicating copy to clipboard operation
ViperIDE copied to clipboard

LAN webrepl timeout ESP32

Open ThinkTransit opened this issue 6 months ago • 4 comments

Describe the bug When connecting webrepl on local LAN, viper IDE loads but timeout error is display and connection lost

Setup

  • MicroPython board: ESP32 Feather S2
  • MicroPython version: v1.24.0-preview.31.g3c8089d1b
  • OS version: Ubuntu
  • Browser: chrome
  • Connection type: WebREPL

To Reproduce Steps to reproduce the behavior:

  1. Follow instructions for installing webrepl, install viper tools, use sample main.py etc...
  2. Browse to lan address, http://192.168.17.106:8266/
  3. Wait for ViperIDE to load

Expected behavior ViperIDE should load and display repl and all files on device.

Actual Screenshots / Logs ViperIDE is loaded but no files/repl displayed image

Error
Error: Timeout reached before finding the ending sequence

Additional context USB repl output

>>> 
MPY: soft reboot
WebREPL server started on http://192.168.17.106:8266/
MicroPython v1.24.0-preview.31.g3c8089d1b on 2024-06-06; FeatherS2 with ESP32-S2
Type "help()" for more information.
>>> 
WebREPL connection from: ('192.168.17.250', 54284)

ThinkTransit avatar Jul 30 '24 08:07 ThinkTransit