Skip to content
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 not reachable #86

Open
user-51 opened this issue Feb 22, 2018 · 4 comments
Open

Web GUI not reachable #86

user-51 opened this issue Feb 22, 2018 · 4 comments

Comments

@user-51
Copy link

user-51 commented Feb 22, 2018

Hello!

I flashed the v2 binary on a NodeMCU. Connection to the wifi hotspot works, but i cannot access the config website. The issue occurs both with the standard and Wemos binary. Erasing the flash with esptool before flashing the firmware did not have any effect.

curl gives the following output:

curl -vvv 2.0.0.1:80                                                                                                                                                                            
* Rebuilt URL to: 2.0.0.1:80/                                                                                                                                                                        
*   Trying 2.0.0.1...                                                                                                                                                                                
* TCP_NODELAY set                                                                                                                                                                                    
* Connected to 2.0.0.1 (2.0.0.1) port 80 (#0)                                                                                                                                                        > GET / HTTP/1.1                                                                                               
> Host: 2.0.0.1                                                                    |                               
> User-Agent: curl/7.58.0                                            
> Accept: */*                                                                                    
>                                                                                                                                                
< HTTP/1.1 200 OK                                                                                                                             
< Content-Type: text/html                                                                                                                                                     
< Connection: close                                                                                                                                                                                  
< Content-Length: 17057                                                                                                                                                                      
< Connection: close   

@thomasp001
Copy link

thomasp001 commented Feb 25, 2018

Hi user-51,

I a, continuing to have the exact same problem. I have however found a really strange workout. When accessing the web GUI using either Chrome, Firefox or Safari from macOS 10.10.6 my ESP8266 completely freezes up and requires a power cycle; however, when accessing the web GUI from Chrome on my Android Lollipop phone everything works as expected. Artnet from my laptop as no effect, just the web gui. Perhaps try accessing the web gui from your phone?

Hope that helps, Thomas

@thomasp001
Copy link

Update:

I also tested in Chromium on Ubuntu 17.10 and it was able to access the webpage as expected. Still no luck on macOS. Strange.

@mtongnz
Copy link
Owner

mtongnz commented Mar 25, 2018

I haven't experienced this issue ever. I'm not sure what the cause could be.

@scamiv has found and fixed a few issues here and one is a memleak in the way I am serving the web GUI. I have yet to test it but it looks promising and I'd recommend giving it a try.

@thomasp001
Copy link

Thanks @mtongnz. I can confirm that in @scamiv 's version the web GUI works as expected on MacOS. Thanks, Thomas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants