ApiRequestError: Request failed when using client.v2.streamRules()
#453
SmartArray
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys, my twitter bot was always running very well in production until recently it just stopped working.
I initialize my client using a bearer token (v2).
When calling
client.v2.streamRules()
I get this exception:I also tried to investigate into the hidden
.request
property but it didn't give me any evidence.The weird thing is that it works very occasionally so I put the call into a while loop with a period of just over 60 seconds, hoping it will work sometimes.
Anyone knows what could be the reason for this failure?
Thank you so much in advance!
Beta Was this translation helpful? Give feedback.
All reactions