Brandawg93 / homebridge-nest-cam_old

Use your Nest Cam as IP camera in HomeKit.
Apache License 2.0
89 stars 14 forks source link

[NestCam]Failed to request access token. Unexpected API Error - 500 #2

Closed bdraco closed 6 years ago

bdraco commented 6 years ago

Thanks for writing this!

It appears that this can sometimes fail due to the nest api returning error 500. Ideally this would back off and try again ~60s as a restart fixes it.

KhaosT commented 6 years ago

It's really weird that Nest's API regularly throw 500 error on API requests...

KhaosT commented 6 years ago

Addressed with b76a53b2699df9963cfd301ed6400da9be7ca26d.

bdraco commented 6 years ago

@KhaosT Thanks!