I am starting from a fresh NOOBS install on a Raspberry Pi 3B.
Once Raspbian is installed and working, I used:
sudo apt-get update
sudo apt-get upgrade
I followed this procedure to ensure my clock is accurate as per the National Bureau Of Standards' master clock (the atomic clock):
How do I set Raspbian to use the primary time server time.nist.gov?
In Chrome://settings, select About and verify the version:
Back to settings, there is the normal opportunity to log in:
After the username/password, it triggers 2FA:
So far, so good.
But then it comes back with a screen that says,
"UH, OH, SERVICE UNAVAILABLE - PLEASE TRY AGAIN LATER"
The interesting part of this question is that out of a handful (9) of systems built just like this, from the same original NOOBS image, one of them logs in fine. Go figure.
The others, all running the same version of Chrome, give this error message.
The workaround is to have to save the bookmarks as an HTML file and scp
that file to the others so they at least have bookmarks for importing.
How do I log in to a Gmail account in Chromium 51 on Raspbian Jessie?
Happens regardless of whether in an incognito window?
Could you confirm that the clocks on all systems at hand are correct? (Run
date
to check, and runsudo ntpdate -u time.windows.com
to correct if necessary).Do you get the same problem attempting to log in with the Epiphany browser?
Your title says (October 2017) but from the screenshot you're running Raspbian 8 Jessie. Raspbian 9 Stretch came out in August and comes with Chromium 60 so version 51 is old by comparison. Have you compared the behavior on Stretch?
– jdonald Oct 22 '17 at 02:34sudo apt update...upgrade
. You could doubly check by runningsudo apt update; sudo apt install chromium-browser
. If it's still saying version 51 at after that then this would be odd even if you are running Raspbian 8 Jessie.However, the Chromium version may be irrelevant if you are see the same login issues on Epiphany and Firefox. Would be good to get those datapoints for a frame of reference.
– jdonald Oct 22 '17 at 21:12