flathub / io.github.libredirect.frontends-manager

https://flathub.org/apps/details/io.github.libredirect.frontends-manager
1 stars 0 forks source link

LibReddit doesn't open #2

Open faveoled opened 8 months ago

faveoled commented 8 months ago

libreddit.localhost:8080 just waits forever to load

faveoled commented 8 months ago

@ManeraKai any ideas?

ManeraKai commented 8 months ago

Is this only happening with LibReddit?

faveoled commented 8 months ago

Tried Rimgo, same issue

ManeraKai commented 8 months ago

can you run flatpak run io.github.libredirect.frontends-manager on the terminal and show me the output?

faveoled commented 8 months ago
$ flatpak run io.github.libredirect.frontends-manager
Gtk-Message: 12:49:48.309: Failed to load module "xapp-gtk3-module"
Gtk-Message: 12:49:48.310: Failed to load module "appmenu-gtk-module"
Gtk-Message: 12:49:48.431: Failed to load module "canberra-gtk-module"
Gtk-Message: 12:49:48.435: Failed to load module "canberra-gtk-module"
Gtk-Message: 12:49:48.671: Failed to load module "xapp-gtk3-module"
Gtk-Message: 12:49:48.671: Failed to load module "appmenu-gtk-module"
Gtk-Message: 12:49:48.760: Failed to load module "canberra-gtk-module"
Gtk-Message: 12:49:48.761: Failed to load module "canberra-gtk-module"
ManeraKai commented 7 months ago

Is this related? https://github.com/flathub/org.gnome.Lollypop/issues/184#issuecomment-1221473591

faveoled commented 7 months ago

No, these were unrelated UI warnings. No actual libredirect errors were shown

ManeraKai commented 7 months ago

So the UI was working fine?

faveoled commented 7 months ago

Yes, frontends-manager UI works fine

ManeraKai commented 7 months ago

Can you try this .deb? libredirect-frontends-manager_0.1.0_amd64.zip

faveoled commented 7 months ago
$ libredirect-frontends-manager 
libredirect-frontends-manager: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

I'm on Ubuntu 22.04. Not going to tamper with SSL on my system

ManeraKai commented 7 months ago

Install those https://github.com/libredirect/frontends_manager/blob/main/.github/workflows/build.yml#L28

faveoled commented 7 months ago

That won't help - the problem is that my system has libssl.so.3 and your app targets libssl.so.1.1

ManeraKai commented 7 months ago

I had a similar problen so I thought this could be a solution. Will an AppImage work out then?

faveoled commented 7 months ago

AppImage might work but I'd rather use Flatpak

faveoled commented 3 months ago

More logs from the new version

$ flatpak run io.github.libredirect.frontends-manager
<irrelevant>
Starting Redlib...
2024/08/04 16:54:17.689 INFO    using adjacent Caddyfile
2024/08/04 16:54:17.692 INFO    admin   admin endpoint started  {"address": "localhost:2019", "enforce_origin": false, "origins": ["//localhost:2019", "//[::1]:2019", "//127.0.0.1:2019"]}
2024/08/04 16:54:17.693 INFO    tls.cache.maintenance   started background certificate maintenance      {"cache": "0xc000400f80"}
2024/08/04 16:54:17.694 INFO    tls.cache.maintenance   stopped background certificate maintenance      {"cache": "0xc000400f80"}
Error: loading initial config: loading new config: http app module: start: listening on :8080: listen tcp :8080: bind: address already in use
2024/08/04 16:54:17.707 INFO    using adjacent Caddyfile
2024/08/04 16:54:17.714 INFO    admin   admin endpoint started  {"address": "localhost:2019", "enforce_origin": false, "origins": ["//[::1]:2019", "//127.0.0.1:2019", "//localhost:2019"]}
2024/08/04 16:54:17.714 INFO    tls.cache.maintenance   started background certificate maintenance      {"cache": "0xc000336600"}
2024/08/04 16:54:17.715 INFO    tls.cache.maintenance   stopped background certificate maintenance      {"cache": "0xc000336600"}
Error: loading initial config: loading new config: http app module: start: listening on :8080: listen tcp :8080: bind: address already in use
Running Redlib v0.31.2 on 0.0.0.0:10041!

Clicking the UI icon transfers me to http://redlib.localhost:8080/, while it actually opens on http://localhost:10041/ for me

ManeraKai commented 3 months ago

I'm going to archive this project.