Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

can't run command: exec: "ttyrec": executable file not found in $PATH Session terminated #3

Open
gedw99 opened this issue Mar 26, 2024 · 1 comment

Comments

@gedw99
Copy link

gedw99 commented Mar 26, 2024

On Mac, arm64 with docker running.

Am running task.ui against task-ui src code with:

cd task-ui and task-ui --history-enable

every single task results in the following output in the html gui:

can't run command: exec: "ttyrec": executable file not found in $PATH
Session terminated

the terminal server shows:

2024/03/26 20:43:36  info History is enabled, writing to "./history"
Listening on http://localhost:3000
2024/03/26 20:43:43 "GET http://localhost:3000/ HTTP/1.1" from [::1]:61180 - 200 5854B in 2.241ms
2024/03/26 20:43:43 "GET http://localhost:3000/static/index.js HTTP/1.1" from [::1]:61180 - 200 2495B in 3.704834ms
2024/03/26 20:43:43 "GET http://localhost:3000/static/index.css HTTP/1.1" from [::1]:61181 - 200 1505B in 2.9615ms
2024/03/26 20:43:44 "GET http://localhost:3000/default HTTP/1.1" from [::1]:61180 - 200 8873B in 2.569334ms
2024/03/26 20:43:44 "GET http://localhost:3000/static/index.css HTTP/1.1" from [::1]:61180 - 200 1505B in 135.459µs
2024/03/26 20:43:44 "GET http://localhost:3000/static/index.js HTTP/1.1" from [::1]:61180 - 200 2495B in 56.542µs
2024/03/26 20:43:45  info can't run command         error=exec: "ttyrec": executable file not found in $PATH
2024/03/26 20:43:45 "GET http://localhost:3000/ws/default HTTP/1.1" from [::1]:61182 - 000 0B in 1.470917ms
2024/03/26 20:43:47 "GET http://localhost:3000/fix HTTP/1.1" from [::1]:61180 - 200 8893B in 1.164417ms
2024/03/26 20:43:47 "GET http://localhost:3000/static/index.css HTTP/1.1" from [::1]:61180 - 200 1505B in 90.584µs
2024/03/26 20:43:47 "GET http://localhost:3000/static/index.js HTTP/1.1" from [::1]:61181 - 200 2495B in 712.708µs
2024/03/26 20:43:48  info can't run command         error=exec: "ttyrec": executable file not found in $PATH
2024/03/26 20:43:48 "GET http://localhost:3000/ws/fix HTTP/1.1" from [::1]:61183 - 000 0B in 1.838209ms
2024/03/26 20:43:49 "GET http://localhost:3000/build HTTP/1.1" from [::1]:61180 - 200 8861B in 675.541µs
2024/03/26 20:43:49 "GET http://localhost:3000/static/index.js HTTP/1.1" from [::1]:61181 - 200 2495B in 43.792µs
2024/03/26 20:43:49 "GET http://localhost:3000/static/index.css HTTP/1.1" from [::1]:61180 - 200 1505B in 68.833µs
2024/03/26 20:43:50  info can't run command         error=exec: "ttyrec": executable file not found in $PATH
2024/03/26 20:43:50 "GET http://localhost:3000/ws/build HTTP/1.1" from [::1]:61184 - 000 0B in 1.708375ms
2024/03/26 20:43:51 "GET http://localhost:3000/test HTTP/1.1" from [::1]:61180 - 200 8874B in 2.18375ms
2024/03/26 20:43:51 "GET http://localhost:3000/static/index.css HTTP/1.1" from [::1]:61180 - 200 1505B in 91.042µs
2024/03/26 20:43:51 "GET http://localhost:3000/static/index.js HTTP/1.1" from [::1]:61181 - 200 2495B in 54.542µs
2024/03/26 20:43:53  info can't run command         error=exec: "ttyrec": executable file not found in $PATH
2024/03/26 20:43:53 "GET http://localhost:3000/ws/test HTTP/1.1" from [::1]:61185 - 000 0B in 1.810916ms
2024/03/26 20:43:53 "GET http://localhost:3000/benchmark HTTP/1.1" from [::1]:61180 - 200 8899B in 1.368417ms
2024/03/26 20:43:53 "GET http://localhost:3000/static/index.css HTTP/1.1" from [::1]:61180 - 200 1505B in 103.792µs
2024/03/26 20:43:53 "GET http://localhost:3000/static/index.js HTTP/1.1" from [::1]:61180 - 200 2495B in 59.5µs
2024/03/26 20:43:54  info can't run command         error=exec: "ttyrec": executable file not found in $PATH
2024/03/26 20:43:54 "GET http://localhost:3000/ws/benchmark HTTP/1.1" from [::1]:61186 - 000 0B in 2.022959ms
2024/03/26 20:44:08 "GET http://localhost:3000/test HTTP/1.1" from [::1]:61180 - 200 8874B in 1.556167ms
2024/03/26 20:44:08 "GET http://localhost:3000/static/index.css HTTP/1.1" from [::1]:61180 - 200 1505B in 87.333µs
2024/03/26 20:44:08 "GET http://localhost:3000/static/index.js HTTP/1.1" from [::1]:61181 - 200 2495B in 42µs
2024/03/26 20:44:09  info can't run command         error=exec: "ttyrec": executable file not found in $PATH
2024/03/26 20:44:09 "GET http://localhost:3000/ws/test HTTP/1.1" from [::1]:61188 - 000 0B in 1.612667ms
^Cmake: *** [Makefile:31: run-go] Interrupt: 2
@gedw99
Copy link
Author

gedw99 commented Mar 26, 2024

I did brew install ttyrec

now I get

´´´sh
ttyrec: illegal option -- f
usage: ttyrec [-u] [-e command] [-a] [file]
done.
Session terminated

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant