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

Max retries exceeded with url error #93

Closed
sidcarter opened this issue Dec 23, 2015 · 1 comment
Closed

Max retries exceeded with url error #93

sidcarter opened this issue Dec 23, 2015 · 1 comment

Comments

@sidcarter
Copy link

After downloading the latest fix for the issue that was recently closed with #82, I ran into another issue:

HTTPSConnectionPool(host='sampleblobstore.blob.core.windows.net', port=443): 
Max retries exceeded with url: /xxxxxxxxxxxxuyaidlajdsflaksfcc0dc9fe4-671141903_p.jpg?blockid=MDAwMDAwMDA=&comp=block 
(Caused by NewConnectionError('<requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x44834850>: 
Failed to establish a new connection: [Errno -2] Name or service not known',))

This is a largish folder that I've been trying to upload to Azure. All the other smaller folders were uploaded fine.

My command I used:

blobxfer.py --storageaccountkey $AZURE_STORAGE_ACCESS_KEY $AZURE_STORAGE_ACCOUNT $AZURE_CONTAINER_NAME .
@alfpark
Copy link
Contributor

alfpark commented Dec 24, 2015

Please retry with --numworkers set to a lower value than the default on your machine. Start with a low number, say in the range of 4-8. Then modify to larger numbers with your network conditions permitting.

@alfpark alfpark closed this as completed Jan 4, 2016
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

No branches or pull requests

2 participants