l_b_i

joined 6 months ago
[–] [email protected] 3 points 2 days ago

You can see if any of the discussion here helps you. https://pawb.social/post/12989842

[–] [email protected] 2 points 1 month ago

It sounds like its time to create a new profile and start adding your addons one by one until you see the weird behavior. When it breaks try disabling or removing the breaking one on your original profile. I can't think of anything else to try. Good luck. about:profiles

[–] [email protected] 2 points 1 month ago (2 children)

If you didn't see the edit, @[email protected] seems to have determined its an issue with NoScript https://pawb.social/comment/10303654

Lemmy on desktop is pretty much all javascript, so that doesn't surprise me too much. It still sounds like some containerizing is going on. and a logged out header would be more interesting. If that was a logged out header, that's really strange because I wouldn't expect to see the cookie with the request.

[–] [email protected] 2 points 1 month ago (4 children)

hmmm. I will assume you've restarted the browser completely at some point.

If you open up web developer tools (ctrl+shift+i) when you load pawb.social, with each request, in the cookies tab, or in the request header you should see one cookie jwt: "xxxxx". DO NOT SHARE THIS TOKEN. Its a pretty simple system. You might have some containerizing of tabs going on which will not allow the cookie to share across tabs. It should show if anything is being blocked, or your just not sending the cookie with your request. The other items in my request header for the root of pawb.social are
Accept : "image/avif,image/webp,/"
Accept-Encoding : gzip, deflate, br
Accept-Language : en-US,en;q=0.5"
Connection : keep-alive
Cookie : jwt=hahahaha
DNT : 1
Host : pawb.social
Sec-Fetch-Dest : document
Sec-Fetch-Mode : navigate
Sec-Fetch-Site : none User-Agent : Your user agent

[–] [email protected] 2 points 1 month ago (7 children)

So I guess the follow on, is how are you browsing? desktop, phone, app? What browser? What extensions? What cookie settings?

[–] [email protected] 4 points 1 month ago (10 children)

Are you sure you're logging into https://pawb.social and not http://pawb.social? (difference is the s)

[–] [email protected] 2 points 2 months ago

Thank you. My moth has been upgraded

[–] [email protected] 2 points 2 months ago

I noticed something similar @[email protected] @[email protected] It seems somewhat random what works and what doesn't. I can see the thumbnail for most users, but all I checked, the full size was missing. Older images here are hit or miss on what works and what doesn't. Does pict-rs just need a kick?

3
submitted 2 months ago* (last edited 2 months ago) by [email protected] to c/[email protected]
 

Profile images don't appear to be working correctly. I can't see any when viewing profiles, I can't change mine, and when I try to view the image I get a sled-error "IO error: Os { code: 5, kind: Uncategorized, message: "I/O error" }"

Edit: Fixed by Crashdoom. Thank you.

[–] [email protected] 3 points 4 months ago (1 children)

Big caveat to start, I'm not an application programmer. I don't know how the web browser communicates with the operating system for the open dialog. Its possible those types are supported, or its possible the browser just tells windows, Open up a file selector and valid file types are images and videos. What those file types are is left up to the operating system.

For a quick search, I'm not sure either firefox or chrome support jxl.

[–] [email protected] 3 points 4 months ago (3 children)