-
-
Notifications
You must be signed in to change notification settings - Fork 477
Closed as duplicate of#1979
Copy link
Labels
potential bugissues not yet confirmed by maintainersissues not yet confirmed by maintainers matterissues caused by bugs by Appleissues caused by bugs by Apple
Description
Description
Environment (環境)
- CotEditor: 6.0.0 (744)
- System: macOS バージョン26.0(ビルド25A354)
- Language: Japanese
Short Description (簡単な説明)
cotコマンドを実行するとエラーが発生する時がある。
% cot .bin/dl/config/cyberduck-versions
Traceback (most recent call last):
File "/usr/local/bin/cot", line 414, in <module>
main(args, stdin)
~~~~^^^^^^^^^^^^^
File "/usr/local/bin/cot", line 347, in main
app.open(path)
~~~~~~~~^^^^^^
File "/usr/local/bin/cot", line 165, in open
self.tell('open POSIX file "{}"'.format(path))
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/bin/cot", line 145, in tell
raise error
File "/usr/local/bin/cot", line 142, in tell
return run_osascript(script, is_async)
File "/usr/local/bin/cot", line 99, in run_osascript
raise CalledProcessError(p.returncode, script, stderr.decode('utf-8'))
subprocess.CalledProcessError: Command 'tell app "/Applications/CotEditor.app" to open POSIX file "/Users/kazuo/.bin/dl/config/cyberduck-versions"' returned non-zero exit status 1.Steps to Reproduce the Issue (不具合が発生したときに行っていた操作、または再現手順)
再現性はない、もしくは不明。
Expected Result (期待される挙動)
cotコマンドがエラーで終了せずに、CotEditorアプリが起動する。
CotEditor version
6.0.0
macOS version
26.0
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
potential bugissues not yet confirmed by maintainersissues not yet confirmed by maintainers matterissues caused by bugs by Appleissues caused by bugs by Apple