Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
SciMeUp's avatar
SciMeUp
Honored Guest
3 years ago

node:fs:585 Error uploading Quest build with Unity, ovr-platform-util, and ODH

This error occurs whenever I try to do an build upload.  I've tried uploading from ODH, Unity and the ovr-platform-util.  All generate the same error.   I even just tried using ovr-platform-util with no arguments and also get the same error.  For reference,
- I don't have a D:/ drive (shouldn't matter)  
- The app was installed and run on my M:/ drive  (SSD)
Details below:
node:fs:585
  handleErrorFromBinding(ctx);
  ^
 Error: UNKNOWN: unknown error, open 'D:\full-fbsource\arvr\js\node_modules\yargs\locales\en.json'
    at Object.openSync (node:fs:585:3)
    at Object.openSync (pkg/prelude/bootstrap.js:739:32)
    at Object.readFileSync (node:fs:453:35)
    at Object.readFileSync (pkg/prelude/bootstrap.js:1025:36)
    at o._readLocaleFile (C:\snapshot\D_Zfull-fbsource\edenfs\redirections\arvr\js\temp\build-ovr-platform-util\lib\ovr_platform_util.js)
    at o.__ (C:\snapshot\D_Zfull-fbsource\edenfs\redirections\arvr\js\temp\build-ovr-platform-util\lib\ovr_platform_util.js)
    at C:\snapshot\D_Zfull-fbsource\edenfs\redirections\arvr\js\temp\build-ovr-platform-util\lib\ovr_platform_util.js
    at Object.<anonymous> (C:\snapshot\D_Zfull-fbsource\edenfs\redirections\arvr\js\temp\build-ovr-platform-util\lib\ovr_platform_util.js)
    at C:\snapshot\D_Zfull-fbsource\edenfs\redirections\arvr\js\temp\build-ovr-platform-util\lib\ovr_platform_util.js
    at a (C:\snapshot\D_Zfull-fbsource\edenfs\redirections\arvr\js\temp\build-ovr-platform-util\lib\ovr_platform_util.js) {
  errno: -4094,
  syscall: 'open',
  code: 'UNKNOWN',
  path: 'D:\\full-fbsource\\arvr\\js\\node_modules\\yargs\\locales\\en.json'
}

 

No RepliesBe the first to reply