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 'find_next_sibling' #47

Open
danisuba10 opened this issue Feb 19, 2022 · 0 comments
Open

Comments

@danisuba10
Copy link

Describe the bug
When trying to download Emperor's Domination I get this error.

Desktop (please complete the following information):

  • OS: [Windows 10]
  • Firefox
  • Version [97.0.1 (64-bit)]

Additional context
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Program Files\Python39\lib\tkinter_init_.py", line 1892, in call
return self.func(*args)
File "C:\Users\Dan\Desktop\Wuxiaworld-2-eBook-master\wuxiaworld2ebook.py", line 82, in button_press
getify.clean(str(s_chapter) + ".xhtml", get_xhtml_path(raw_info, s_chapter), name)
File "C:\Users\Dan\Desktop\Wuxiaworld-2-eBook-master\getify.py", line 42, in clean
content = chapter_title.find_next_sibling(class
="fr-view")
AttributeError: 'NoneType' object has no attribute 'find_next_sibling'

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