-
Notifications
You must be signed in to change notification settings - Fork 115
Open
Description
Please put plugin requests/bugs at: https://github.com/HaveAGitGat/Tdarr_Plugins
Describe the bug
After updating from 2.49.01 to 2.51.03, all files seem to fail re-encoding. Downgrading back to 2.49.01 fixes everything. Tested with encoding to AV1
To Reproduce
Steps to reproduce the behavior:
- Any file in the queue will fail on 2.51.03
Expected behavior
A clear and concise description of what you expected to happen.
Encode successfully, as it does in 2.49.01
Screenshots
If applicable, add screenshots to help explain your problem.
- Job reports:
sI8fvuJ0B-log.txt
-Worker error [can be found on the 'Tdarr' tab by pressing the 'i' button on a failed item in the staged file section or in the transcode error section at the bottom]
worker.txt
- OS: Unraid 7.1.4
- Browser [e.g. chrome, safari]: Firefox
Other Info:
My flow:
{
"_id": "eCHYQKpot",
"name": "AV1 Videos",
"description": "AV1 Videos",
"tags": "",
"flowPlugins": [
{
"name": "Input File",
"sourceRepo": "Community",
"pluginName": "inputFile",
"version": "1.0.0",
"id": "xlqt9PIDj",
"position": {
"x": 428.49902783291054,
"y": -145.459040262122
},
"fpEnabled": true
},
{
"name": "Check Video Codec",
"sourceRepo": "Community",
"pluginName": "checkVideoCodec",
"version": "1.0.0",
"inputsDB": {
"codec": "av1"
},
"id": "2Ob2AGdum",
"position": {
"x": 429.04590283291066,
"y": -71.17466000215755
},
"fpEnabled": true
},
{
"name": "AV1 Encoding",
"sourceRepo": "Community",
"pluginName": "runClassicTranscodePlugin",
"version": "1.0.0",
"inputsDB": {
"pluginSourceId": "Local:Tdarr_Plugin_DeNiX_HandBrake_UI_Basics_QSV2",
"container": "mp4",
"qsvEncoderPreset": "speed",
"frameModeExtra": "-q 27"
},
"id": "1ipWtj_1a",
"position": {
"x": 658.9390312948674,
"y": -158.72740415704033
},
"fpEnabled": true
},
{
"name": "Replace Original File",
"sourceRepo": "Community",
"pluginName": "replaceOriginalFile",
"version": "1.0.0",
"id": "j6dhYzH6V",
"position": {
"x": 617.5138090172785,
"y": 6.354436574235365
},
"fpEnabled": true
},
{
"name": "Compare File Size Ratio",
"sourceRepo": "Community",
"pluginName": "compareFileSizeRatio",
"version": "2.0.0",
"id": "gsyPfbyVP",
"position": {
"x": 657.8314601954587,
"y": -81.0762717751785
},
"inputsDB": {
"greaterThan": "2",
"lessThan": "100"
},
"fpEnabled": true
},
{
"name": "Delete File",
"sourceRepo": "Community",
"pluginName": "deleteFile",
"version": "1.0.0",
"id": "otjk2fL1n",
"position": {
"x": 781.5845434250946,
"y": 4.813516208597548
},
"inputsDB": {
"fileToDelete": "workingFile",
"deleteParentFolderIfEmpty": "true"
},
"fpEnabled": true
}
],
"flowEdges": [
{
"source": "xlqt9PIDj",
"sourceHandle": "1",
"target": "2Ob2AGdum",
"targetHandle": null,
"id": "maIJAJvlj"
},
{
"source": "2Ob2AGdum",
"sourceHandle": "1",
"target": "jCP6Zhxyw",
"targetHandle": null,
"id": "XkvFunAwF"
},
{
"source": "1ipWtj_1a",
"sourceHandle": "1",
"target": "gsyPfbyVP",
"targetHandle": null,
"id": "xERvnVcwW"
},
{
"source": "2Ob2AGdum",
"sourceHandle": "2",
"target": "1ipWtj_1a",
"targetHandle": null,
"id": "FseNNPuya"
},
{
"source": "gsyPfbyVP",
"sourceHandle": "1",
"target": "j6dhYzH6V",
"targetHandle": null,
"id": "VEqnRAKvz"
},
{
"source": "gsyPfbyVP",
"sourceHandle": "2",
"target": "otjk2fL1n",
"targetHandle": null,
"id": "mQBedFwnc"
},
{
"source": "gsyPfbyVP",
"sourceHandle": "3",
"target": "otjk2fL1n",
"targetHandle": null,
"id": "fEPEYCYAR"
}
]
}
Metadata
Metadata
Assignees
Labels
No labels