Thank you Keith.
Here is the tweet I tested https://twitter.com/iBreathing/status/594180624098951169
and I never received that from the stream.
Here is the code I am using to receive the stream. I am using twitter hbc (https://github.com/twitter/hbc)
val leftLat= 24.3963
val leftLon= -161.00
val rightLat= 49.3843
val rightLon= -66.8854
val endpoint = new StatusesFilterEndpoint()
val location = new Location(new Coordinate(leftLon, leftLat), new Coordinate(rightLon, rightLat))
endpoint.asInstanceOf[StatusesFilterEndpoint].locations(util.Arrays.asList(location))
The problem is it had been working fine until 04/27. I am not the only one having this issue. Steven has the same issue.
Thanks!