We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When the bot success saving the secret phrase after failing once, the secret don't work.
Happened two times with me.
Here's the screenshot:
The text was updated successfully, but these errors were encountered:
I sent the csv correctly, but in the screenshot above says 0 total codes.
I found that this line fails the check: https://github.com/glamperd/POAPBot/blob/master/bot.js#L313 And probably this query is returning nothing: https://github.com/glamperd/POAPBot/blob/master/db/index.js#L103 The csv was uploaded correctly, but not persisted in the database as expected: https://github.com/glamperd/POAPBot/blob/master/bot.js#L575 The code didn't brake because there is no handle for the database insert here: https://github.com/glamperd/POAPBot/blob/master/bot.js#L272
We should check total_count before continuing, if returns 0 or error the user must upload again.
total_count
Sorry, something went wrong.
No branches or pull requests
Problem
When the bot success saving the secret phrase after failing once, the secret don't work.
Happened two times with me.
Here's the screenshot:
The text was updated successfully, but these errors were encountered: