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
Getting the following when trying to parse the chapters from the index page. Tried changing the css tag from grey to title ellipses since that is what I found in the body tag with the span element. I am not really proficient enough to find what is causing the issue. Below is the traceback it displays.
Traceback (most recent call last): File "L:\Code\Ranobes-Scraper-main\main.py", line 38, in <module> chapter_count = chapter_num.find("span", class_="title ellipses").text AttributeError: 'NoneType' object has no attribute 'find'
The text was updated successfully, but these errors were encountered:
Getting the following when trying to parse the chapters from the index page. Tried changing the css tag from grey to title ellipses since that is what I found in the body tag with the span element. I am not really proficient enough to find what is causing the issue. Below is the traceback it displays.
Traceback (most recent call last): File "L:\Code\Ranobes-Scraper-main\main.py", line 38, in <module> chapter_count = chapter_num.find("span", class_="title ellipses").text AttributeError: 'NoneType' object has no attribute 'find'
The text was updated successfully, but these errors were encountered: