I have two cameras (Yi IoT Outdoor and Smart IP Camera) that worked fine in IoT app until one day where I reset them to change wifi.
They connect to wifi correctly (can see them in my router and ping) but they never pair up and end up saying that “pairing timed out”.
I pulled out SD card from one of them and compared log.txt to old one that I got while the camera was still operating properly.
Major difference I see is that webapi_do_reset_by_specified_server()
returns {"code":"20243"}
instead of {"code":"20000"}
and it doesn’t proceed to do webapi_do_login
like before.
I’m not entirely sure if this can be fixed on my end or is this some kind of corrupted state on server side that refuses to acknowledge the device is being reset?