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
Log files [can be found in /app/logs/ when using Docker or in the /logs folder next to Tdarr_Updater if not using Docker]
-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]
OS: Unraid 6.12.0
Browser [e.g. chrome, safari]
Version: 2.00.21
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
My tdarr nodes disappeared and when trying to reinstall them Docker gives me an error:
docker: Error response from daemon: unknown or invalid runtime name: NVIDIA.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Docker container to successfully install
Screenshots
If applicable, add screenshots to help explain your problem.
Please provide the following information:
Tdarr_Node_Config.json
{
"nodeID": "GTX1080",
"nodeName": "GTX1080",
"serverIP": "10.0.0.121",
"serverPort": "8266",
"handbrakePath": "",
"ffmpegPath": "",
"mkvpropeditPath": "",
"pathTranslators": [
{
"server": "",
"node": ""
}
],
"logLevel": "INFO",
"priority": -1,
"platform_arch": "linux_x64_docker_true",
"nodeIP": "10.0.0.121",
"nodePort": "8267"
}
Tdarr_Server_Config.json
{
"serverPort": "8266",
"webUIPort": "8265",
"serverIP": "10.0.0.122",
"handbrakePath": "",
"ffmpegPath": "",
"logLevel": "INFO",
"mkvpropeditPath": "",
"ccextractorPath": "",
"openBrowser": true
}
-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]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: