Errno 98 error while attemting to bind; Flatpak
Describe the bug
While trying to run the program, it crashes on startup. When run from the command line using flatpak run org.openandroidinstaller.OpenAndroidInstaller I get the following error:
[Errno 98] error while attempting to bind on address ('::', 8000, 0, 0): address already in use
- Running
netstat -lnptells me that Python3 is bound to the address, but I'm not running any other Python apps that I'm aware of. - Running
pkill pythonbefore running the app (to be sure there's no other Python apps) just causes it to stall and never bring up OpenAndroidInstaller.
To Reproduce I don't really have enough information to give you a good process here. I just installed it from Flathub, and this happens
Expected behavior The app should at least run.
Log file
The only log file I can find is in ~/.var/app/org.openandroidinstaller.OpenAndroidInstaller/data and it's empty (blank).
Desktop (please complete the following information):
- OS: Fedora 42 Workstation edition
- Version v0.5.4-beta.1
Smartphone (please complete the following information): (can't get this far, but it's a Motorola Moto-X)
Additional context I'm not sure how else I can help
I'm also having the same issue, but :
what it says on terminal and trying to launch it from warehouse: ERROR: [Errno 98] error while attempting to bind on address ('0.0.0.0', 8000): address already in use
The log was also empty, and the same version of the app, but on Debian 11 (ChromeOS VM)
I'm on it now :)
still not working, and still says the same thing; ERROR: [Errno 98] error while attempting to bind on address ('0.0.0.0', 8000): address already in use
also on Debian 12
I'm having the same issue here [Errno 98] error while attempting to bind on address ('0.0.0.0', 8000): address already in use Debian 13