We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I've got this error:
Encoding::UndefinedConversionError ("\x9F" from ASCII-8BIT to UTF-8):
passbook = Passbook::PKPass.new json passbook.addFiles [Rails.root.join('certificates/icon.png'), Rails.root.join('certificates/icon@2x.png')] gen_pass = passbook.file send_file(gen_pass.path, type: 'application/vnd.apple.pkpass', disposition: 'attachment', filename: "pass.pkpass")
What I do wrong? Rais 6, ruby 2.7.1
The text was updated successfully, but these errors were encountered:
I'm encountering this too. I think it's related to Ruby 2.7.1
This thread seems to diagnose it pretty thoroughly and links to a confirmed bug in Ruby 2.7.
I haven't found a resolution yet, but thought I'd leave those here for now.
Sorry, something went wrong.
clutch-holdings@1a7c42b
^ this fork fixes that issue for me
Found somebody solution?
Adds override method binmode to temp_file to make sure the encoding i…
6a1f49a
…n ASCII-8BIT Refer to frozon#75
Successfully merging a pull request may close this issue.
Hi, I've got this error:
Encoding::UndefinedConversionError ("\x9F" from ASCII-8BIT to UTF-8):
passbook = Passbook::PKPass.new json passbook.addFiles [Rails.root.join('certificates/icon.png'), Rails.root.join('certificates/icon@2x.png')] gen_pass = passbook.file send_file(gen_pass.path, type: 'application/vnd.apple.pkpass', disposition: 'attachment', filename: "pass.pkpass")
What I do wrong?
Rais 6, ruby 2.7.1
The text was updated successfully, but these errors were encountered: