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
Trying to use your script but I get this following response from terminal:
Traceback (most recent call last): File "/Users/s/Sites/s/crawl/script.py", line 18, in <module> print(maxpages[0]) IndexError: list index out of range
Seems to be it's happening because of pager-current ... unable to find that class on the site, and I am not sure if this class is for pagination or list of sections on the page.
The text was updated successfully, but these errors were encountered:
Hey @charlesmudy, it looks like Clutch changed up the way they load their agencies upon click. When I wrote the script, their loading logic was different where they'd show a preview of all agencies, and the script would make use of that to get emails.
I'll work on modifying the script to fit the current Clutch website.
Hello,
Trying to use your script but I get this following response from terminal:
Traceback (most recent call last): File "/Users/s/Sites/s/crawl/script.py", line 18, in <module> print(maxpages[0]) IndexError: list index out of range
Seems to be it's happening because of pager-current ... unable to find that class on the site, and I am not sure if this class is for pagination or list of sections on the page.
The text was updated successfully, but these errors were encountered: