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 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 CarlTrading, 03-31-2026, 09:41 PM
|
1 response
81 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
42 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
64 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
66 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
54 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment