YunoHost-Apps / pixelfed_ynh

The federated image shareing service Pixelfed for YunoHost
https://pixelfed.org/
GNU Affero General Public License v3.0
44 stars 15 forks source link

4.3 #156

Closed ericgaspar closed 2 years ago

ericgaspar commented 2 years ago
bcye commented 2 years ago

That doesn't work sadly. If you're sure artisan update isn't causing the issue, we debugged supervisor if I understood #157 correctly, then it shouldn't be related to the yunohost install process specifically. Probably worth it to ask them, or figure out what the b64 is about, though I found nothing on that.

lapineige commented 2 years ago

It's a bit of a blind shot, but what you could try is to install an old version (I don't know, like a year old version or something like that ?), see if the issue is happening, and then try to upgrade to the latest version. Maybe we broke something during updates ?

What is strange is that I can't reproduce it on a fresh install.

bcye commented 2 years ago

@lapineige what system where you using for the fresh install, because i could replicate it.

I used debian 10 hetzner lowest tier, only roundcube and pixelfed uninstalled and reinstalled again. dyndns via noho.st

bcye commented 2 years ago

though the issues where happening before i uninstalled it as well

lapineige commented 2 years ago

I tried on a very standard x86 VPS, using debian 10 for the fresh install. I migrated my own instance to an hetzner lowest tier too a while ago, no change.

I'll try on a raspberry pi, just in case.

lapineige commented 2 years ago

I can reproduce the issue. I have a base64 error log too, but I don't know how to decode it further that what you have done.

bcye commented 2 years ago

Ok I found it, the website should be pixelfed-debug.com but it returns an SSL error. Luckily it is open source, the repo is https://github.com/pixelfedLabs/pixelfed-debug and the decoder is an html file. I'm on mobile right now and will try it later.

lapineige commented 2 years ago

And that's easy to install in a Custom Webapp package :tada: I signalled to the author the issue with the official website.

Thanks for all your efforts investigating this !

lapineige commented 2 years ago

Apparently there is a fix (or rather a workaround): https://github.com/YunoHost-Apps/pixelfed_ynh/issues/160#issuecomment-1007095382

bcye commented 2 years ago

Awesome!