Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

invalid byte sequence in US-ASCII (ArgumentError) #384

Closed
moieza opened this issue Nov 29, 2012 · 6 comments
Closed

invalid byte sequence in US-ASCII (ArgumentError) #384

moieza opened this issue Nov 29, 2012 · 6 comments

Comments

@moieza
Copy link

moieza commented Nov 29, 2012

Hello :)

When i use this command : siriproxy bundle

i have :

/root/.rbenv/versions/1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb:578:in normalize_yaml_input': invalid byte sequence in US-ASCII (ArgumentError) from /root/.rbenv/versions/1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb:490:infrom_yaml'
from /root/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.2/lib/bundler.rb:294:in block in load_gemspec_uncached' from /root/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.2/lib/bundler.rb:291:inchdir'
from /root/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.2/lib/bundler.rb:291:in load_gemspec_uncached' from /root/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.2/lib/bundler.rb:282:inload_gemspec'
from /root/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.2/lib/bundler/source.rb:411:in block in load_spec_files' from /root/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.2/lib/bundler/source.rb:410:ineach'
from /root/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.2/lib/bundler/source.rb:410:in load_spec_files' from /root/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.2/lib/bundler/source.rb:381:inlocal_specs'
from /root/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.2/lib/bundler/source.rb:388:in specs' from /root/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.2/lib/bundler/definition.rb:491:inblock in converge_locked_specs'
from /root/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.2/lib/bundler/definition.rb:480:in each' from /root/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.2/lib/bundler/definition.rb:480:inconverge_locked_specs'
from /root/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.2/lib/bundler/definition.rb:166:in resolve' from /root/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.2/lib/bundler/definition.rb:139:inmissing_specs'
from /root/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.2/lib/bundler/installer.rb:71:in run' from /root/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.2/lib/bundler/installer.rb:14:ininstall'
from /root/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.2/lib/bundler/cli.rb:230:in install' from /root/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.2/lib/bundler/vendor/thor/task.rb:27:inrun'
from /root/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.2/lib/bundler/vendor/thor/invocation.rb:120:in invoke_task' from /root/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.2/lib/bundler/vendor/thor.rb:275:indispatch'
from /root/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.2/lib/bundler/vendor/thor/base.rb:408:in start' from /root/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.2/bin/bundle:14:inblock in <top (required)>'
from /root/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.2/lib/bundler/friendly_errors.rb:4:in with_friendly_errors' from /root/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.2/bin/bundle:14:in<top (required)>'
from /usr/local/bin/bundle:23:in load' from /usr/local/bin/bundle:23:in

'

@am3yrus
Copy link
Collaborator

am3yrus commented Nov 29, 2012

There's something wrong in your config.yml
(normalize_yaml_input': invalid byte sequence in US-ASCII (ArgumentError))

@moieza
Copy link
Author

moieza commented Dec 22, 2012

The French plugins does not work correctly.

Exemple:

https://github.com/cedbv/siriproxy-plugins/tree/master/siriproxy-movie

say : Plugin Crashed: invalid byte sequence in US-ASCII

@moieza
Copy link
Author

moieza commented Jan 6, 2013

Before fix "Nov 21, 2012" the plugins work correctly
After i have this error :
(normalize_yaml_input': invalid byte sequence in US-ASCII (ArgumentError))

@budnik
Copy link

budnik commented Jan 23, 2013

I think it's related to rubygems/bundler/issues/1570

@moieza
Copy link
Author

moieza commented Jan 24, 2013

thank you very much =)

@moieza moieza closed this as completed Jan 24, 2013
@markandersonus
Copy link

I struggled with this and other issues for a long time

I recently wrote an articel on how to install and configure SiriProxy on Raspberry PI and also on ububtu under VMWare, and how to integrate with other systems using IP. The article also contains a link to a (guaranteed virus/spywear free) fully configured Linux VM and Raspberry PI SD image. All you need to do is change IP, one config file, install certificate on phone and you'll have a working SiriProxy

http://www.hometoys.com/emagazine/2013/02/siri-home-automation-integration-from-start-to-finish-brpart-1--the-basics-using-a-linux-vm/2087

Regards

Mark

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants