node-hue-api: ApiError: Problems resolving hue bridges, HTTP error status: 429
I have a CLI built using node-hue-api
that has been working fine for months. Suddenly I’m getting rate limits now. I got a rate limit today and I haven’t even run the CLI once today before that. The rate limits make no sense.
at /opt/myapp/node_modules/node-hue-api/dist/cjs/api/discovery/nupnp.js:15:15
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async main (/opt/myapp/cli.js:44:21) {
_hueError: undefine
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Reactions: 3
- Comments: 15 (9 by maintainers)
I have released a new version with mDNS support, see here for details https://github.com/peter-murray/node-hue-api/issues/221#issuecomment-1214181471
With the deprecation of the UPnP and the addition of mDNS, it looks like I will need to add that to the library as an alternative approach for discovery now.