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

streams: hass: wrong response #1112

Open
sudman89 opened this issue May 14, 2024 · 1 comment
Open

streams: hass: wrong response #1112

sudman89 opened this issue May 14, 2024 · 1 comment
Labels
question Further information is requested

Comments

@sudman89
Copy link

sudman89 commented May 14, 2024

Hi, I am using my Nest Cams within Frigate in Home Assistant. The cameras work intermittently and turn off from time to time with the error ' No Frames Have been Recieved, check Error Logs'. How do i fix this?

Log

2024-05-14 16:42:24.733296502  12:42:24.733 WRN [rtsp] error="streams: hass: wrong response" stream=upstairs
2024-05-14 16:42:24.742573306  12:42:24.742 WRN [rtsp] error="streams: hass: wrong response" stream=dog_hall
2024-05-14 16:42:25.719717596  12:42:25.719 WRN [rtsp] error="streams: codecs not matched: H264, OPUS => H264, H265, AAC" stream=driveway
2024-05-14 16:42:25.791951235  12:42:25.791 WRN [rtsp] error="streams: hass: wrong response" stream=upstairs
2024-05-14 16:42:25.943993813  12:42:25.943 WRN [rtsp] error="streams: hass: wrong response" stream=play_room
2024-05-14 16:42:26.258002848  12:42:26.257 WRN [rtsp] error="streams: codecs not matched: H264, OPUS => H264, H265, AAC" stream=garage
2024-05-14 16:42:26.431351076  12:42:26.430 WRN [rtsp] error="streams: hass: wrong response" stream=dog_hall
2024-05-14 16:42:26.631164636  12:42:26.630 WRN [rtsp] error="streams: hass: wrong response" stream=sunroom
2024-05-14 16:42:26.657292840  12:42:26.656 WRN [rtsp] error="streams: codecs not matched: H264, OPUS => H264, H265, AAC" stream=pool
2024-05-14 16:42:27.470512573  12:42:27.469 WRN [rtsp] error="streams: hass: wrong response" stream=sunroom
2024-05-14 16:42:27.574682065  12:42:27.574 WRN [rtsp] error="streams: hass: wrong response" stream=back_patio
2024-05-14 16:42:27.630792886  12:42:27.630 WRN [rtsp] error="streams: hass: wrong response" stream=driveway_front
2024-05-14 16:42:27.802331332  12:42:27.802 WRN [rtsp] error="streams: hass: wrong response" stream=play_ground
2024-05-14 16:42:27.865579234  12:42:27.865 WRN [rtsp] error="streams: hass: wrong response" stream=front_island
2024-05-14 16:42:27.882676740  12:42:27.881 WRN [rtsp] error="streams: hass: wrong response" stream=hot_tub
2024-05-14 16:42:28.470369031  12:42:28.469 WRN [rtsp] error="streams: hass: wrong response" stream=front_island
2024-05-14 16:42:46.312526958  12:42:46.311 WRN [rtsp] error="streams: hass: wrong response" stream=driveway
2024-05-14 16:42:46.322579457  12:42:46.322 WRN [rtsp] error="streams: hass: wrong response" stream=driveway_front
2024-05-14 16:42:46.327045749  12:42:46.326 WRN [rtsp] error="streams: hass: wrong response" stream=play_ground
@AlexxIT AlexxIT added the question Further information is requested label May 15, 2024
@AlexxIT
Copy link
Owner

AlexxIT commented May 15, 2024

Home Assistant returns errors. I don't know why

go2rtc/pkg/hass/api.go

Lines 89 to 91 in aa4c81c

if res.Type != "result" || !res.Success {
return nil, errors.New("hass: wrong response")
}

@AlexxIT AlexxIT changed the title Errors in Home Assistant. streams: hass: wrong response May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants