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.
I was running tumblr backup, after installing it via homebrew per your instructions and found this error. It successfully backed up 340 posts before this:
/usr/local/Cellar/tumblr-rb/2.1.0/gems/promise-0.3.0/lib/future.rb:34:in `join': thread 0x108690808 tried to join itself (ThreadError)
from /usr/local/Cellar/tumblr-rb/2.1.0/gems/promise-0.3.0/lib/future.rb:34:in `join'
from /usr/local/Cellar/tumblr-rb/2.1.0/gems/promise-0.3.0/lib/future.rb:34:in `__force__'
from /usr/local/Cellar/tumblr-rb/2.1.0/gems/promise-0.3.0/lib/promise.rb:89:in `method_missing'
from /usr/local/Cellar/tumblr-rb/2.1.0/gems/tumblr-rb-2.1.0/lib/tumblr/command_line_interface.rb:154:in `backup'
from /usr/local/Cellar/tumblr-rb/2.1.0/gems/tumblr-rb-2.1.0/lib/tumblr/command_line_interface.rb:171:in `backup'
from /usr/local/Cellar/tumblr-rb/2.1.0/gems/thor-0.18.1/lib/thor/command.rb:27:in `__send__'
from /usr/local/Cellar/tumblr-rb/2.1.0/gems/thor-0.18.1/lib/thor/command.rb:27:in `run'
from /usr/local/Cellar/tumblr-rb/2.1.0/gems/thor-0.18.1/lib/thor/invocation.rb:120:in `invoke_command'
from /usr/local/Cellar/tumblr-rb/2.1.0/gems/thor-0.18.1/lib/thor.rb:363:in `dispatch'
from /usr/local/Cellar/tumblr-rb/2.1.0/gems/thor-0.18.1/lib/thor/base.rb:439:in `start'
from /usr/local/Cellar/tumblr-rb/2.1.0/gems/tumblr-rb-2.1.0/bin/tumblr:5
from /usr/local/bin/tumblr:4:in `load'
from /usr/local/bin/tumblr:4
The text was updated successfully, but these errors were encountered:
Yes, I replicate it every time running ruby 1.8.7 (default with my computer). Using ruby 1.9.3 seems to fix the problem. Seeing that, I'm not sure that this is a real bug.
I was running
tumblr backup
, after installing it via homebrew per your instructions and found this error. It successfully backed up 340 posts before this:The text was updated successfully, but these errors were encountered: