MarwoodChap

Results 14 comments of MarwoodChap

Commenting out rmagick worked for me. When I try the steps in @maxgronlund 's post above it all works until I get to install rmagick. This fails due to permission...

This is my config file. Other than the twitter issue and a problem with the Goodreads xml URL, which I have yet to look at again, it all _seems_ to...

Thanks Brett -I just tried that but am getting the same error. Bundle Update gets me twitter 5.3.1 `````` Jamess-Mac-mini:slogger-master jamesmarwood$ bundle update Fetching gem metadata from https://rubygems.org/........ Fetching additional...

I've tried uninstalling and reinstalling the twitter gem. On the uninstall I apparently had two versions of twitter 4.8.1 and 5.3.1. I uninstalled both and then ran bundle update. Gave...

That didn't seem to work. The install succeeded but I'm getting the same error.

I'm still stumped by this. Is there a way to perhaps remove the offending gems/scripts and start again?

I'm getting the same error with twitter: ``` TwitterLogger: Getting Twitter timeline for marwoodchap /Users/jamesmarwood/Documents/Slogger-master/plugins/twitterlogger.rb:74:in `get_tweets': undefined method `configure' for Twitter:Module (NoMethodError) from /Users/jamesmarwood/Documents/Slogger-master/plugins/twitterlogger.rb:237:in `block (2 levels) in do_log' from...

I uninstalled faraday, and the gems dependent on it (faraday middleware, twitter and instagram). I then ran `bundle clean --force` but got the error `Could not find faraday-0.9.1 in any...

No, I get an error about the lack of faraday ```Jamess-Mac-mini:slogger-master jamesmarwood$ bundle show Gems included by the bundle: Could not find faraday-0.9.1 in any of the sources ``` ```

I've done that, and got the same error for faraday_middleware 0.9.1, Instagram 1.1.3 and then twitter 5.3.1. I reinstalled each with the ```sudo gem install xxx -vx.x.x''' command and I...