confirming the error for me too! it won't change on firefox on macOS
Avatar uploading works for me but not previews, on FF 121.
I'm getting the same error as in https://help.antisoftware.club/support/discussions/topics/62000184473 - my browser doesn't seem to like the extra parameters on the blob: URL.
Quick greasemonkey workaround:
// ==UserScript== // @name Avatar preview // @match https://cohost.org/rc/project/edit // @grant none // @version 1.0 // @run-at document-end // ==/UserScript== Promise.all([ new Promise(res => window.addEventListener("load", res)), ]) .then(() => { const avatar = document.querySelector("main img.mask[alt]"); console.log("found avatar", avatar); new MutationObserver(() => { console.log("avatar changed"); const match = /^(blob:.*)\?/.exec(avatar.src); if (match) { console.log("fixing avatar url"); avatar.src = match[1]; } }) .observe(avatar, { attributes: true, attributeFilter: ["src"] }); });
ok still not fixed but somehow was able to force it to work by
1. upload new avatar (preview image will be broken)
2. play around with the shape options, change it a few times then stick to whatever
3. save. If it saved correctly you can still go back to edit (your preview avatar will be fixed this time) and now choose the shape you want
Seems to be happening again.
Win11 on Opera GX, trying to upload a PNG file throws: Failed to load resource: net::ERR_FILE_NOT_FOUND
Yes, it appears to be fixed now.
This is fixed.
As for the preview bug, I have created another bug report because I think that the staff won't see it in here
https://help.antisoftware.club/support/discussions/topics/62000184473
yeah but the preview is still broken
This appears to be fixed?
Confirmed, I also cannot change the profile picture nor the banner, even though the file are clearly lower than the limit and there's no warning about image over the limit, the profile picture changed to something but it display the alt text, while the banner successfully changed to the new one but once clicking save it doesn't actually save
also can't update avatar pics. tried on both chrome and firefox. windows 10 desktop
the same problem since yesterday. chrome on android and opera gx on desktop (win10) - both don't work
Ray Bot
exactly what it says on the tin: i go to my profile settings to change my icon and when i double click the file the file explorer window closes and... nothing happens. i'm on Firefox on a windows 10 PC, i'm aware of the firefox image upload bug, i've disabled ublock on cohost and cleared my cache and added cohost as an exception to no tracking in my firefox settings, it still wont change. i even tried to change it on microsoft edge and it still wouldn't actually change. i know its not that big a problem in the grand scheme of things but its kind of disheartening to have this problem after coming back to cohost after a couple months :(
19 people have this problem