You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
(If applicable) I have ensured the password is correct with the flag -v 0,
I have searched the opened and closed issues for a duplicate,
Describe the bug
SSO downloads are working as expected except one video fails every time I attempt to download it.
A bit of context that may be helpful, these are biweekly recordings and only the one from Feb. 7th is failing. I will attempt to download the one for Feb. 9th when it is available to confirm if it is only the one recording that is failing or all recording after Feb. 2nd (last successful download).
To Reproduce
Access recording through URL provided by university
Login with university credentials
Use page url in command for zoomdl
Export cookies or use previously exported cookies (same end result) and place in same folder as zoomdl.exe
Attempt to download using following command zoomdl -u 'URL' -f 'FILENAME' --cookies cookies.txt
Expected behavior
For the video to download as it did with other links and same command.
URL
I can privately share it if required but it is locked behind SSO login.
Logs
[WARNING] Error with the meta parsing. This should not be critical. Please contact a dev.
Traceback (most recent call last):
File "zoom_dl\__main__.py", line 20, in <module>
File "zoom_dl\__init__.py", line 19, in main
File "zoom_dl\zoomdl.py", line 346, in download
File "zoom_dl\zoomdl.py", line 97, in get_page_meta
UnboundLocalError: local variable 'meta2' referenced before assignment
[61236] Failed to execute script __main__
Versions:
OS: Windows 11 - using precompiled .exe
Python Version: [3.10]
Additional context
Might be related to #84 but I created a separate issue as the resulting error isn't the same.
The text was updated successfully, but these errors were encountered:
I am seeing a similar issue with a recording which is behind both SSO and a passcode.
Log - only specifying cookies
$ ./zoomdl -u 'REDACTED' --cookies cookies.txt -f filename -v 0
Using standard Windows UA
Changing page to REDACTED
[WARNING] Error with the meta parsing. This should not be critical. Please contact a dev.
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/home/jazz/Downloads/./zoomdl/__main__.py", line 20, in <module>
File "/home/jazz/Downloads/./zoomdl/zoom_dl/__init__.py", line 19, in main
File "/home/jazz/Downloads/./zoomdl/zoom_dl/zoomdl.py", line 346, in download
File "/home/jazz/Downloads/./zoomdl/zoom_dl/zoomdl.py", line 97, in get_page_meta
UnboundLocalError: cannot access local variable 'meta2' where it is not associated with a value
Log - specifying both cookies and a passcode
$ ./zoomdl -u "REDACTED" --cookies cookies.txt -f filename -p 'REDACTED' -v 0
Using standard Windows UA
Changing page to REDACTED
Using password 'REDACTED'
[CRITICAL]Unable to find meetId in the page
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Prerequisite
-v 0
,Describe the bug
SSO downloads are working as expected except one video fails every time I attempt to download it.
A bit of context that may be helpful, these are biweekly recordings and only the one from Feb. 7th is failing. I will attempt to download the one for Feb. 9th when it is available to confirm if it is only the one recording that is failing or all recording after Feb. 2nd (last successful download).
To Reproduce
zoomdl -u 'URL' -f 'FILENAME' --cookies cookies.txt
Expected behavior
For the video to download as it did with other links and same command.
URL
I can privately share it if required but it is locked behind SSO login.
Logs
Versions:
Additional context
Might be related to #84 but I created a separate issue as the resulting error isn't the same.
The text was updated successfully, but these errors were encountered: