Opalatal

Members
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Opalatal's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Tried this fix this one myself with no luck. Running Tdarr server as a docker on my Unraid with a node on my windows PC. "pathTranslators": [ { "server": "/mnt/media", "node": "\\\\192.168.20.13\\data\\media" }, { "server": "/temp", "node": "\\\\192.168.20.13\\tdarrtemp" } This is my pathtranslaters, health check works fine however when I try to transcode something I get this error. [ERROR] Tdarr_Node - Error: ENOENT: no such file or directory, access at Object.accessSync (fs.js:228:3) at Object.accessSync (pkg/prelude/bootstrap.js:1474:34) at _0x274ea4 (C:\snapshot\tdarr_express_node\srcug\workers\worker1.js:1:49056) at C:\snapshot\tdarr_express_node\srcug\workers\worker1.js:1:50659 at _0x2c23c7 (C:\snapshot\tdarr_express_node\srcug\workers\worker1.js:1:10643) at Object.next (C:\snapshot\tdarr_express_node\srcug\workers\worker1.js:1:8962) at C:\snapshot\tdarr_express_node\srcug\workers\worker1.js:1:8430 at new Promise (<anonymous>) at __awaiter (C:\snapshot\tdarr_express_node\srcug\workers\worker1.js:1:7746) at preProcessFile (C:\snapshot\tdarr_express_node\srcug\workers\worker1.js:1:48510) { errno: -4058, syscall: 'access', code: 'ENOENT' } I presume some access issue?