Closed murki closed 2 years ago
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.
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.
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 https://github.com/CalebEverett/arloader/issues/18#issuecomment-1117302560, 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). Then I guess we just wait?
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 https://github.com/CalebEverett/arloader/issues/18#issuecomment-1117375692, 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 https://github.com/CalebEverett/arloader/issues/18#issuecomment-1117375692, 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 --reward-multiplier
.
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.