Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"AttributeError: 'NoneType' object has no attribute 'text'" when calling Chapter.get_comments() #92

Open
FantixX opened this issue Apr 26, 2023 · 0 comments

Comments

@FantixX
Copy link

FantixX commented 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

@FantixX 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant