-
Notifications
You must be signed in to change notification settings - Fork 84
Description
Hi mendhak, thanks for writing such a detailed tutorial. I really appreciate it and as it is my first Raspberry Pi project, and I have zero coding experience.
I have been stuck at this section for 3 weeks now, where I can't seem to get the authentication process right.
When I run .venv/bin/python3 screen-calendar-get.py, I get a URL in the Terminal that starts with "https://accounts.google.com/v3/signin/rejected?access_type=offline&app_domain=http://localhost:8
080&client_id=.......".
When I copy pasted that into a Chrome browser, it states "Couldn't sign you in. The browser that you're using doesn't support JavaScript, or has JavaScript turned off. To keep your Google Account secure, try signing in on a browser that has JavaScript turned on.
Thing is, I have set Javascript to be on for all sites, and even added google.com to the sites allowed for Javascript. I have tried different browsers, or ran Google's quickstart.py to test other programs, but experienced the same error.
I even reformatted the SD card and restarted the project twice with the same results. Let me know if you have any idea or need more information of my settings.
Thank you