Testing the Application
00:00 And now you can run the app.
00:07
Open up a browser and go to https://127.0.0.1:5000
.
00:14 You’ll see a security warning because the current SSL certificate is not verified. That’s okay for this demo app, so you can click whatever you need to bypass it. Since you are not logged in you’ll see a link to Google Login. Click it, and the OAuth flow begins.
00:30 If you are not logged into your Google account, you’ll be asked to log in. Otherwise, you’ll see the consent screen. Authorize your demo app, and you’ll see your profile information. Click Logout and you’ll be taken back to the homepage with the login link again.
00:46 In the last lesson, you’ll see some ideas for features to improve the demo app.
Douglas Starnes on Oct. 25, 2020
@13carlestecno To be more precise, I’d need more details. Are you getting that error in the browser? At the command line? Can you tell me which line in the code throws the error?
Thanks for watching the course!
13carlestecno on Oct. 25, 2020
Hi @Douglas,
it’s solved.
Using Pycharm and running app.py
Usage: __main__.py [OPTIONS]
Try '__main__.py --help' for help.
Error: Got unexpected extra argument (run)
or in Python console
Usage: pydevconsole.py [OPTIONS]
Try 'pydevconsole.py --help' for help.
Error: no such option: --mode
but in terminal it’s working.
I don’t know why, maybe in future I’ll know. I need to learn a lot of python
Thanks and sorry for your time.
Become a Member to join the conversation.
13carlestecno on Oct. 24, 2020
Hi Douglas,
thanks for tutorial. I’m trying to run app.py and get “Error: Got unexpected extra argument (run)”. I’m searching to fix problem but I’m not good. Dou you know the problem? Thanks and excuse me.