flackdl / ifit-garmin-sync

Export iFit workouts to Garmin Connect
GNU General Public License v3.0
47 stars 10 forks source link

Deployment Failed: Release Phase Command #10

Closed sanicki closed 2 years ago

sanicki commented 2 years ago

Thanks for making this available. I receive the following error from Heroku when trying to deploy:

A deployment for XXXXX failed due to a release phase command in release v7.

Heroku's documentation says:

A failed release command usually requires a fix to an app’s code.

Can you help? Garmin and iFit usernames and passwords have been double-checked to be correct.

flackdl commented 2 years ago

Hey, give it another try. I just committed a change which worked for me just now. I had to pin the python version in Heroku.

On Fri, Aug 12, 2022 at 1:48 PM Scott Sanicki @.***> wrote:

Thanks for making this available. I receive the following error from Heroku when trying to deploy:

A deployment for XXXXX failed due to a release phase command in release v7.

Heroku's documentation https://devcenter.heroku.com/articles/release-phase#release-command-failure says:

A failed release command usually requires a fix to an app’s code.

Can you help? Garmin and iFit usernames and passwords have been double-checked to be correct.

— Reply to this email directly, view it on GitHub https://github.com/flackdl/ifit-garmin-sync/issues/10, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABRSQMV7VKCXBPPVU74R4S3VY2MAHANCNFSM56MRRQQQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

sanicki commented 2 years ago

Works. Thank you!