Skip to content
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

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

Open
avchitra opened this issue Aug 11, 2023 · 0 comments
Open

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

avchitra opened this issue Aug 11, 2023 · 0 comments

Comments

@avchitra
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant