-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Python poetry undefined method `strip' for nil:NilClass #7864
Comments
Reading the code is appears to be caused by this line:
called here: and here:
which seems to imply that this is a problem of URL being passed in, ie. a possible configuration problem. I wonder if this is caused by a private JFrog Artifactory Cloud url in the I think this code needs to be written more defensively to surface better root cause analysis error messages. |
Ah, thanks for the reply, I didn't realize this was possibly also due to the official default PyPI url not being supplied in the config explicitly. |
Is there an existing issue for this?
Package ecosystem
python poetry
Manifest location and content before the Dependabot update
/pyproject.toml
dependabot.yml content
What you expected to see, versus what you actually saw
Expected to see a useful error message.
Got this raw unhandled code error instead:
The text was updated successfully, but these errors were encountered: