I wanted to check out your tool but after creating my access token, I encountered the following error.
With a little debugging I figured out the error originated from my bio being null.
I modified the UserData struct to expect a bio string as optional. The bio will now only be printed if it's present.
I wanted to check out your tool but after creating my access token, I encountered the following error.
With a little debugging I figured out the error originated from my bio being
null
. I modified theUserData
struct to expect a bio string as optional. The bio will now only be printed if it's present.