question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ApiError: Problems resolving hue bridges, HTTP error status: 429

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:3
  • Comments:15 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
peter-murraycommented, Aug 13, 2022

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

1reaction
peter-murraycommented, Aug 1, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found