You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
every single task results in the following output in the html gui:
can't run command: exec: "ttyrec": executable file not found in $PATHSession 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 $PATH2024/03/26 20:43:45 "GET http://localhost:3000/ws/default HTTP/1.1" from [::1]:61182 - 000 0B in 1.470917ms2024/03/26 20:43:47 "GET http://localhost:3000/fix HTTP/1.1" from [::1]:61180 - 200 8893B in 1.164417ms2024/03/26 20:43:47 "GET http://localhost:3000/static/index.css HTTP/1.1" from [::1]:61180 - 200 1505B in 90.584µs2024/03/26 20:43:47 "GET http://localhost:3000/static/index.js HTTP/1.1" from [::1]:61181 - 200 2495B in 712.708µs2024/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 $PATH2024/03/26 20:43:50 "GET http://localhost:3000/ws/build HTTP/1.1" from [::1]:61184 - 000 0B in 1.708375ms2024/03/26 20:43:51 "GET http://localhost:3000/test HTTP/1.1" from [::1]:61180 - 200 8874B in 2.18375ms2024/03/26 20:43:51 "GET http://localhost:3000/static/index.css HTTP/1.1" from [::1]:61180 - 200 1505B in 91.042µs2024/03/26 20:43:51 "GET http://localhost:3000/static/index.js HTTP/1.1" from [::1]:61181 - 200 2495B in 54.542µs2024/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 $PATH2024/03/26 20:43:54 "GET http://localhost:3000/ws/benchmark HTTP/1.1" from [::1]:61186 - 000 0B in 2.022959ms2024/03/26 20:44:08 "GET http://localhost:3000/test HTTP/1.1" from [::1]:61180 - 200 8874B in 1.556167ms2024/03/26 20:44:08 "GET http://localhost:3000/static/index.css HTTP/1.1" from [::1]:61180 - 200 1505B in 87.333µs2024/03/26 20:44:08 "GET http://localhost:3000/static/index.js HTTP/1.1" from [::1]:61181 - 200 2495B in 42µs2024/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
The text was updated successfully, but these errors were encountered:
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:
the terminal server shows:
The text was updated successfully, but these errors were encountered: