diff options
| author | Christian Cleberg <[email protected]> | 2024-05-01 21:45:52 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-05-01 21:45:52 -0500 |
| commit | 7d3b5175f2d9d016b06190273fcfeb380a460b3f (patch) | |
| tree | 71139c9021b09704b2d45be3b64d54e2acbae55f /content/blog/2023-07-19-plex-transcoder-errors.md | |
| parent | 7c70a351e25106ceff49ff8ee0a38e2a545f62f0 (diff) | |
| download | cleberg.net-7d3b5175f2d9d016b06190273fcfeb380a460b3f.tar.gz cleberg.net-7d3b5175f2d9d016b06190273fcfeb380a460b3f.tar.bz2 cleberg.net-7d3b5175f2d9d016b06190273fcfeb380a460b3f.zip | |
prettier formatting and rewrap lines
Diffstat (limited to 'content/blog/2023-07-19-plex-transcoder-errors.md')
| -rw-r--r-- | content/blog/2023-07-19-plex-transcoder-errors.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/content/blog/2023-07-19-plex-transcoder-errors.md b/content/blog/2023-07-19-plex-transcoder-errors.md index d007aef..280a41c 100644 --- a/content/blog/2023-07-19-plex-transcoder-errors.md +++ b/content/blog/2023-07-19-plex-transcoder-errors.md @@ -10,21 +10,21 @@ draft = false Occasionally, you may see an error in your Plex client that references a failure with the transcoder conversion process. The specific error wording is: -``` txt +```txt Conversion failed. The transcoder failed to start up. ``` # Debugging the Cause -In order to get a better look at what is causing the error, I'm going to -observe the Plex console while the error occurs. To do this, open the Plex web -client, go to `Settings` > `Manage` > `Console`. Now, try to play the title -again and watch to see which errors occur. +In order to get a better look at what is causing the error, I'm going to observe +the Plex console while the error occurs. To do this, open the Plex web client, +go to `Settings` > `Manage` > `Console`. Now, try to play the title again and +watch to see which errors occur. In my case, you can see the errors below are related to a subtitle file (`.srt`) causing the transcoder to crash. -``` txt +```txt Jul 19, 2023 16:49:34.945 [140184571120440] Error — Couldn't find the file to stream: /movies/Movie Title (2021)/Movie Title (2021).srt Jul 19, 2023 16:49:34.947 [140184532732728] Error — [Req#7611/Transcode/42935159-67C1-4192-9336-DDC6F7BC9330] Error configuring transcoder: TPU: Failed to download sub-stream to temporary file Jul 19, 2023 16:49:35.225 [140184532732728] Warning — [Req#760d/Transcode] Got a request to stop a transcode session without a valid session GUID. |
