You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During this specific block in the buildpack: https://github.com/heroku/heroku-buildpack-python/blob/main/bin/steps/python#L18-L26
The error being returned is misleading. The error that should be returned should be something like output::error <<-EOF Error: Python Connection timeout error EOF meta_set "failure_reason" "connection-timeout"
The error "python version not found" has nothing to do with the connection being timeout.
The text was updated successfully, but these errors were encountered:
During this specific block in the buildpack:
https://github.com/heroku/heroku-buildpack-python/blob/main/bin/steps/python#L18-L26
The error being returned is misleading. The error that should be returned should be something like
output::error <<-EOF Error: Python Connection timeout error EOF meta_set "failure_reason" "connection-timeout"
The error "python version not found" has nothing to do with the connection being timeout.
The text was updated successfully, but these errors were encountered: