iamdb / hifi.rs

a high resolution Qobuz streamer built in Rust
GNU General Public License v3.0
69 stars 10 forks source link

`hifi-rs config username` and `hifi-rs config password` do not insert anything into the database #196

Closed PatrickJosh closed 10 months ago

PatrickJosh commented 1 year ago

Hey, when starting the player, although having set username and password, I get the following error:

023-09-06T10:43:04.264626Z ERROR hifirs_qobuz_api::client::api: no app_id

I have discovered that the database's config table did not contain any rows. After having inserted my username and password manually into the table using the sqlite3 command line tool, the player works just fine. Hence, I suggest that the username and password sub-options of config might not work correctly. This happened with both the pre-compiled binary from Github and my self-compiled binary, both being version 0.3.1.

iamdb commented 1 year ago

Sorry about that. Thank you for letting me know. I'll have a look.