nang-dev / automated_youtube_channel

Automated youtube that can scrape content, edit a compilation, and upload to youtube daily.
MIT License
708 stars 284 forks source link

Getting an AttributeError on line 71 of main.py #62

Open avchitra opened 1 year ago

avchitra commented 1 year ago

Error Message:

example_username
example_password
Handling GoogleAPI
Traceback (most recent call last):
  File "C:\Users\******\automated_youtube_channel\main.py", line 145, in <module>
    attemptRoutine()
  File "C:\Users\******\automated_youtube_channel\main.py", line 136, in attemptRoutine
    routine()
  File "C:\Users\******\automated_youtube_channel\main.py", line 71, in routine
    creds = flow.run_console()
            ^^^^^^^^^^^^^^^^
AttributeError: 'InstalledAppFlow' object has no attribute 'run_console'

At the top I noticed "example_username example_password", which I think means that I have left something empty.