Skip to content
New issue

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

Improve error handling for connection timeout #1701

Open
ShivaniKumar1 opened this issue Nov 20, 2024 · 0 comments · May be fixed by #1708
Open

Improve error handling for connection timeout #1701

ShivaniKumar1 opened this issue Nov 20, 2024 · 0 comments · May be fixed by #1708

Comments

@ShivaniKumar1
Copy link

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.

@edmorley edmorley linked a pull request Dec 18, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant