FindMyDevice cannot start due to database issue

What type of hardware are you using: Old laptop or computer
What YunoHost version are you running: 12.0.11
What app is this about: FindMyDevice

Describe your issue

Hi,

I installed findmydevice (this version, not the django one) and configured it to run on a subdomain (e.g. fmd.mydomain.org), giving access to all visitors.

The app does not run, as witnessed by the log. Apparently, the SQLite database is missing, or the binary has been compiled without the correct flag. Happy to provide more logs if needed.

Paging @ericg as I see you’re the one who packaged the app for YunoHost. Thank you!

Share relevant logs or error messages

https://paste.yunohost.org/opaqoxefet

Update: the new version 0.10.0~ynh1 manages to run, thank you! I had some issues when installing, I had to manually install make and gcc to avoid getting errors.

Nonetheless, I still cannot make it work: when trying to register an account from the Android app, I get a Network Request Failed error:

Exception: java.lang.RuntimeException: Bad URL fmd.mydomain.org/api/v1/device

Hi,
Did you prefix your URL with https://?

Oh, it was this simple! Thank you very much :slight_smile: