Git Product home page Git Product logo

Comments (5)

lgleasain avatar lgleasain commented on August 19, 2024

This could be one of two things. #1, there is a rubyzip update pull request that I haven't had time to look at that could be the culprit. #2 something else.

Most apps that I have written for this have targeted Heroku, but something may have changed and we hadn't gone to 2.0 at the time. Can you share some of the relative snippets in your app too? This is the first issue we have had in a while....but I will look at it today.

from passbook.

george-carlin avatar george-carlin commented on August 19, 2024

Here's the method that causes the problem. (Just trying to serve a pkpass file from a static url, like I said it's only a barebones app at the moment.)

 get "/v1/passes/#{PASS_TYPE_IDENTIFIER}/12345" do
   pass = File.read File.join("files", "pass.json")
   passbook = Passbook::PKPass.new pass
   passbook.addFiles [
     "files/logo.png", "files/[email protected]", "files/icon.png",
     "files/[email protected]", "files/strip.png", "files/[email protected]"]
   response['Content-Type'] = 'application/vnd.apple.pkpass'
   attachment 'mypass.pkpass'
   passbook.stream.string
 end

at the top I'm requiring a file which contains:

Passbook.configure do |passbook|
  passbook.wwdc_cert = File.join "certs", "WWDR.pem"
  passbook.p12_key   = File.join "certs", "passkey.pem"
  passbook.p12_certificate = File.join "certs", "passcertificate.pem"
  passbook.p12_password = (password)
end

from passbook.

lgleasain avatar lgleasain commented on August 19, 2024

I think this might be related to the changes with RubyZip. Can I see your Gemfile.lock ?

from passbook.

george-carlin avatar george-carlin commented on August 19, 2024
    GEM
      remote: https://rubygems.org/
      specs:
        active_support (3.0.0)
          activesupport (= 3.0.0)
        activesupport (3.0.0)
        grocer (0.4.1)
        passbook (0.2.1)
          grocer
          rubyzip
        rack (1.5.2)
        rack-protection (1.5.1)
          rack
        rubyzip (1.0.0)
        sinatra (1.4.4)
          rack (~> 1.4)
          rack-protection (~> 1.4)
          tilt (~> 1.3, >= 1.3.4)
        tilt (1.4.1)
        zip (2.0.2)

    PLATFORMS
      ruby

    DEPENDENCIES
      active_support
      passbook
      rubyzip
      sinatra
      zip

from passbook.

lgleasain avatar lgleasain commented on August 19, 2024

It looks like your issue is related to Rubyzip. Try updating your passbook gem to the latest one and let me know if you have any problems.

from passbook.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.