Coteditor: Using cot in Hyper Terminal under Mojave

Created on 29 Sep 2018  ·  2Comments  ·  Source: coteditor/CotEditor

I got the following error while trying to use the cot in Hyper.
Never had this problem before Mojave. Also, it's working good in Terminal

❯ cot
Traceback (most recent call last):
  File "/usr/local/bin/cot", line 354, in <module>
    main(args, stdin)
  File "/usr/local/bin/cot", line 270, in main
    client_window_id = client.window_id()
  File "/usr/local/bin/cot", line 164, in window_id
    return self.tell('id of window {}'.format(index))
  File "/usr/local/bin/cot", line 121, in tell
    return run_osascript(script, is_async)
  File "/usr/local/bin/cot", line 92, in run_osascript
    raise CalledProcessError(p.returncode, script)
subprocess.CalledProcessError: Command 'tell app "Hyper" to id of window 1' returned non-zero exit status 1
bug

Most helpful comment

Thanks. This issue will be solved in the next CotEditor 3.6.1.

All 2 comments

Thanks. This issue will be solved in the next CotEditor 3.6.1.

Fixed, thank you.

Was this page helpful?
0 / 5 - 0 ratings