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
{{ message }}
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.
I've just loaded up El Capitan (OS X 10.11) public beta 1. All my current loggers worked OK, except Twitter. This is the error message I got repeated a few times:
22:38:05 TwitterLogger: Getting Twitter timeline for jgctweets
Faraday::Builder is now Faraday::RackBuilder.
/Library/Ruby/Gems/2.0.0/gems/twitter-5.3.1/lib/twitter/tweet.rb:84:in `uris': To get urls, you must pass `:include_entities => true` when requesting the Twitter::Tweet.
/Library/Ruby/Gems/2.0.0/gems/twitter-5.3.1/lib/twitter/tweet.rb:57:in `media': To get media, you must pass `:include_entities => true` when requesting the Twitter::Tweet.
However, the entry lands up in DayOne OK, so this clearly isn't a big deal.
The text was updated successfully, but these errors were encountered:
I've tried this again, and it now appears fine under 10.11 public beta 1. I've checked the gem versions, in case @stevemoser is on something different:
twitter (5.14.0, 5.3.1)
twitter_oauth (0.4.94)
And I'm running slogger after rvm use system which sets up ruby v2.0.0p645.
I've just loaded up El Capitan (OS X 10.11) public beta 1. All my current loggers worked OK, except Twitter. This is the error message I got repeated a few times:
However, the entry lands up in DayOne OK, so this clearly isn't a big deal.
The text was updated successfully, but these errors were encountered: