CalebEverett / arloader

Rust command line application and client for uploading files to Arweave.
Apache License 2.0
82 stars 23 forks source link

Constant issues with uploading nft set - StatusCodeNotOk #22

Closed oliexe closed 2 years ago

oliexe commented 2 years ago

Using upload-nft results in StatusCodeNotOk.

AR tokens get deducted, adding a reward multiplier does not work. Resulting bundle is crrupted and fails verification.

Any idea what can help ?

I am using the latest build to this date.

CalebEverett commented 2 years ago

Hi, what version are you using?

On Sat, Mar 26, 2022, 3:18 PM oliexe @.***> wrote:

Using upload-nft results in StatusCodeNotOk.

AR tokens get deducted, adding a reward multiplier does not work. Resulting bundle is crrupted and fails verification.

Any idea what can help ?

— Reply to this email directly, view it on GitHub https://github.com/CalebEverett/arloader/issues/22, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACEIMQ4NLSJWXSRCVXHOX3LVB6EKLANCNFSM5RXYEHCA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

CalebEverett commented 2 years ago

Hi @oliexe , the chunk endpoint changed over the last couple of days. I've removed the trailing slash and it is working again. Let me know if you need any other help.

ngundotra commented 2 years ago

++ having same issue w 0.1.62

CalebEverett commented 2 years ago

@ngundotra working on a fix - try this in the mean time https://github.com/CalebEverett/arloader/issues/24

CalebEverett commented 2 years ago

@ngundotra this issue seems to have resolved itself. I'm able to upload bundles with as many as 4k items in them successfully. Can you try on your end and see if you are finding the same thing? It may have been a network issue.

ngundotra commented 2 years ago

Yup, fixed itself. Love this tool!!! Thank you for responsiveness as well