MCPcopy Create free account
hub / github.com/Philipinho/GetVideoBot / onStreamError

Method onStreamError

src/main/java/Stream.java:50–54  ·  view source on GitHub ↗
(int i, String s)

Source from the content-addressed store, hash-verified

48
49 twitter.startFilteredStream(new IAPIEventListener() {
50 @Override
51 public void onStreamError(int i, String s) {
52 System.out.println("Stream error: " + s);
53 //{"title":"ConnectionException","detail":"Your subscription change is currently being provisioned, please try again in a minute.","connection_issue":"ProvisioningSubscription","type":"https://api.twitter.com/2/problems/streaming-connection"}
54 }
55
56 @Override
57 public void onTweetStreamed(Tweet tweet) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected