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
So the issue is to do with scraping through multiple class attributes, for what it seems. I'd don't believe that is the full solution, but was on the right track. I'm currently investigating it.
The function at line 230 of course.py could throw an IndexError if the parameter
text
does not contain the string' :'
The function should look like:
I was getting this issue for some reason and this fixed it
The text was updated successfully, but these errors were encountered: