lanec / zoom-batch-downloader

Download all your zoom cloud recordings
GNU General Public License v3.0
40 stars 20 forks source link

Error: no such table: meetings #31

Closed sadokx closed 5 months ago

sadokx commented 5 months ago

I just get this error when running the script. Thanks!

ggatto commented 5 months ago

Can you share more information about the error?

sadokx commented 5 months ago

This is what i get @ggatto :

image
AnessZurba commented 5 months ago

Please enable verbose output in the config file

sadokx commented 5 months ago

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```
AnessZurba commented 5 months ago

This may sound weird, but are you sure you are using code from this repository

AnessZurba commented 5 months ago

nvm. I see some code was added

asamihassan commented 5 months ago

Hi all, Fixing it in the next commit.

sadokx commented 5 months ago

Thanks @asamihassan , just curious, any expectation on when that commit will come through? Thanks!

asamihassan commented 5 months ago

@sadokx please pull the new code. It's there.