You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of how the cache works, it takes request URLs as the keys, so with https://thumbnails.roblox.com/v1/users/avatar-headshot for example every next returned headshot image (if using cache) will be the very first until the cache is cleared.
The text was updated successfully, but these errors were encountered:
@PurpleCreativity as a temporary solution just set the usecache to false
Your issue can be solved by simply adding params to the URL. I'm pretty sure there's some inbuilt function that will handle that for you, if not, its very simple to manually do it with a for loop.
Because of how the cache works, it takes request URLs as the keys, so with
https://thumbnails.roblox.com/v1/users/avatar-headshot
for example every next returned headshot image (if using cache) will be the very first until the cache is cleared.The text was updated successfully, but these errors were encountered: