esp32-homekit-camera
esp32-homekit-camera copied to clipboard
Failed to setup endpoints: no session ID field
Previews are working but live video is not. The issue does not appear to be watchdog related.
- ESP-IDF v4.4
- Ai-Thinker ESP32-CAM
- Commit: 7cb31216d160c58ff0d59944b42f59324d7998db
>>> HomeKit: [Client 1] Updating characteristic 1.13 ("Setup Endpoints") with TLV:
E (34245) esp32_camera: Failed to setup endpoints: no session ID field
Looks like v is NULL because request->head->type is 20.
v = tlv_get_value(request, 1);
Removing the validation just results in the session ID being an invalid size.
E (21525) esp32_camera: Failed to setup endpoints: session ID field has invalid size (1073626880)
Originally posted by @phuzybuny in https://github.com/maximkulkin/esp32-homekit-camera/issues/94#issuecomment-1138691192
Similar issue here. Any advice?
I'm also having this problem. Has anyone made progress?
No luck yet.
No luck here either.
I have the same problem - has anyone succeeded at fixing the problem?
Nope. I think the developer left the project.Em 5 de set. de 2022, à(s) 10:46, CP02A @.***> escreveu: I have the same problem - has anyone succeeded at fixing the problem?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: @.***>
im now also facing this issue

E (26190) esp32_camera: Failed to setup endpoints: no session ID field
Me too...