trygoto / esp32-onvif

51 stars 10 forks source link

201 - Login Fail #2

Open greeaaby opened 1 year ago

greeaaby commented 1 year ago

Hi, i have a wifi log in problem. Flashing ok, Trytogo ok -> Wifi and PW -> doesn't work. See screenshot. Can you please help? login_prob2

ifdreams commented 1 year ago

I hope this helps you https://github.com/espressif/esp-idf/issues/7954

ifdreams commented 1 year ago

Hi, i have a wifi log in problem. Flashing ok, Trytogo ok -> Wifi and PW -> doesn't work. See screenshot. Can you please help? login_prob2

https://github.com/espressif/esp-idf/issues/7954

greeaaby commented 1 year ago

Thanx for the hint, but: Problem is that the Password may not contain Digit 1-9 or "%" or so... Is this a Language issue?

StudioShemp commented 1 year ago

Hi, I'm having a similar issue - a bit erratic. Flash was fine as was setting the SSID and password, but I cannot connect to the AP

ssid: FishNet wifi_init_sta finished. version 1.0.2. retry to connect to the AP Disconnect reason : 2 STA Auth Error connect to the AP fail retry to connect to the AP Disconnect reason : 2 STA Auth Error connect to the AP fail retry to connect to the AP Disconnect reason : 4 STA Auth Error connect to the AP fail retry to connect to the AP Disconnect reason : 205 connect to the AP fail retry to connect to the AP Disconnect reason : 2 STA Auth Error connect to the AP fail connect to the AP fail Failed to connect to SSID:FishNet connect to the AP fail

I'm hoping you can elaborate on "Problem is that the Password may not contain Digit 1-9 or "%" or so... "

Does this mean I can't have any digits in my wifi password? If so, that's not going to work - it's a network I use over may sites with too many devices to change.

I was really hoping to get ONVIF working on an ESP32 CAM as it's the only protocol my NVR will accept over wifi.

Any help would be appreciated.

DavidAntonin commented 1 year ago

I have a same problem, my password incluide number 0 - 9 and also character * (asterix)

StudioShemp commented 1 year ago

Would it be possible to release the source code so we could fork and troubleshoot/fix this issue ourselves?

ifdreams commented 1 year ago

Would it be possible to release the source code so we could fork and troubleshoot/fix this issue ourselves?

I'm sorry, I would also like to help you, but I'm really too busy trying to make a living. I wrote this code on a weekend, and it's really bad. It's so bad that I don't dare to release it. : (

greeaaby commented 1 year ago

Would it be possible to release the source code so we could fork and troubleshoot/fix this issue ourselves?

I'm sorry, I would also like to help you, but I'm really too busy trying to make a living. I wrote this code on a weekend, and it's really bad. It's so bad that I don't dare to release it. : (

What a pity! Perhaps you solved the ONVIF-Problem - that would be really great. Nobody here would care about bad code. ;-) I hope you'll find the time, to clear the code, so that is worth releasing.

IRIETS-Vedic commented 1 year ago

Hi Rex Van the code works great! But the resolution of 640x480 should be 800x600!!! How do I enable 800x600 stream resolution??? 嗨,雷克斯范,代码很好! 但是640x480的分辨率应该是800x600!!! 如何启用800x600流分辨率???

StudioShemp commented 1 year ago

Agree with greeaaby - nobody cares about the code being experimental, that happens on github all of the time. You solved the ESP32 ONVIF problem, and as far as I can tell, nobody else has achieved that. It opens up a world of possibilities for inexpensive video monitoring. I hope that you do find some time to release - or even just pass on the code as is.