2
Lensflare
56d

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

Comments
  • 1
    Huh? They work here. OK, let's make for that a patch too.
  • 2
    Checked on web desktop, also broken.
  • 2
    At least I managed to post a rant for the first time in months.
  • 1
    Yup. 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.
  • 1
    Oh, i think the original devRant app caches them or so. On desktop indeed broken.
  • 3
    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...
  • 1
    They're huge.
  • 1
    Can we post images again?
  • 2
    SSL error on images

    open the avatar in a new tab and accept the proceed SSL. fixed
  • 2
    @jestdotty thx for that info. Now I need to find a way to fix it in the app.
  • 1
    @Lensflare probably route it to dr.molodetz.nl?
  • 0
    @whimsical the avatars come from https://avatars.devrant.com/ so your proxy probably wouldn’t work.
  • 0
    I 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.
  • 0
    I‘m not able to post rants again, so posting it here as a comment. *sigh*
Add Comment