-
Notifications
You must be signed in to change notification settings - Fork 44
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
How to remove an incomplete upload? #90
Comments
The upload consists of two steps: first getting the data to s3, second alerting the uploads API of to begin the processing. Do you happen to know which part it's failing on? What steps did you take which lead to the incomplete state? What is the error message? The uploads API allows you to list, view status and delete an upload. Currently this command line interface does expose that functionality but if you are comfortable working in Python, the mapbox python SDK should allow you to get the status of the upload, delete it and try again. Let me know if what you find. |
Yes, I know. I have created the upload task, but it is incomplete forever.
{"message":"upload is incomplete”}
always in my terminal
… On Feb 13, 2017, at 13:13, Matthew Perry ***@***.***> wrote:
The upload consists of two steps: first getting the data to s3, second alerting the uploads API of to begin the processing. Do you happen to know which part it's failing on? What steps did you take which lead to the incomplete state? What is the error message?
The uploads API allows you to list, view status and delete an upload. Currently this command line interface does expose that functionality but if you are comfortable working in Python, the mapbox python SDK <https://github.com/mapbox/mapbox-sdk-py/blob/master/docs/uploads.md> should allow you to get the status of the upload, delete it and try again. Let me know if what you find.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#90 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AX8iJdZ0vNBsvYYpt4wavuyOkRzKDN_uks5rcJ1ggaJpZM4L-qqj>.
|
Hi @yunshi-stacy - this is likely related to an upload being stuck in our pipeline and not updating your account with an error message. This happens from time to time. If you're still seeing this error message for your specific upload, I recommend reaching out to support so we can work with your Mapbox account. |
And I cannot add a new one
The text was updated successfully, but these errors were encountered: