You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the mage log, there are instances of the following exception. Need to investigate and resolve.
ERROR [2016-09-07 19:59:53,136] io.rapidpro.mage.twitter.TwitterStream: Exception in Twitter stream
! twitter4j.JSONException: JSONObject["percent_full"] not found.
! at twitter4j.JSONObject.get(JSONObject.java:391) ~[mage.jar:0.1.78]
! at twitter4j.JSONObject.getInt(JSONObject.java:429) ~[mage.jar:0.1.78]
! at com.twitter.hbc.twitter4j.BaseTwitter4jClient.processStallWarning(BaseTwitter4jClient.java:255) ~[mage.jar:0.1.78]
! at com.twitter.hbc.twitter4j.BaseTwitter4jClient.processMessage(BaseTwitter4jClient.java:215) ~[mage.jar:0.1.78]
! at com.twitter.hbc.twitter4j.BaseTwitter4jClient.parseMessage(BaseTwitter4jClient.java:129) ~[mage.jar:0.1.78]
! at com.twitter.hbc.twitter4j.BaseTwitter4jClient$1.run(BaseTwitter4jClient.java:76) ~[mage.jar:0.1.78]
! at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [na:1.8.0_20]
! at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [na:1.8.0_20]
The text was updated successfully, but these errors were encountered:
No effect - happens during creation of a stream to a user with a high number of followers (Twitter sends us FOLLOWS_OVER_LIMIT packet), but stream creation succeeds and we get the DMs.
Agreed we should still fix this - it's been on my todo list forever.
In the mage log, there are instances of the following exception. Need to investigate and resolve.
The text was updated successfully, but these errors were encountered: