zoom-cli
zoom-cli copied to clipboard
SQL Operational Error
Hi!!
I was looking for a workaround to change my background automatically and found your code... amazing work (and python is awesome!).
It works perfect to start, stop, and restart zoom, but as I was trying to get it to run anything with the backgrounds, I kept running into this error:
C:\Users\ashle\Downloads\zoom-cli-master\zoom-cli-master>zoom.py background list
Traceback (most recent call last):
File "C:\Users\ashle\Downloads\zoom-cli-master\zoom-cli-master\zoom.py", line 50, in
Any ideas on what's going on here? I'm not very knowledgeable on SQL files. I did notice that the "zoomus" database file is encoded "zoomus.enc.db". Do you think this was a security patch or am I missing something??
Thanks in advance!
Hi spiderwine,
It appears that Zoom now encrypts its SQLite database at rest which broke this functionality. I am investigating how to decrypt it.