twitter-stream icon indicating copy to clipboard operation
twitter-stream copied to clipboard

Twitter realtime API client

Results 18 twitter-stream issues
Sort by recently updated
recently updated
newest added

We try to keep only one version of the library in debian and we already have 0.3.1 in the archive. This will help us maintain twitter-stream package in debian.

The update to Event Machine BufferTokenizer initalizer now gives wrong arguement amounts. ``` ruby /Users/ryan/.rbenv/versions/2.1.4/lib/ruby/gems/2.1.0/gems/eventmachine-1.0.7/lib/em/buftok.rb:15:in `initialize': wrong number of arguments (2 for 0..1) (ArgumentError) from /Users/ryan/.rbenv/versions/2.1.4/lib/ruby/gems/2.1.0/gems/twitter-stream-0.1.16/lib/twitter/json_stream.rb:206:in `new' from /Users/ryan/.rbenv/versions/2.1.4/lib/ruby/gems/2.1.0/gems/twitter-stream-0.1.16/lib/twitter/json_stream.rb:206:in `reset_state'...

Not sure what happened here, maybe a bad read? In any case, read_line() returned a None. ``` 2015-04-30 17:16:24,350 Unexpected exception. Traceback (most recent call last): File "twitter-streamer/streamer/streamer.py", line 118,...

[Huginn](https://github.com/cantino/huginn) uses a few gems that require version `0.6.0` (twitter, em-http-request, em-websocket). We have been running on our own fork of `twitter_stream` with that version for some time, thus I...

Using sitestreams, sometimes messages are split over multiple lines (possibly in userstreams too - I don't know?). There's a few changes that need to be made to handle split lines...

(First pull request. Apologize for the over-verbosity.) To resolve https://github.com/voloko/twitter-stream/issues/35 seen where EventMachine.bind_connect would fail to create a connection through a Squid web proxy. At worst, this just allows an...

Twice in the past month I've had my long running Twitter Stream consumer stall and not receive any tweets, without it calling the `no_data_callback`. I'm wondering if this could be...