CSV Upload - Update Edition Page - Arweave media upload

GM,

I am uploading a csv of a 1600 item collection.
In the first run it hit the daily quota of approx. 550mb.

It stopped around item 991.

The console for network Fetch/XHR shows “assets” which is basically a list of the items and their status.

When an item is done, I suppose it shows:
“arweaveUploading”: false,
“arweaveComplete”: true

When it’s still open:
“arweaveUploading”: false,
“arweaveComplete”: false

Now to my question, because I ran into a time-out three times already without my daily upload-quota having changed:

  1. does the uploader go through each single item as “asset” and check it for completion?
  2. how can I avoid another time out?
  3. do you have an additional suggestion, how to successfully finish the upload? I want to avoid being stuck in an endless loop.

Thank you in advance!

KR,
pr0x


this is the time out I get.

Nevermind: I got it to work.

Clicking “Cancel” opened an option to resume the missing images.

Perhaps add a line under the red text “If you’re stuck here after a 3rd try, click cancel to see other options”.

Beside that: you’re tool is pretty awesome!

Thx for the good job!