ring: Getting a lot of 504 errors after updating to 9.18.4/9.18.5
Bug Report
Describe the Bug
Getting the following in the logs after updating from 9.18.2 to 9.18.5 today. "ERRORRequest to https://api.ring.com/clients_api/dings/active failed with status 504. Response body: {"error":"Gateway Timeout","status_code":504}"To Reproduce
Steps to reproduce the behavior: No particular steps. I have tried rebooting the system and restarting just the bridge as well, but no change. It seems to happen intermittently. Devices appear to be online and working though.
Expected behavior
A clear and concise description of what you expected to happen.Screenshots/Logs
If applicable, add screenshots and log output to help explain your problem.Additional context
Add any other context about the problem here.Homebridge Ring Config
Post homebridge-ring platform config without sensitive information
{
"accessories": [],
"platforms": [
{
"platform": "Ring",
"refreshToken": "xxx",
"hideUnsupportedServices": true
}
]
}
Environment
- OS: Raspbian
- Node.js: 14.7.2
- NPM: [e.g 6.13.4]
- homebridge-ring: 9.18.5
- homebridge: N/A
- hoobs: 4.0.92
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 16 (4 by maintainers)
Commits related to this issue
- fix: retry request for 504 response #697 — committed to dgreif/ring by dgreif 3 years ago
I’ll have a fix out for it tomorrow
Done with https://github.com/iobroker-community-adapters/ioBroker.ring/issues/139 We’ll report in case of any problems
Please try upgrading to v
9.20.1. It should resolve these issues, but let me know if you continue to receive any issues related to requests.