catsncode
catsncode
Would it be possible to use a backup code to authenticate the 2 factor?
Thanks for the help and sorry for the delay, for some reason I didn't get an email from github. I'm happy to try a debug jar or anything else to...
I'm not sure if it helps, but it seems like when this happens, it takes around 15 minutes before returning that error. So I guess it's just callilng that AbstractRequestHelper.makeRequest...
To also give some context, yesterday we were live tweeting a news conference and the code was working fine for around 15 tweets over a period of 20 minutes, then...
ok maybe I will try that. Yes I'm sure my code is only being run once. As you can see in the stack trace, my code is only run once...
I'm finally getting around to tracing through this, but having some compile problems. There is a LOGGER defined in a bunch of files, but the @Slf4j annotation only provides "log",...
Thanks, that fixed it. I realized I'm using an older version of the scribe libraries, slf4j, and lombok, so I'm thinking one of those may be the cause of my...
well I upgraded all the scribe and slf libraries to the versions you specified, but still seeing the stack overflow in the same place. I'm going to try and trace...
Ok I think I figured out the issue. The headers say my account and app have 0 tweets remaining, which makes no sense since the API hasn't been working. Even...
Thanks for the reply. I did post on the twitter dev forum, but I'm not too hopeful. It sounds like you are saying there is a possibility that the API...