Benedikt
Benedikt
I have the same error when trying to parse this file: https://ia600502.us.archive.org/7/items/NuclearExplosion/NuclearExplosionwww.keepvid.com.mp4
@catalin-apostu thanks for taking the time to answer my question in such detail, I highly appreciate it! I'll look into it. Cheers!
The following tools do very similar things or can at least be used in the same way: - Hashicorp Vault - Thycotic Secret Server / DevOps Server - Cyberark Conjure...
> Confirmed: reinstalling xcode command line tools solves everything that 'main' builds. Worked for me as well. I followed this guide: https://mac.install.guide/commandlinetools/6.html
> You need to enable group encryption settings, and then manually activate it for the group. Thanks, it kinda worked. Some of my friends (including me don't receive messages though)....
Same for me 
Found the solution: need to install the newest version from outside the play store: https://f-droid.org/en/packages/com.termux/
Same on OneUI 6.1 - android 14 Samsung s23+ 
Found the solution: need to install the newest version from outside the play store: https://f-droid.org/en/packages/com.termux/
I made this workaround: ``` const cleanOutput = (output: string) => { const regex = /\[Parsed_showinfo_0\s+\@\s+0x\w+\]/g; return output.replace(regex, ''); }; ```