The Share provider returned a Forbidden message: '{"errors":[{"code":185,"message":"User is over daily status update limit."}]}'
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
The Share provider returned a Forbidden message
Collapse
X
-
Hello, thanks for your post.
It looks like it shared over 2,400 tweets. There is not a specified time window, but I found a description of the error 185 here:
Reference of HTTP status codes, error response formats, and common 400, 401, 403, 404, 429, and 500 errors returned by the X API for debugging.
The best way to test would be to make a new twitter account and see if you can share to that account.
Kind regards.
-
Hi,
I can not reproduce the message with a contrived example that I made. When you call "Share()" are you ignoring the historical data? It seems like the API was accessed too many times in some way. When the chart is running through historical data, make sure to ignore the call to Share().
if(State == State.Realtime)
{
//Share();
}
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
37 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
20 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
14 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
20 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
22 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment