Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
D-4got10-01280455dYup. Same here. I think the issue started sometime around two days ago. But have been seeing... I'll call them 'empty boxes' instead of proper images. -
whimsical174355dOh, i think the original devRant app caches them or so. On desktop indeed broken.
-
Ah.
I wonder if that's why my app suddenly decided to stop working. Weird that it just crashes on start instead of displaying errors I do catch exceptions... -
jestdotty611355dSSL error on images
open the avatar in a new tab and accept the proceed SSL. fixed -
Lensflare2131454d@whimsical the avatars come from https://avatars.devrant.com/ so your proxy probably wouldn’t work. -
Lensflare2131454dI made a fix for JoyRant to display the user images.
As mentioned by jestdotty, the issue is that the cert has expired for the domain of the image URLs.
JoyRant has been using a 3rd party lib to load and display images by URL with a customizable caching mechanism.
To allow to ignore the ssl issues I had to implement my own version of that Image view component.


Of all the things that could break next on devRant, I didn’t expect it will be the user avatars
devrant