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 multi byte escape error in Ruby 2.0.0-p0 #79

Open
prcongithub opened this issue Apr 22, 2013 · 8 comments
Open

Invalid multi byte escape error in Ruby 2.0.0-p0 #79

prcongithub opened this issue Apr 22, 2013 · 8 comments

Comments

@prcongithub
Copy link

Getting this error in the following line

.rvm/gems/ruby-2.0.0-p0/gems/aws-s3-0.6.2/lib/aws/s3/extensions.rb:84: invalid multibyte escape: /[\x80-\xFF]/ (SyntaxError)

Ruby - 2.0.0-p0
Rails - 3.2.11

@foxyblocks
Copy link

bump

@cantino
Copy link

cantino commented Sep 23, 2013

Bump

@mikelewis
Copy link

bump

@whomwah
Copy link

whomwah commented Jan 7, 2014

I managed to fix this by using:

# encoding: ascii

at the top of:

https://github.com/marcel/aws-s3/blob/master/lib/aws/s3/extensions.rb

Not sure if this is the best fix mind you?

@basex
Copy link

basex commented Jun 5, 2014

bump

@lurchpop
Copy link

BUMP BUMP BUMP. This fucking bug is 4 years old

@jahrichie
Copy link

@whomwah did you put in PR for this?

@basex
Copy link

basex commented Jul 5, 2017

At this time everyone already moved to https://github.com/aws/aws-sdk-ruby

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

8 participants