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
Describe the bug
The main cosmetica.cc website doesn't load anything. After digging in devtools, I saw it make a request to api.cosmetica.cc/get/featuredcosmetics, which almost always returned a "NS_ERROR_NET_PARTIAL_TRANSFER". After making the request separately, it gets cut off at around the 78000 character mark. Normally, this is at one of the images, since they are stored plain.
Setup (please complete the following information):
OS: Windows 10, Android 14
Chrome 126.0.6478.63, Firefox 127.0
Additional context
Pretty sure if the images were served as URLs instead, this could be lazily fixed, but depending on how many cosmetics are being loaded at once you might run into this again. Also I get if this is being fixed in cosmetica v2, but just thought I'd say something in case. I have tried on different browsers, different devices, and different IPs. Sorry if it's me :/
The text was updated successfully, but these errors were encountered:
Describe the bug
The main cosmetica.cc website doesn't load anything. After digging in devtools, I saw it make a request to
api.cosmetica.cc/get/featuredcosmetics
, which almost always returned a "NS_ERROR_NET_PARTIAL_TRANSFER". After making the request separately, it gets cut off at around the 78000 character mark. Normally, this is at one of the images, since they are stored plain.To Reproduce
Steps to reproduce the behavior:
Go to cosmetica.cc
See error
Go to the request page
Expected behavior
The page should load
Screenshots
One of the requests
Firefox saying the request just ends
An incognito Chrome devtools with Chrome just refusing to finish the request
Setup (please complete the following information):
Additional context
Pretty sure if the images were served as URLs instead, this could be lazily fixed, but depending on how many cosmetics are being loaded at once you might run into this again. Also I get if this is being fixed in cosmetica v2, but just thought I'd say something in case. I have tried on different browsers, different devices, and different IPs. Sorry if it's me :/
The text was updated successfully, but these errors were encountered: