lionheart / in_app_purchase_receipt_verifier

A simple, one-click deploy web app to simplify the process of validating In-App Purchase receipts on the App Store.
Apache License 2.0
59 stars 23 forks source link

Cannot deploy on Heroku #6

Open petrkahanek opened 3 years ago

petrkahanek commented 3 years ago

After specifying all information and clicking deploy button, Heroku shows this log message:

-----> Building on the Heroku-20 stack

-----> Python app detected

! Requested runtime (python-3.6.2) is not available for this stack (heroku-20).

! Aborting. More info: https://devcenter.heroku.com/articles/python-support

! Push rejected, failed to compile Python app.

! Push failed

dlo commented 3 years ago

Thanks for the report. I haven't had much time to work on this, but happy to accept a PR to fix this! ❤️

petrkahanek commented 3 years ago

Actually, I am not able to fix it, not skilled in that area.

Is there any ETA from your side or it won't get fixed until anybody will send PR?

dlo commented 3 years ago

If it’s a one or two-line change, there’s a good chance I’ll get to it today, but if it causes other build issues then it could be a bit longer.

On Jan 17, 2021, at 10:43 AM, petrkahanek notifications@github.com wrote:

Actually, I am not able to fix it, not skilled in that area.

Is there any ETA from your side or it won't get fixed until anybody will send PR?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/lionheart/in_app_purchase_receipt_verifier/issues/6#issuecomment-761841615, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAJML3GQ4U3ZQRCZ7I7VJTS2MHS3ANCNFSM4WGHKMLQ.

petrkahanek commented 3 years ago

If it’s a one or two-line change, there’s a good chance I’ll get to it today, but if it causes other build issues then it could be a bit longer. On Jan 17, 2021, at 10:43 AM, petrkahanek @.***> wrote: Actually, I am not able to fix it, not skilled in that area. Is there any ETA from your side or it won't get fixed until anybody will send PR? — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#6 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAJML3GQ4U3ZQRCZ7I7VJTS2MHS3ANCNFSM4WGHKMLQ.

Ok thanks for info. Is it possible to let the world know here if it would be longer? I am just one step before sending the app for review, so I would like to know if it is worthy to wait for your fix or I should rewrite validation logic with some other solution.

Thanks for your response anyway.