(23-Mar-2025, 08:14 AM)agent_kith Wrote: Unfortunately I cannot recreate this problem in my test environments as the API server still start up fine.
Will need more information so I can better understand the problem.
@clark8888 @jetski when you can, please run the following via SSH:
Code:
sudo systemctl stop snakeoil-rest
QT_PLUGIN_PATH=/usr/local/lib/plugins/ snakeoil-rest --verbosity 10
If everything works, you should see this:
Code:
[5] Snakeoil API Listening to requests at: 127.0.0.1:30511 [helper/rest_server.cpp:58|rest_server_c::listen()]
Wait about 30 seconds and see if it crashes, and then go to the WebApp and see if it's working. You wouldn't see a 503 error if you see the above line.
[7] Register API endpoint: /api/browse/ Routes: 7 [api/base.cpp:63|base_c:

etup_routes()]
[5] Snakeoil API Listening to requests at: 127.0.0.1:30511 [helper/rest_server.cpp:58|rest_server_c::listen()]
[3] Statement: INSERT OR REPLACE INTO settings (KEY, VALUE) values ("last_check", "Mon Mar 24 06:43:07 2025") Code: [service/database.cpp:186|database_c::_run_query()]
[5] Query failure: SELECT VALUE FROM settings WHERE key = 'cpuset_config' [service/database.cpp:89|database_c::_get_single_value()]
[5] Query failure: SELECT VALUE FROM settings WHERE key = 'cpuset_shield' [service/database.cpp:89|database_c::_get_single_value()]
[5] Query failure: SELECT VALUE FROM settings WHERE key = 'ramdisk_size' [service/database.cpp:89|database_c::_get_single_value()]
[5] Query failure: SELECT VALUE FROM settings WHERE key = 'ramdisk_type' [service/database.cpp:89|database_c::_get_single_value()]
[5] Query failure: SELECT VALUE FROM settings WHERE key = 'ramdisk_enable' [service/database.cpp:89|database_c::_get_single_value()]
[5] Query failure: SELECT VALUE FROM settings WHERE key = 'uhubctl_enable' [service/database.cpp:89|database_c::_get_single_value()]
[5] Query failure: SELECT VALUE FROM settings WHERE key = 'player_basic_mode' [service/database.cpp:89|database_c::_get_single_value()]
[4] Qt has caught an exception thrown from an event handler. Throwing
exceptions from an event handler is not supported in Qt.
You must not let any exception whatsoever propagate through Qt code.
- Exception caught: bad file: /etc/netplan/50-cloud-init.yaml [helper/entry_point.cpp:155|entry_point_c::run()]
During 30s waiting, GUI is back and fine. But 10s later bad again. I have to email you picture, as failed at this site.
https://ibb.co/QFYQh3JW
https://ibb.co/mV0hwHcM
![[Image: mV0hwHcM]](https://ibb.co/mV0hwHcM)