kudosbadges icon indicating copy to clipboard operation
kudosbadges copied to clipboard

Kudos badges not appear in ETH addy.

Open tweetious opened this issue 6 years ago • 15 comments

The last 3 Kudos that I received, seems to get stuck. In my "Kudos" section, when I click on the specific Kudos, at the backside, instead of the "tx in etherscan" link, there is a "pending_celery" link.

Although I can see them to my account (that I received them), they did not arrive in my ETH wallet

tweetious avatar Jan 26 '20 15:01 tweetious

I observed that the specific kudos are now removed from my kudos list (in my account), but I can still see that I received them, in my activity & earnings tab. (+ no kudos in my ETH wallet yet.)

Further, I am not able to get those specific badges again (by completing those specific quests again), since I am getting a message (after completion) "Sorry but the coupon for a free kudos has been used already. Contact the person who sent you the coupon link, or you can still purchase one on this page."

Tl;dr: badges not appear in my account, nor in my ETH wallet & I am unable to earn them again through quests.

https://gitcoin.co/kudos/7096/juggerbot https://gitcoin.co/kudos/331/i_was_told_there_would_be_lambos https://gitcoin.co/kudos/4281/magic_doge https://gitcoin.co/kudos/70/sustainer https://gitcoin.co/kudos/115/blockchain_utopia

tweetious avatar Jan 27 '20 07:01 tweetious

hmmmm looks like they are lost somewhere between the web interface and celery https://gitcoin.co/_administrationkudos/bulktransferredemption/?redeemed_by=24986

im gonna write a job that can resubmit them to celery.. meantime @androolloyd and i need to figure out how they're getting lost to fix it twice

but fear now; we will make sure u get your kudos @tweetious

owocki avatar Jan 29 '20 21:01 owocki

just put in a fix for this

commit 08166b62b27b06e3d682d4f63baaab886cb2ded0 (HEAD -> stable, origin/stable) Author: Owocki [email protected] Date: Fri Feb 7 07:57:53 2020 -0700

redeem bulk kudos fix

commit 67b264cd78f8d0419394d5f5a88190f0ea28abd0 Author: Owocki [email protected] Date: Fri Feb 7 07:55:42 2020 -0700

only run one kudos task at a time

owocki avatar Feb 07 '20 15:02 owocki

once we verify thisi works ill re-issue you8r kudos @tweetious

owocki avatar Feb 07 '20 15:02 owocki

Thank you very much. All kudos arrived safe and sound!

tweetious avatar Feb 08 '20 00:02 tweetious

Hello, @owocki, I'm experiencing same behavior, all kudos have pending_celery link. Could you take a look and suggest what I can do about it, thanks!

kedMertens avatar Aug 25 '20 20:08 kedMertens

since the ETH network gas prices have been high, we haven't been broadcasting the txns to the ethereum network, unless the user pays for the gas of them. this is bc we were spending $500/day on broadcasting txns before we made this change, which was unsustainable. the idea is to broadcast them if/when the eth gas prices go lower again.

i think this could probably be made more clear on the product

owocki avatar Aug 25 '20 20:08 owocki

I see, could I pay gas after redeem kudos?

kedMertens avatar Aug 25 '20 20:08 kedMertens

i could probalby hook up a flow that would do that, yes :)

owocki avatar Aug 25 '20 20:08 owocki

That would be great! Do you need any help with it, maybe I could contribute?

kedMertens avatar Aug 25 '20 20:08 kedMertens

know python? sure i could use someone to code this UP :)

https://inboxwhenready.org/?utm_campaign=signature&utm_medium=email&utm_source=signature I'm using Inbox When Ready https://inboxwhenready.org/?utm_campaign=signature&utm_medium=email&utm_source=signature to protect my focus.

On Tue, Aug 25, 2020 at 2:47 PM kedMertens [email protected] wrote:

That would be great! Do you need any help with it, maybe I could contribute?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/gitcoinco/kudosbadges/issues/282#issuecomment-680261485, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAD5PCNSQDLO5AL5FLYDCHLSCQPOJANCNFSM4KLXRU3A .

--

@owocki http://www.twitter.com/owocki


gitcoin is live and has generated over $5mm for Open Source Software - see our results https://gitcoin.co/results

owocki avatar Aug 27 '20 00:08 owocki

know python? sure i could use someone to code this UP :) https://inboxwhenready.org/?utm_campaign=signature&utm_medium=email&utm_source=signature I'm using Inbox When Ready https://inboxwhenready.org/?utm_campaign=signature&utm_medium=email&utm_source=signature to protect my focus.

I do, should we create a separate issue?

kedMertens avatar Aug 27 '20 05:08 kedMertens

sure; that works

https://inboxwhenready.org/?utm_campaign=signature&utm_medium=email&utm_source=signature I'm using Inbox When Ready https://inboxwhenready.org/?utm_campaign=signature&utm_medium=email&utm_source=signature to protect my focus.

On Wed, Aug 26, 2020 at 11:09 PM kedMertens [email protected] wrote:

know python? sure i could use someone to code this UP :) https://inboxwhenready.org/?utm_campaign=signature&utm_medium=email&utm_source=signature I'm using Inbox When Ready https://inboxwhenready.org/?utm_campaign=signature&utm_medium=email&utm_source=signature to protect my focus. … <#m_-2257315083417980002_>

I do, should we create a separate issue?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/gitcoinco/kudosbadges/issues/282#issuecomment-681492685, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAD5PCIG3YCEXGMT56MDHHDSCXTBTANCNFSM4KLXRU3A .

--

@owocki http://www.twitter.com/owocki


gitcoin is live and has generated over $5mm for Open Source Software - see our results https://gitcoin.co/results

owocki avatar Aug 28 '20 03:08 owocki

Came back from holidays, still quite exited to help with paying gas after redeem kudos. Where I should start @owocki ?

kedMertens avatar Sep 13 '20 18:09 kedMertens

i think im going to move all of the kudos over to the xdai chain where the gas prices are low.. just need to code it up.

meantime, just keep sending/ receiving kudos as usual + they will eventually sync

owocki avatar Sep 14 '20 04:09 owocki