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

Tdarr tries processing files multiple times on node and throws errors as files are deleted after first processing #1137

Open
deso85 opened this issue Dec 24, 2024 · 0 comments

Comments

@deso85
Copy link

deso85 commented Dec 24, 2024

Describe the bug
I set up a node on a linux vm and configured it to mount the media and temp folder. Afterwards a added the necessary translation and gave it a try. First it seems to work and the file got processed and put into the output folder. The file pops up under "Transcode: Success/Not Require". The original file has been deleted from the input folder. A few moments later I become an error on the Node that the file is not accessible inside the input folder and it pops up under "Health Check: Error/Cancelled".

From my current point of view it looks like the node tried to process the file twice and as the original file has been deleted after the first processing it doesn't work the second time. I tried it with another file and got the same results.

To Reproduce

  • set up a linux vm
  • mount media and temp folder
  • configure node on vm
  • pause other nodes
  • start new node and process a file

Expected behavior
File gets processed and processing stops afterwards

Screenshots
If necessary I can upload some later

Please provide the following information:

  • Config file for node:
{
  "nodeName": "TdarrVM",
  "serverURL": "http://SOMEURL:8266",
  "serverIP": "MYIP",
  "serverPort": "8266",
  "handbrakePath": "",
  "ffmpegPath": "",
  "mkvpropeditPath": "",
  "pathTranslators": [
    {
      "server": "/media",
      "node": "/mnt/tdarr/media"
    },
    {
      "server": "/temp",
      "node": "/mnt/tdarr/temp"
    }
  ],
  "nodeType": "mapped",
  "unmappedNodeCache": "/home/tdarr/bin/unmappedNodeCache",
  "logLevel": "INFO",
  "priority": -1,
  "cronPluginUpdate": "",
  "apiKey": "",
  "maxLogSizeMB": 10,
  "pollInterval": 2000,
  "ccextractorPath": ""
  • Job reports:
    1st ends here: 2024-12-24T02:53:18.310Z OENFFHyOM:[Step S03] Item processing end. [-success-]
    2nd starts here: 2024-12-24T02:53:29.313Z CffiSEvOU:Node[TdarrVM]:[Step N01] [2.27.02] Node relay received job
    2nd breaks: 2024-12-24T02:53:29.325Z CffiSEvOU:Node[TdarrVM]:Worker[nifty-nag]:[1/2] R/W [-error-]:/mnt/tdarr/media/input-rename/SOMENAME.mkv:Error: ENOENT: no such file or directory, access '/mnt/tdarr/media/input-rename/SOMENAME.mkv'

  • OS: Ubuntu 24.04 Linux

  • Browser chrome

  • Version 2.27.02

Additional context
A few months ago I tried it with a windows system and this did not happen. Maybe I missed something essential?

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

1 participant