bundit / kord

Spotify, Soundcloud, and YouTube all in one website!
https://www.kord.app
MIT License
646 stars 73 forks source link

Connecting Spotify fails if user has no profile image #30

Closed SanderRonde closed 3 years ago

SanderRonde commented 3 years ago

Connecting and refreshing your Spotify account fails when the user has no profile image, showing an error message saying "UNHANDLED ERRORUNDEFINED". I figured out that this was the cause by just pausing on exception and finding json.images[0].url in mapJsonToProfile throwin an error because json.images is an empty array in my case.

bundit commented 3 years ago

Fixed & close. Thanks