-
Notifications
You must be signed in to change notification settings - Fork 23
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
Getting StatusCodeNotOk errors after trying to upload with SOL #18
Comments
Hi, sorry about that. I'm trying to fix it now. Something changed in the gateway in the last day or so as arweave was implementing solutions to some problems it was having. I can let you know as soon as it is fixed. Sorry about the sol tx - refunding is manual right now, but if you send me the list of transactions I can send it back to you. |
Hi @murki I tracked this down. Master branch has the change - new release should be available on github and crates.io shortly. I can also send you some ar if you want to retry those transactions with ar instead of sol. |
Hi @CalebEverett thanks for the quick follow up. I sent you a friend request in Discord so I can send you the tx list. I'll give the update a try later today and let you know how it goes. |
Fixed by c2ebfa4 |
I'm using |
I can refund the sol or send you some ar. StarusNotOk indicates an Arweave
or gateway issue, unfortunately.
…On Wed, May 4, 2022, 6:17 AM Uni ***@***.***> wrote:
I'm using arloader 0.1.62 on a Mac (binary downloaded from GH) and I get
the same error. StatusNotOk and empty folders while sol gets deducted.
—
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACEIMQYPKXAVEQDFKHKUPPTVIJ2GTANCNFSM5QUBZO3Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Don't worry about it, it's a pretty low amount (about 4 minimal transactions). |
yes, but let me try on my end here and send me your ar wallet address so I
can send you some ar to keep trying with. If you keep trying with ar and
the tx don't go through it won't get deducted.
…On Wed, May 4, 2022 at 7:22 AM Uni ***@***.***> wrote:
Don't worry about it, it's a pretty low amount (about 4 minimal
transactions).
Then I guess we just wait?
—
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACEIMQ4SUQ6BGYVJEQZBLFTVIKB2TANCNFSM5QUBZO3Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
It's going up here on my end ok. Can you paste command and error here?
…On Wed, May 4, 2022 at 7:22 AM Uni ***@***.***> wrote:
Don't worry about it, it's a pretty low amount (about 4 minimal
transactions).
Then I guess we just wait?
—
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACEIMQ4SUQ6BGYVJEQZBLFTVIKB2TANCNFSM5QUBZO3Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
could also be a reward issue - sometimes smaller tx or bundles need to have a higher |
Hi, this is my first time using your tool and I've been having issues all day trying to upload a single png/json pair. The operation fails but the SOL do get deducted from my wallet each time.
The same issues happen both when running
upload
orupload-nfts
. This is what I'm doing (I'm usingmainnet-beta
):arloader upload assets/0.png --sol-keypair-path ~/.config/solana/my_wallet_keypair.json --with-sol --ar-default-keypair
output:
or
arloader upload-nfts assets/*.png --with-sol --sol-keypair-path ~/.config/solana/my_wallet_keypair.json --ar-default-keypair
output:
Both operations create empty
arloader_<RANDOM_CHARS>
folders.I tried using
--reward-multiplier
of 2 and 3 without luck. I also tried using the--no-bundle
option withupload
command but that doesn't seem to work at all.The text was updated successfully, but these errors were encountered: