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

Failed to setup endpoints: no session ID field #100

Open
phuzybuny opened this issue May 28, 2022 · 8 comments
Open

Failed to setup endpoints: no session ID field #100

phuzybuny opened this issue May 28, 2022 · 8 comments

Comments

@phuzybuny
Copy link

phuzybuny commented May 28, 2022

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: 7cb3121
>>> 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 #94 (comment)

@leonrrafael
Copy link

Similar issue here. Any advice?

@daveholiday
Copy link

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

@leonrrafael
Copy link

leonrrafael commented Jun 21, 2022 via email

@rcarmo
Copy link

rcarmo commented Jul 2, 2022

No luck here either.

@CP02A
Copy link

CP02A commented Sep 5, 2022

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

@leonrrafael
Copy link

leonrrafael commented Sep 5, 2022 via email

@Hellangel1987
Copy link

im now also facing this issue

image

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

@than-sad
Copy link

than-sad commented Mar 2, 2023

Me too...

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

7 participants