I’m still sometimes getting broken pictures that are not supposed to be broken
Best I can do is restart it
For some reason our pictrs server is constantly crashing… I’m asking in the pictrs dev chats.
Can you also ask in the lemmy-ui dev chat why they made i386 theme black and if they can make it blue again
i actually prefer it this way now tbh
Why? Black background themes are boring
Make a theme called TFP’s theme: Use i386 as the base but make the following changes:
-
Make the font size smaller
-
Make the background blue again (perhaps even #0000FF)
-
Turn all roundrects sharp
easier to see in low light. that’s about it
Wha? It’s easier to see light themes in low light :p
Here’s a picture of my custom Revolt theme. Please make i386 theme like this
-
Pls
UPDATE: You need to tell your server to stop throwing 400s and just process the request, no matter how “malformed” it may think it is
I am assuming by server you mean pict-rs. Is there a reason you think why pict-rs assumes valid requests are malformed?
GET
https://lemmygrad.ml/pictrs/image/219c5656-9cb1-4f85-af6d-01581f997dd6.pngAccept
text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,/;q=0.8
Accept-Encoding
gzip, deflate, br
Accept-Language
en-US,en;q=0.5
Connection
keep-alive
Cookie
<Cookie censored>
Host
lemmygrad.ml
Referer
https://lemmygrad.ml/\ Sec-Fetch-Dest
document
Sec-Fetch-Mode
navigate
Sec-Fetch-Site
same-origin
Sec-Fetch-User
?1
Upgrade-Insecure-Requests
1
User-Agent
Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0Here are the request headers. This is a perfectly valid requests. Please change your server settings to process these requests rather than throwing 400s.
Thanks. I’ll look into it tomorrow.
Huh?
$ curl -o /dev/null -s -w "%{http_code}\n" https://lemmygrad.ml/pictrs/image/219c5656-9cb1-4f85-af6d-01581f997dd6.png 200 $
It looks like your
Accept
is lackingimage/png
; maybe that’s the issue?