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 Sep 5, 2018. It is now read-only.
Hey, awesome gem, thanks. I'm having a weird beginner issue - just want to see if someone can recreate it or point me in the right direction.
when I run tumblr post 'test' --host=http://myblog.tumblr.com the post works and is submitted correctly but I get an error at the end that says:
/Users/awaxman/.rvm/gems/ruby-1.9.3-p429/gems/weary-1.1.3/lib/weary/response.rb:59:in `parse': cannot load such file -- multi_json (LoadError)
from /Users/awaxman/.rvm/gems/ruby-1.9.3-p429/gems/promise-0.3.0/lib/promise.rb:89:in `method_missing'
from /Users/awaxman/.rvm/gems/ruby-1.9.3-p429/gems/tumblr-rb-2.1.1/lib/tumblr/command_line_interface.rb:78:in `post'
from /Users/awaxman/.rvm/gems/ruby-1.9.3-p429/gems/thor-0.18.1/lib/thor/command.rb:27:in `run'
from /Users/awaxman/.rvm/gems/ruby-1.9.3-p429/gems/thor-0.18.1/lib/thor/invocation.rb:120:in `invoke_command'
from /Users/awaxman/.rvm/gems/ruby-1.9.3-p429/gems/thor-0.18.1/lib/thor.rb:363:in `dispatch'
from /Users/awaxman/.rvm/gems/ruby-1.9.3-p429/gems/thor-0.18.1/lib/thor/base.rb:439:in `start'
from /Users/awaxman/.rvm/gems/ruby-1.9.3-p429/gems/tumblr-rb-2.1.1/bin/tumblr:5:in `<top (required)>'
from /Users/awaxman/.rvm/gems/ruby-1.9.3-p429/bin/tumblr:23:in `load'
from /Users/awaxman/.rvm/gems/ruby-1.9.3-p429/bin/tumblr:23:in `<main>'
from /Users/awaxman/.rvm/gems/ruby-1.9.3-p429/bin/ruby_noexec_wrapper:14:in `eval'
from /Users/awaxman/.rvm/gems/ruby-1.9.3-p429/bin/ruby_noexec_wrapper:14:in `<main>'
Hey, awesome gem, thanks. I'm having a weird beginner issue - just want to see if someone can recreate it or point me in the right direction.
when I run
tumblr post 'test' --host=http://myblog.tumblr.com
the post works and is submitted correctly but I get an error at the end that says:I'm using RVM
rvm 1.20.13 (stable) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/]
with a gem env of
gem version
tumblr-rb (2.1.1)
. Have tried installing multi_json, but that isn't fixing it.Ideas? Thanks so much for any help. <3
The text was updated successfully, but these errors were encountered: