-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
beginner got stuck past -i -v config, #27
Comments
Hi, it looks like there is an error parsing your configuration file, in particular the section that contains the Google Drive parts. Could you verify if your configuration file matches with what is presented in the README. And/or paste it in this issue (without the actual credentials of course). |
Hi, thanks for taking your time to help me I am stuck at this step command again, dont know what im doing wrong, and the syntax is not clear to me
Also the contents of config.yaml which sits in C:\Users\PetrV\Downloads\EASST\downloads\conf
The one other file - generated froom google cloud client_secrets.json is sitting in C:\Users\PetrV\Downloads\EASST\downloads\conf too.
|
Hi, before looking into the details, I noticed there is a typo in your command line: Try running it via: |
Hi everyone,
I have zero coding background, and I only try to learn from step-by-step tutorials such as this one.
I also will soon have 400 zoom cloud recordings to download.
I got through a lot of pain, to get to this step, but got stuck with this error, dont know what to do anymore
This is from Docker's logs, tried using CMD, now doing things in Ubuntu because I realized your code lines start with $, am super confused, please help.
`Traceback (most recent call last):
File "/usr/local/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "/usr/local/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/usr/local/lib/python3.7/site-packages/zoom_drive_connector/main.py", line 136, in
main()
File "/usr/local/lib/python3.7/site-packages/zoom_drive_connector/main.py", line 111, in main
app_config = config.ConfigInterface(os.getenv('CONFIG', '/conf/config.yaml'))
File "/usr/local/lib/python3.7/site-packages/zoom_drive_connector/configuration/configuration_interfaces.py", line 115, in init
self.__interface_factory()
File "/usr/local/lib/python3.7/site-packages/zoom_drive_connector/configuration/configuration_interfaces.py", line 151, in __interface_factory
raise RuntimeError(f'Configuration for section {value.class} failed validation step.')
RuntimeError: Configuration for section <class 'zoom_drive_connector.configuration.configuration_interfaces.DriveConfig'> failed validation step.`
The text was updated successfully, but these errors were encountered: