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
/usr/lib/ruby/2.4.0/openssl/buffering.rb:125:in `sysread': end of file reached (EOFError)
from /usr/lib/ruby/2.4.0/openssl/buffering.rb:125:in `readpartial'
from /path/to/myapp/vendor/bundle/ruby/2.4.0/bundler/gems/mastodon-api-cdc93be69bb3/lib/mastodon/streaming/connection.rb:19:in `stream'
from /path/to/myapp/vendor/bundle/ruby/2.4.0/bundler/gems/mastodon-api-cdc93be69bb3/lib/mastodon/streaming/client.rb:80:in `request'
from /path/to/myapp/vendor/bundle/ruby/2.4.0/bundler/gems/mastodon-api-cdc93be69bb3/lib/mastodon/streaming/client.rb:51:in `stream'
from mer.rb:133:in `block in <main>'
133stream_client.stream('public/local')do | status |
134ifline=status_to_string(status)then135reset_current_line136putsline137end138end
I can't find document about client.stream raising EOFError.
Am I missing something?
Is this a bug? else I will write rescue EOFError => to retry
The text was updated successfully, but these errors were encountered:
I use mastodon-api version: commit cdc93be
I can't find document about client.stream raising EOFError.
Am I missing something?
Is this a bug? else I will write
rescue EOFError =>
to retryThe text was updated successfully, but these errors were encountered: