VolVox99 / Zillow-Scraper

Web scraper for Zillow
1 stars 0 forks source link

ValueError: substring not found #1

Open aberrio9 opened 1 year ago

aberrio9 commented 1 year ago

Hi,

Are you still supporting this scrip?

I am getting the follow error, I cloned all the file from gibhub.

Regards . . PS C:\Users\aberrio\Documents\streamlit\Zillow-Scraper> python main.py https://www.zillow.com/vvvvv-county-vv/ Error getting version of chromedriver 115. Retrying with chromedriver 114 (attempt 1/5) Traceback (most recent call last): File "C:\Users\xxxxxx\Documents\streamlit\Zillow-Scraper\main.py", line 161, in main(args.URL, args.ownr) File "C:\Users\xxxxxx\Documents\streamlit\Zillow-Scraper\main.py", line 67, in main regional_map_bounds, region = get_query_data(sesh, url) if url else (default_map_bounds, None) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\xxxxxx\Documents\streamlit\Zillow-Scraper\get_query_state.py", line 9, in get_query_data start = text_content.index('queryState') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: substring not found PS C:\Users\xxxxx\Documents\streamlit\Zillow-Scraper> python main.py https://www.zillow.com/tulsa-county-ok/ Traceback (most recent call last): File "C:\Users\xxxxx\Documents\streamlit\Zillow-Scraper\main.py", line 161, in main(args.URL, args.ownr) File "C:\Users\xxxxx\Documents\streamlit\Zillow-Scraper\main.py", line 67, in main regional_map_bounds, region = get_query_data(sesh, url) if url else (default_map_bounds, None) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\xxxxx\Documents\streamlit\Zillow-Scraper\get_query_state.py", line 9, in get_query_data start = text_content.index('queryState') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: substring not found

VolVox99 commented 1 year ago

Hi,

I haven't updated recently, and I'm sure Zillow has changed some stuff on their end so the code would need to be redone to still work. However, I'm available for hire if you need a custom and updated solution.

On Thu, Jul 27, 2023 at 12:38 PM aberrio9 @.***> wrote:

Hi,

Are you still supporting this scrip?

I am getting the follow error, I cloned all the file from gibhub.

Regards . . PS C:\Users\aberrio\Documents\streamlit\Zillow-Scraper> python main.py https://www.zillow.com/vvvvv-county-vv/ Error getting version of chromedriver 115. Retrying with chromedriver 114 (attempt 1/5) Traceback (most recent call last): File "C:\Users\xxxxxx\Documents\streamlit\Zillow-Scraper\main.py", line 161, in main(args.URL, args.ownr) File "C:\Users\xxxxxx\Documents\streamlit\Zillow-Scraper\main.py", line 67, in main regional_map_bounds, region = get_query_data(sesh, url) if url else (default_map_bounds, None) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\xxxxxx\Documents\streamlit\Zillow-Scraper\get_query_state.py", line 9, in get_query_data start = text_content.index('queryState') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: substring not found PS C:\Users\xxxxx\Documents\streamlit\Zillow-Scraper> python main.py https://www.zillow.com/tulsa-county-ok/ Traceback (most recent call last): File "C:\Users\xxxxx\Documents\streamlit\Zillow-Scraper\main.py", line 161, in main(args.URL, args.ownr) File "C:\Users\xxxxx\Documents\streamlit\Zillow-Scraper\main.py", line 67, in main regional_map_bounds, region = get_query_data(sesh, url) if url else (default_map_bounds, None) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\xxxxx\Documents\streamlit\Zillow-Scraper\get_query_state.py", line 9, in get_query_data start = text_content.index('queryState') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: substring not found

— Reply to this email directly, view it on GitHub https://github.com/VolVox99/Zillow-Scraper/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQKYLJ4XT7SKETMYAZ4576DXSK7ULANCNFSM6AAAAAA22RNS3I . You are receiving this because you are subscribed to this thread.Message ID: @.***>