maximkulkin / esp32-homekit-camera

Firmware for esp32-camera module to act as Apple Homekit IP camera
MIT License
394 stars 78 forks source link

Failed to setup endpoints: no session ID field #100

Open phuzybuny opened 2 years ago

phuzybuny commented 2 years ago

Previews are working but live video is not. The issue does not appear to be watchdog related.

>>> 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

leonrrafael commented 2 years ago

Similar issue here. Any advice?

daveholiday commented 2 years ago

I'm also having this problem. Has anyone made progress?

leonrrafael commented 2 years ago

No luck yet.

rcarmo commented 2 years ago

No luck here either.

CP02A commented 1 year ago

I have the same problem - has anyone succeeded at fixing the problem?

leonrrafael commented 1 year ago

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: @.***>

Hellangel1987 commented 1 year ago

im now also facing this issue

image

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

than-sad commented 1 year ago

Me too...