Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid Runtime name NVIDIA #801

Closed
ccfman2004 opened this issue Jun 17, 2023 · 1 comment
Closed

Invalid Runtime name NVIDIA #801

ccfman2004 opened this issue Jun 17, 2023 · 1 comment

Comments

@ccfman2004
Copy link

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.

Screen Shot 2023-06-17 at 4 57 34 PM

Please provide the following information:

  • Config files [can be found in /app/configs/ when using Docker or in the /configs folder next to Tdarr_Updater if not using Docker]

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
}

  • 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.

@HaveAGitGat
Copy link
Owner

Please see #797

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants