fork-dev / Tracker

Bug and issue tracker for Fork for Mac
498 stars 12 forks source link

Custom Command: Could not read from temporary file path #1966

Closed chances closed 8 months ago

chances commented 10 months ago
CLI bug
Could not read from temporary file path: Error Domain=NSCocoaErrorDomain Code=4 "The file “extism” doesn’t exist." UserInfo={NSFilePath=/Users/chancesnow/GitHub/extism, NSUnderlyingError=0x600000cbe610 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}

/Users/chancesnow/GitHub/extism is a folder that does indeed exist in this case.

Reproduction

  1. Install Nova editor and its CLI.
  2. Add a Custom Command: nova cli
  3. Use the command: nova cli
DanPristupov commented 10 months ago

The file "extism" doesn't exist.

Looks like the application you run expect some other apps (extism?) available in ENV.

Try to run fork from CLI using open -a Fork command

chances commented 10 months ago

The file "extism" doesn't exist.

Looks like the application you run expect some other apps (extism?) available in ENV.

No, /Users/chancesnow/GitHub/extism is a folder that does indeed exist in this case.

Try to run fork from CLI using open -a Fork command

Doing this has no effect on the issue.

DanPristupov commented 10 months ago

OK, then I don't know what could be wrong :(. This is an error returned by the tool you run, try to ask Panic about it.