Slogger icon indicating copy to clipboard operation
Slogger copied to clipboard

simple_oauth conflict between rdio & twitter...

Open ediventurin opened this issue 11 years ago • 3 comments

Slogger has been running fine forever here. Now, trying to activate the rdiologger.rb plugin, I got stuck on this step. Hints, please?

./slogger --update-config

Initializing Slogger v2.1 (2.1.0.5)... /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems.rb:230:in activate': can't activate simple_oauth (~> 0.2, runtime) for ["twitter-4.8.1"], already activated simple_oauth-0.1.9 for ["rdio_api-0.1.1"] (Gem::LoadError) from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems.rb:246:inactivate' from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems.rb:245:in each' from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems.rb:245:inactivate' from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:35:in require' from /Users/ediventurin/Dropbox/Mackup/Slogger/plugins/twitterlogger.rb:36 from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:ingem_original_require' from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in require' from /Users/ediventurin/Dropbox/Mackup/Slogger/slogger.rb:240:inrun_plugins' from /Users/ediventurin/Dropbox/Mackup/Slogger/slogger.rb:232:in each' from /Users/ediventurin/Dropbox/Mackup/Slogger/slogger.rb:232:inrun_plugins' from /Users/ediventurin/Dropbox/Mackup/Slogger/slogger.rb:387 from ./slogger:18:in `require' from ./slogger:18

ediventurin avatar Dec 06 '13 19:12 ediventurin

Do you have bundler installed? If so, navigate to the slogger directory in terminal and run bundle update. That should fix things.

hamchapman avatar Jan 13 '14 23:01 hamchapman

twitter gem version 5.5.1 doesn't seem to be compatible with the current slogger. I have to remove 5.5.1 and kept using 4.8.1

wxn0000 avatar Jan 13 '14 23:01 wxn0000

I'm having this problem also. I tried to use twitter 4.8.1 but it requires simple_oauth ~>0.2.0 whereas rdio_api requires ~> 0.1.9. Is there a workaround? Or do I need to try to get rdio_api to support 0.2.0? The only version of twitter I could find that support 0.1.9 was 4.4 but it fails with other errors

lazyguru avatar Jan 22 '14 23:01 lazyguru