Replies: 1 comment
-
|
Thanks!! Yeah, I did a bunch of work on the badge app yesterday merging in a ton of fix PR's from people. If you want to pull over the new one hopefully it should be much more resillient now. https://github.com/badger/home/tree/main/badge/apps/badge We still need to address non-latin characters better. That's a bigger lift due to the way that fonts are currently handled. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I was having problems with fetch errors on the badge app despite non-zero stats, getting the updated init.py, and trying it out at home where I wouldn't have the rate limit problem. I realized I didn't have a name on my profile, so that was the issue (exception was KeyError('name')). Wanted to post in case others are still trying to get the badge to work!
Alternatively looks like this PR addresses if the name is missing: #35
Beta Was this translation helpful? Give feedback.
All reactions