esp-rs / esp-idf-template

A "Hello, world!" template of a Rust binary crate for the ESP-IDF framework.
373 stars 44 forks source link

Error connecting to ws://localhost:9012. Please reload the page. #77

Closed wlopezob closed 1 year ago

wlopezob commented 1 year ago

Hi, when execute ./scripts/run-wokwi.sh debug in devcontainer is result open the follow url: https://wokwi.com/_alpha/wembed/xxxxxxxx?partner=espressif&port=9012&data=demo but the page not work.

The error is: Error connecting to ws://localhost:9012. Please reload the page.

Please help me!. 01

Thank you.

SergioGasquez commented 1 year ago

Hi! Just gave a quick try to simulate the default project template with both the dockerhub image (had to install wokwi-server) and building it from the Dockerfile, and had no issues. Could you elaborate on a few ends?

wlopezob commented 1 year ago

Hi @SergioGasquez .

I was again run the project and it is ok.

Thank you.