ApiError: Problems resolving hue bridges, HTTP error status: 429
See original GitHub issueI 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
Issue Analytics
- State:
- Created a year ago
- Reactions:3
- Comments:15 (9 by maintainers)
Top Results From Across the Web
Problems resolving hue bridges, unable to get local issuer ...
I was using this module for several months to control my hue lights, ... Error: Problems resolving hue bridges, unable to get local...
Read more >How to Fix 429 Too Many Requests Error - Kinsta
The HTTP 429 error is returned when too many requests are made to a page within a short period of time. Find out...
Read more >discovery.meethue.com 429 error : r/Hue - Reddit
I've been discovering the bridge via discovery.meethue.com and that has been working fine. I realize that the site has a rate limit of...
Read more >What an HTTP Error 429 Means & How to Fix It - HubSpot Blog
HTTP Error 429 is an HTTP response status code that indicates the client application has surpassed its rate limit, or number of requests...
Read more >What Is the HTTP 429 Error and How to Fix It
In a nutshell, this error code means one of two things. Either your web server is overwhelmed by the number of requests it's...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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.