DEV Community

httplib2.ServerNotFoundError: Unable to find the server at www.googleapis.com

Aashish Chaubey 💥⚡️ on May 12, 2020

I am using Docker to run my python Application and it internally uses YouTube's Data API and I face a similar issue. Can someone please help me sol...
Collapse
 
aashish profile image
Aashish Chaubey 💥⚡️

I figured out the solution and found out that RHEL apparently ships with podman and my container was running on podman so the solution was simple, install docker and do the procedure again.