question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Failed upload not reflected in exit code

See original GitHub issue
$ python setup.py sdist upload
  ...
running upload
Submitting dist/xxx-1.0.21.post22.tar.gz to https://pypi.example.com
Upload failed (404): Not Found
$ echo $?
0

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
jaracocommented, Mar 26, 2017

Indeed, when I do a diff, I see that the issue was in fact fixed in Python 2.7.7 per python 21722. There’s nothing to be done here.

0reactions
variablecommented, Mar 28, 2017

I confirm that after upgrading to 2.7.12 worked.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Upload File command should show an error if upload fails #503
The file fails to upload, however, this is not reflected in the message. image. Expected Behavior. It's expected that if the file upload...
Read more >
Failed uploading: uploading error: exit status 1
Failed uploading: uploading error: exit status 1 is a generic error message indicating that the upload has failed.
Read more >
Maven site:deploy error: "Error uploading site ... - Stack Overflow
Undeleting the answer and keeping the state of what was edited in the question. You shall execute the command mvn site:deploy.
Read more >
How can I fix the UTF-8 error when bulk uploading users?
When I tried to bulk upload users, I received the following error message: For some reason, the data to import was not ready...
Read more >
Data Import error message reference - Analytics Help
Message Meaning So... Empty column header at column number X. The upload file is missing a column header. Ed... Multiple errors occurred: List of multiple...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found