tramhao / termusic

Music Player TUI written in Rust
GNU General Public License v3.0
968 stars 42 forks source link

Log to file by default #264

Closed hasezoey closed 3 months ago

hasezoey commented 3 months ago

This PR does:

tramhao commented 3 months ago

After merge this PR, termusic cannot connect to server, error below:

> termusic
Logging to file "/tmp/termusic-tui.log"
Server process ID: 49586
Error: Process 49586 exited before being able to connect!

In log file, same info:

[2024-03-24T22:55:39.265+08:00 ERROR termusic]: Error: Process 49586 exited before being able to connect!
tramhao commented 3 months ago

But if I start server manually, it's working. Start tui later, it's working as well.

hasezoey commented 3 months ago

error below:

whats the server log?

this PR did not actually change anything that should prevent it from starting

hasezoey commented 3 months ago

nevermind i see the issue