# Understanding /logs/report\_js\_error 429

**URL:** https://meta.discourse.org/t/understanding-logs-report-js-error-429/141744
**Category:** Support
**Created:** [February 16, 2020, 2:11pm UTC](https://meta.discourse.org/t/understanding-logs-report-js-error-429/141744 "2020-02-16T14:11:41Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![verilog15](https://avatars.discourse-cdn.com/v4/letter/v/9f8e36/32.png) [@verilog15](https://meta.discourse.org/u/verilog15)
#### Post date: [February 16, 2020, 2:11pm UTC](https://meta.discourse.org/t/understanding-logs-report-js-error-429/141744/1 "2020-02-16T14:11:41Z")

</div>

Hello 🙂  
Sometimes (Very often, every few refreshes) I get the following errors in the console:

![image](https://global.discourse-cdn.com/meta/original/3X/9/f/9f15ebf9935ad63bc71806495c15caed080b1a80.png)

> \_ember\_jquery-530b142179f5d045197da32be369a38d97a6d334380b804c93b36445c494fe65.js:9851 POST URL/logs/report\_js\_error 429

> \_ember\_jquery-530b142179f5d045197da32be369a38d97a6d334380b804c93b36445c494fe65.js:9851 POST URL/message-bus/2ec517ff460e4475a75740ccad8789b3/poll 429

What could be the issue? How should I debug it?  
Thank you 🙂

---

<div class="post-metadata">

### Author: ![Arkshine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arkshine/32/298682_2.png) [@Arkshine](https://meta.discourse.org/u/Arkshine)
#### Post date: [February 16, 2020, 4:01pm UTC](https://meta.discourse.org/t/understanding-logs-report-js-error-429/141744/2 "2020-02-16T16:01:12Z")

</div>

429 is usually associated to the rate limit. I’m not sure what context triggers this issue though.  
You can read more about the limits and how increasing if necessary here: [Available settings for global rate limits and throttling](https://meta.discourse.org/t/global-rate-limits-and-throttling-in-discourse/78612)

---

<div class="post-metadata">

### Author: ![riking](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/riking/32/170938_2.png) [@riking](https://meta.discourse.org/u/riking)
#### Post date: [February 16, 2020, 6:21pm UTC](https://meta.discourse.org/t/understanding-logs-report-js-error-429/141744/3 "2020-02-16T18:21:56Z")

</div>

report\_js\_error is nonessential / analytics, so the server saying it doesn’t want it right now is not a problem.

The message bus failure is more concerning; it uses long polling so shouldn’t normally be triggering ratelimits.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [January 15, 2024, 5:34am UTC](https://meta.discourse.org/t/understanding-logs-report-js-error-429/141744/4 "2024-01-15T05:34:51Z")

</div>



---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [January 15, 2024, 7:13am UTC](https://meta.discourse.org/t/understanding-logs-report-js-error-429/141744/5 "2024-01-15T07:13:06Z")

</div>


