You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Fedora 41 with GNOME 47, I get this error when trying to start the application
[kevin@fedora ~]$ flatpak run net.mkiol.Jupii
QSocketNotifier: Can only be used with threads started with QThread
qt.qpa.qgnomeplatform: Could not find color scheme ""
desktop file: "net.mkiol.Jupii"
terminate called after throwing an instance of 'std::runtime_error'
what(): unable to start http server - maybe another instance is running?
When entering the Flatpak container, I have these enviroment variables
This error indicates that TCP port 9092 is already taken and the app cannot bind to this port. Most likely you have another application or another program that uses this port. You can change the default port in the configuration file (~/.var/app/net.mkiol.Jupii/config/net.mkiol/jupii/settings.config). For instance to change to 9093, add line "port=9093" to that file.
To see more logs, you can start with --verbose option:
Using Fedora 41 with GNOME 47, I get this error when trying to start the application
When entering the Flatpak container, I have these enviroment variables
The text was updated successfully, but these errors were encountered: