LasseRafn / ui-avatars

MIT License
1.05k stars 138 forks source link

Issue with this URL #50

Closed thewebartisan7 closed 3 years ago

thewebartisan7 commented 3 years ago

Any other combination of words work fine but not this "7W" and this color combination and size:

https://eu.ui-avatars.com/api/?name=7W&color=7F9CF5&background=EBF4FF&size=120

For example AB works fine:

https://eu.ui-avatars.com/api/?name=AB&color=7F9CF5&background=EBF4FF&size=120

Or also another color:

https://eu.ui-avatars.com/api/?name=7W&color=000000&background=EBF4FF&size=120

This color combination/size it's used by Jetstream

nivpenso commented 3 years ago

I'm facing the same issue here: https://ui-avatars.com/api/?name=First%20Last&rounded=true&background=3f5310&color=fff

bengerson commented 3 years ago

Same issue for us with https://ui-avatars.com/api/?name=MO&color=ffffff&bold=true&background=FBAC9E&size=60 for example.

dziemian007 commented 3 years ago

Just figured out if you UPPERCASE whole color code, it works again :tada: Actually, seems like some cache issue. Changing any url parameter works

thewebartisan7 commented 3 years ago

@dziemian007 good catch!

thewebartisan7 commented 3 years ago

For fix issue of @nivpenso is required also full color hexadecimal, example ffffff and not fff

thewebartisan7 commented 3 years ago

This works : https://ui-avatars.com/api/?name=MO&color=ffffff&bold=true&background=FBAC9E&size=60

When lowercase background color, but sometime uppercase works fine...

LasseRafn commented 3 years ago

Yup definitively cache related. I suspect it is related to an issue earlier with storage. I have given the servers an upgrade and old files should be cleared correctly again. My apologies!