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
/Users/pat/.rvm/gems/ruby-1.9.3-p194@soca/gems/json-1.4.6/lib/json/common.rb:210:in `encode': "\xE2" from ASCII-8BIT to UTF-8 (Encoding::UndefinedConversionError)
from /Users/pat/.rvm/gems/ruby-1.9.3-p194@soca/gems/json-1.4.6/lib/json/common.rb:210:in `generate'
from /Users/pat/.rvm/gems/ruby-1.9.3-p194@soca/gems/json-1.4.6/lib/json/common.rb:210:in `generate'
from /Users/pat/.rvm/gems/ruby-1.9.3-p194@soca/gems/soca-0.3.2/lib/soca/pusher.rb:88:in `push!'
from /Users/pat/.rvm/gems/ruby-1.9.3-p194@soca/gems/soca-0.3.2/lib/soca/cli.rb:111:in `push'
from /Users/pat/.rvm/gems/ruby-1.9.3-p194@soca/gems/thor-0.14.6/lib/thor/task.rb:22:in `run'
from /Users/pat/.rvm/gems/ruby-1.9.3-p194@soca/gems/thor-0.14.6/lib/thor/invocation.rb:118:in `invoke_task'
from /Users/pat/.rvm/gems/ruby-1.9.3-p194@soca/gems/thor-0.14.6/lib/thor.rb:263:in `dispatch'
from /Users/pat/.rvm/gems/ruby-1.9.3-p194@soca/gems/thor-0.14.6/lib/thor/base.rb:389:in `start'
from /Users/pat/.rvm/gems/ruby-1.9.3-p194@soca/gems/soca-0.3.2/bin/soca:5:in `<top (required)>'
from /Users/pat/.rvm/gems/ruby-1.9.3-p194@soca/bin/soca:19:in `load'
from /Users/pat/.rvm/gems/ruby-1.9.3-p194@soca/bin/soca:19:in `<main>'
The text was updated successfully, but these errors were encountered:
What are you running when you get this error? What kind of docs are you trying to push? It looks like its trying to convert a binary file to JSON which would happen if youre uploading bin files not as _attachments.
Heh, sorry bout that, been banging my head on this one since yesterday afternoon and skimped out on the details due to a little frustration
Happens when pushing (soca push) on a couch app which used to work with 1.9.3-p0. Was actually able to push it this morning on another mac, since upgrading to 1.9.3-p194 it no longer works
Will check if binary files could be the culprit, also going to try with 1.8x
Ruby 1.9.3-p194 installed with rvm, fresh install
Latest soca gem installed with the following dependencies, in its own gem set:
Cannot get around this error:
The text was updated successfully, but these errors were encountered: