diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-02-14 16:01:46 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-02-14 16:01:46 +0100 |
commit | 0bd13d5c26495649dabc23a4fb6b37fe682e3aec (patch) | |
tree | 6ebb71cbcf18601f4604f25af5dad6424eb2dcd0 /crates/libmpv2/src/mpv/raw_error_warning.txt | |
parent | build(treewide): Update (diff) | |
download | yt-0bd13d5c26495649dabc23a4fb6b37fe682e3aec.zip |
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.
Diffstat (limited to 'crates/libmpv2/src/mpv/raw_error_warning.txt')
-rw-r--r-- | crates/libmpv2/src/mpv/raw_error_warning.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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. |