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 is not serving #24

Open
wahedzaman opened this issue Sep 23, 2022 · 5 comments
Open

Web is not serving #24

wahedzaman opened this issue Sep 23, 2022 · 5 comments

Comments

@wahedzaman
Copy link

I uploaded the binary using the one click installer. it was successfully uploaded and ran. I can see the video being recorded on sd however no way I can access the web interfaces. I tried all 80, 8080, 81, 82 ports but nothing is shown. I checked the log and the my router device list. It successfully connected to my router though. Any help will be appreciated.

Regards

@jameszah
Copy link
Owner

Have a look at the serial monitor -- it should look like this below.
You should see a message of connected or failed, and the current time sync if the internet is working. Then you should see those messages when you try to access the web server in the camera.

Maybe some kind of router port blocking? Or maybe just bad wifi - make sure there are no wires or metal (including a breadboad) near the antenna of the esp32. The antenna is the other side from the sd card. You could try it in ap mode so there is no router issue - just your computer direct to the esp32.

image

@gitalexa
Copy link

i have similar issue

it is connecting to my accesspoint, but there is no webserver.

image

@jameszah
Copy link
Owner

can you ping it?
does it show up on your router?

Are you spelling out the entire ip: http://192.168.178.190/

Sometime desklens.local or http://desklens.local/ works.

It seems to getting the time from the internet.
When you attempt a connection to the server you should get the "http index, core 1" line above.

@gitalexa
Copy link

no, i can't ping it. It is not on my router (was a other device)

@gitalexa
Copy link

i removed almost all serial.prints and now i can reach the webserver. I don't know whether it is a coincindence or serial.print is consuming to much cpu-power...

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