From 0bd13d5c26495649dabc23a4fb6b37fe682e3aec Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 14 Feb 2025 16:01:46 +0100 Subject: fix(crates/libmpv2): Improve the error message for the `RawError` Additionally, this commits migrates the error away from `thiserror`, simply because the crate is not needed at this scale. --- crates/libmpv2/src/mpv/raw_error_warning.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 crates/libmpv2/src/mpv/raw_error_warning.txt (limited to 'crates/libmpv2/src/mpv/raw_error_warning.txt') diff --git a/crates/libmpv2/src/mpv/raw_error_warning.txt b/crates/libmpv2/src/mpv/raw_error_warning.txt new file mode 100644 index 0000000..277500a --- /dev/null +++ b/crates/libmpv2/src/mpv/raw_error_warning.txt @@ -0,0 +1,5 @@ +Raw mpv error: {} + +This error is directly returned from `mpv`. +This is probably caused by a bug in `yt`, please open an issue about +this and try to replicate it with the `-vvvv` verbosity setting. -- cgit 1.4.1