dipu-bd / lightnovel-crawler

Generate and download e-books from online sources.
https://pypi.org/project/lightnovel-crawler/
GNU General Public License v3.0
1.51k stars 293 forks source link

[Fix this bug]Comrademao.com #887

Closed damare01 closed 3 years ago

damare01 commented 3 years ago

Describe the bug

An uncaught error was raised while processing the update
Traceback (most recent call last):
  File "C:\Users\user\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\telegram\ext\dispatcher.py", line 279, in process_update
    handler.handle_update(update, self)
  File "C:\Users\user\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\telegram\ext\conversationhandler.py", line 305, in handle_update
    new_state = self.current_handler.handle_update(update, dispatcher)
  File "C:\Users\user\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\telegram\ext\messagehandler.py", line 169, in handle_update
    return self.callback(dispatcher.bot, update, **optional_args)
  File "C:\Users\user\lightnovel-crawler\.\lncrawl\bots\telegram.py", line 212, in handle_novel_url
    return self.get_novel_info(bot, update, user_data)
  File "C:\Users\user\lightnovel-crawler\.\lncrawl\bots\telegram.py", line 417, in get_novel_info
    app.get_novel_info()
  File "C:\Users\user\lightnovel-crawler\.\lncrawl\core\app.py", line 135, in get_novel_info
    self.crawler.read_novel_info()
  File "C:\Users\user\lightnovel-crawler\.\lncrawl\sources\fu_kemao.py", line 38, in read_novel_info
    self.novel_title = soup.select_one(

Let us know

damare01 commented 3 years ago

I forgot I opened this issue

dipu-bd commented 3 years ago

@damare01 no worry

SirGryphin commented 3 years ago

Fixed and added to #929