I'm getting a server unavailable error whenever I try to authenticate user on colab:
My code is simply
from google.colab import auth
auth.authenticate_user()
And I'm getting a
WARNING:google.auth.compute_engine._metadata:
Compute Engine Metadata server unavailable on attempt 1 of 3.
Reason: [Errno 115] Operation now in progress
I wonder if Google has changed anything