You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "C:\Users\XXX\Desktop\Justdial-Scrapper-master\get.py", line 5, in
get_data_from_url(ex_url,print_response=True)
File "C:\Users\XXX\Desktop\Justdial-Scrapper-master\justDail_scraper.py", line 253, in get_data_from_url
phone_no=(get_phone_no(wd.page_source))
File "C:\Users\XXX\Desktop\Justdial-Scrapper-master\justDail_scraper.py", line 20, in get_phone_no
sheet = cssutils.parseString(str(style[len(style)-1].text))
IndexError: list index out of range
I have a get.py file with just the example code:
from justDail_scraper import get_data_from_url
ex_url='https://www.justdial.com/Delhi/Dr-S-K-Mundhra-Opposite-St-Margreet-School-Prashant-Vihar/011PXX11-XX11-130130123521-H6P2_BZDET?xid=RGVsaGkgQ2xpbmljcw=='
get_data_from_url(ex_url,print_response=True)
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "C:\Users\XXX\Desktop\Justdial-Scrapper-master\get.py", line 5, in
get_data_from_url(ex_url,print_response=True)
File "C:\Users\XXX\Desktop\Justdial-Scrapper-master\justDail_scraper.py", line 253, in get_data_from_url
phone_no=(get_phone_no(wd.page_source))
File "C:\Users\XXX\Desktop\Justdial-Scrapper-master\justDail_scraper.py", line 20, in get_phone_no
sheet = cssutils.parseString(str(style[len(style)-1].text))
IndexError: list index out of range
I have a get.py file with just the example code:
The text was updated successfully, but these errors were encountered: