Closed sadokx closed 6 months ago
Can you share more information about the error?
This is what i get @ggatto :
Please enable verbose output in the config file
Here you go @AnessZurba @ggatto , thanks for the help:
File "/Users/sadok/Downloads/zoom-batch-downloader-master/zoom_batch_downloader.py", line 218, in get_meetings
cursor.execute("DELETE FROM meetings WHERE uuid = ?", (meeting_uuid,))
sqlite3.OperationalError: no such table: meetings
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/sadok/Downloads/zoom-batch-downloader-master/zoom_batch_downloader.py", line 369, in <module>
main()
File "/Users/sadok/Downloads/zoom-batch-downloader-master/zoom_batch_downloader.py", line 53, in main
file_count, total_size, skipped_count = download_recordings(
File "/Users/sadok/Downloads/zoom-batch-downloader-master/zoom_batch_downloader.py", line 130, in download_recordings
meetings = get_meetings(get_meeting_uuids(user_email, from_date, to_date))
File "/Users/sadok/Downloads/zoom-batch-downloader-master/zoom_batch_downloader.py", line 220, in get_meetings
cursor.execute(
sqlite3.OperationalError: no such table: meetings```
This may sound weird, but are you sure you are using code from this repository
nvm. I see some code was added
Hi all, Fixing it in the next commit.
Thanks @asamihassan , just curious, any expectation on when that commit will come through? Thanks!
@sadokx please pull the new code. It's there.
I just get this error when running the script. Thanks!