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
AttributeError: 'NoneType' object has no attribute 'text'
the chapter itself is fine, i.e.
work.chapters[0].title
gives the correct title
The text was updated successfully, but these errors were encountered:
FantixX
changed the title
AttributeError: 'NoneType' object has no attribute 'text' when calling Chapter.get_comments()
"AttributeError: 'NoneType' object has no attribute 'text'" when calling Chapter.get_comments()
Apr 26, 2023
work.get_comments(5)
works fine, but
work.chapters[0].get_comments(5)
gives this error:
AttributeError: 'NoneType' object has no attribute 'text'
the chapter itself is fine, i.e.
work.chapters[0].title
gives the correct title
The text was updated successfully, but these errors were encountered: