I was using the selenium module but all of a sudden I get this error
ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host
here is my simple code that gives me the error
from selenium import webdriver
browser = webdriver.Firefox()
browser.get('https://www.instagram.com/')
Aucun commentaire:
Enregistrer un commentaire