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:
The X API uses standard HTTP status codes. Successful requests return 2xx codes; errors return 4xx or 5xx codes with details in the response body.
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 charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
68 views
0 likes
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
151 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
162 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
100 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
288 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|

Comment