toverainc / willow

Open source, local, and self-hosted Amazon Echo/Google Home competitive Voice Assistant alternative

Home Page:https://heywillow.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stuck at "Connecting to Wi-Fi..."

ggalt opened this issue · comments

I've tried flashing my ESP32-S3-Box several times through the web interface. All seems OK and I get "Flash successful! Reseting your device." On the screen of the ESP32-S3-Box I get "Starting up (server)..." and "Connecting to Wi-Fi...", but it stops there. I can see from my router, that it has connected to the wi-fi access point, but there is no traffic to or from the ESP32-S3-Box. Is there a debug interface that would help me figure out what the issue is?

Strange!

The device has a serial console. With the device connected to your computer you can go back to the web flasher. Under the section marked "Serial Console" when you "Start" your browser will prompt you for the port. Select the port like you did during flashing. It will start providing serial console output. You can click "Reset" and it will restart the device so you can see logging from a fresh boot.

If the error isn't apparent you can provide the serial console output here and we'll take a look at it. Make sure not to include the configuration debug that shows your authentication settings.

Duh!! I failed to open port 8502 on my firewall on the Linux box running the Willow Application Server! It was obvious once I had the serial console open. I blew right past that initial page (with "start" and "reset") while flashing the device. Sorry.

No problem, glad you got it sorted out!

We have added a "Connecting to WAS ..." message on the display in a7dcbf7 to make this less confusing.