Can't Claim certificate
#123
by
benjosaur
- opened
I've put a valid score of 35pts on the leaderboard, but it still wants me to "Complete Unit 4 First" when I try to claim.
I initially submitted locally manually specifying my username in lowercase? Maybe this matching logic isnt finding the "benjosaur" on the leaderboard?
matches = [row for row in score_data if row["username"] == username]
return matches[0] if matches else None
I had to use my one username change to lower case and indeed it worked :/