Louis
Louis
Any news on that?
[Datadome Blog Post](https://datadome.co/threat-research/how-new-headless-chrome-the-cdp-signal-are-impacting-bot-detection/) The code they are using to detect CDP: ``` var detected = false; var e = new Error(); Object.defineProperty(e, 'stack', { get() { detected = true; }...
Hey, I am unable to use this: (diart) :~/live-transcript$ diart.stream output.wav --pipeline SpeakerAwareTranscription Traceback (most recent call last): File "/home/user/anaconda3/envs/diart/lib/python3.8/site-packages/rx/core/operators/map.py", line 37, in on_next result = _mapper(value) File "/home/user/anaconda3/envs/diart/lib/python3.8/site-packages/diart/pipelines/speaker_transcription.py", line...