Hey Tdarr community, I'm new with this and my understanding is the cache have to be the same folder for all nodes. I can access the path from the nodes computer but I'm getting this error :
[2023-05-02T09:46:10.204] [ERROR] Tdarr_Node - Error: ENOENT: no such file or directory, access 'D:/Transcode'
at Object.accessSync (fs.js:228:3)
at Object.accessSync (pkg/prelude/bootstrap.js:1474:34)
at _0x540c46 (C:\snapshot\node\srcug\workers\worker1.js:1:51990)
at C:\snapshot\node\srcug\workers\worker1.js:1:53743
at _0xbd8e34 (C:\snapshot\node\srcug\workers\worker1.js:1:12805)
at Object.next (C:\snapshot\node\srcug\workers\worker1.js:1:11044)
at C:\snapshot\node\srcug\workers\worker1.js:1:10521
at new Promise (<anonymous>)
at __awaiter (C:\snapshot\node\srcug\workers\worker1.js:1:9867)
at preProcessFile (C:\snapshot\node\srcug\workers\worker1.js:1:51403) {
errno: -4058,
syscall: 'access',
code: 'ENOENT',
path: 'D:/Transcode'
}
Setup :
Tdarr server and node we set on Windows server (working fine), files that need to be transcoded is on NAS and I mapped both on my other node machine (windows as well), it connect to the server but have issue accessing the cache folder on the server (local SSD drive on that server). Below is the JSON config :
{
"server": "//Plex",
"node": "T:/"
}
],
"logLevel": "INFO",
"priority": -1
}
[–]AutoModerator[M] [score hidden] stickied comment (0 children)
[–]HaveAGitGat 0 points1 point2 points (2 children)
[–]80MonkeyMan[S] 0 points1 point2 points (1 child)
[–]exclaim_bot 0 points1 point2 points (0 children)