You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a beginner so I apologize for anything I miss or overlook.
I currently have SongRec installed with Cargo. My current setup is running SongRec via CLI and having it send its results to a txt file so my broadcasting software (BUTT) can read the contents and update the Now Playing field.
songrec listen | tee butt.txt
I would have it running for days or weeks and then I would get this error:
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: Utf8Error { valid_up_to: 1, error_len: Some(1) }', /home/admin/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.38/src/error.rs:223:40 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
When I run into the error, I'll kill the terminal window and start it up again, and it'll be back to normal. I'm not sure what is causing the error as its very unpredictable.
Attached is the terminal output:
Any insight would be great! Thank you in advance
The text was updated successfully, but these errors were encountered:
Hello!
I am a beginner so I apologize for anything I miss or overlook.
I currently have SongRec installed with Cargo. My current setup is running SongRec via CLI and having it send its results to a txt file so my broadcasting software (BUTT) can read the contents and update the Now Playing field.
I would have it running for days or weeks and then I would get this error:
When I run into the error, I'll kill the terminal window and start it up again, and it'll be back to normal. I'm not sure what is causing the error as its very unpredictable.
Attached is the terminal output:
Any insight would be great! Thank you in advance
The text was updated successfully, but these errors were encountered: