Having an issue on macOS with locust and mitmproxy. I see the following errors in the event log during startup:
info: Loading script /...my_path.../locust.replay/locust_extractor.py
warn: Could not load command locust.code.clip: Argument flows has an unknown type typing.Sequence[mitmproxy.flow.Flow] in <bound method ExtractLocust.code_clip of
<__mitmproxy_script__.locust_extractor.ExtractLocust object at 0x10a165c30>>.
warn: Could not load command locust.task.clip: Argument flows has an unknown type typing.Sequence[mitmproxy.flow.Flow] in <bound method ExtractLocust.task_clip of
<__mitmproxy_script__.locust_extractor.ExtractLocust object at 0x10a165c30>>.
and the following clip command does not work:
locust.code.clip @shown
However I know that locust.replay has loaded because this command works:
Having an issue on macOS with locust and mitmproxy. I see the following errors in the event log during startup:
and the following clip command does not work:
However I know that locust.replay has loaded because this command works:
Using mitmproxy version: