-
Notifications
You must be signed in to change notification settings - Fork 43
Error after recent upgrade to 2.1.1 #36
Comments
Can you run |
Update: the 'tumblr post' command works, but still spits out the error. Here's my gem list. I installed multi_json after initially getting the error, but it didn't change anything. I'm using Ubuntu 12.04 if it's at all relevant. actionmailer (3.2.13, 3.2.12) Thanks! |
OK -- well let's do something kind of crazy. "multi_json" is loaded through So let's force it's require early, open up and make a modification to this file: Just after the other |
Hooray, it's working now. However I am given this warning with each command:
Thanks for the help |
OK, glad that works. I'm going to update the CLI with that now, and will update Weary with a fix for the autoload issue. That warning you get is b/c Ruby has too many json implementations for its own good. Weary uses |
After upgrading I get the following whenever I do anything other than authorize:
The text was updated successfully, but these errors were encountered: