-
Notifications
You must be signed in to change notification settings - Fork 28
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
Web GUI isn't running after startup (TZ-987) #76
Comments
Hi, could you please share some logs from your BR? That might be helpful to know what happens. |
Another tips, did you add the port in the url explicitly? For example: |
Here is the boot log:
Yes, I did try to put the port in explicitly, but it didn't change the outcome. I should also note that the docs say that the kconfig is |
I think it's possible that this has always been broken? The line here is waiting for a wifi IP address, but I don't think it will ever trigger if an ethernet address is assigned because it is waiting for the event
|
Turns out that is indeed the problem, please see the fix in my PR. |
Hi,
I have the ESP thread border router dev kit with the W5500 addon. I have built and flashed the firmware using the instructions here: https://docs.espressif.com/projects/esp-thread-br/en/latest/dev-guide/build_and_run.html (including the exact esp-idf version). I have also enabled the Web interface in the menuconfig, but it doesn't run the web server on startup (nmap says the port is closed, it doesn't work in my browser either). I searched the
sdkconfig
file forCONFIG_OPENTHREAD_BR_START_SERVER
but it is not present. I have attached the generated file.I am able to ping the device over the ethernet connection and the serial interface is working fine too.
sdkconfig_br.txt
The text was updated successfully, but these errors were encountered: