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:
- does the uploader go through each single item as “asset” and check it for completion?
- how can I avoid another time out?
- 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
