Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: MaxRetryError while scraping a website multiple times
Post: RE: MaxRetryError while scraping a website multipl...

OK, it looks like by putting the below code for each iterations it works driver = webdriver.Chrome(executable_path=r"myfolder\chromedriver.exe")Thanks
kawasso Web Scraping & Web Development 6 17,470 Aug-29-2019, 05:25 PM
    Thread: MaxRetryError while scraping a website multiple times
Post: RE: MaxRetryError while scraping a website multipl...

Hi Larz, Isn't the connection closed with the below code? driver.quit()
kawasso Web Scraping & Web Development 6 17,470 Aug-28-2019, 08:20 PM
    Thread: MaxRetryError while scraping a website multiple times
Post: RE: MaxRetryError while scraping a website multipl...

The code that I am using for this is below: from bs4 import BeautifulSoup import requests, io import pandas as pd from selenium import webdriver import time ################## NOTE THAT THIS CODE WO...
kawasso Web Scraping & Web Development 6 17,470 Aug-27-2019, 09:48 PM
    Thread: MaxRetryError while scraping a website multiple times
Post: MaxRetryError while scraping a website multiple ti...

Hi, I have been trying to retrieve some data from a website. My initial test for retrieving one time data worked as expected, but when I try to get the data from 2 or more links of the same website I...
kawasso Web Scraping & Web Development 6 17,470 Aug-26-2019, 11:21 PM
    Thread: BeautifulSoup: Error while extracting a value from an HTML table
Post: RE: BeautifulSoup: Error while extracting a value ...

(Aug-23-2019, 11:24 AM)snippsat Wrote: First you most always tell what parser BS should use,here html.parser which comes with Python. Can not search as you try to do with {'Shares outstanding'}. Her...
kawasso Web Scraping & Web Development 3 3,231 Aug-25-2019, 01:13 AM
    Thread: BeautifulSoup: Error while extracting a value from an HTML table
Post: BeautifulSoup: Error while extracting a value from...

Hi all, From the below HTML text: <div class="card-body"> <div class="table-responsive"> <table class="table table__group table-sm table-hover"> ...
kawasso Web Scraping & Web Development 3 3,231 Aug-22-2019, 10:42 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020