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

Problem with ncode.syosetu.com/n5619fv #2509

Open
Demorao opened this issue Nov 23, 2024 · 0 comments
Open

Problem with ncode.syosetu.com/n5619fv #2509

Demorao opened this issue Nov 23, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Demorao
Copy link

Demorao commented Nov 23, 2024

Describe the bug

When I try to download a novel from the syosetu page, it gives an error

Enter novel page url or query novel: https://ncode.syosetu.com/n5619fv/
Retrieving novel info...
Exception in thread Thread-1 (read_novel_info):
Traceback (most recent call last):
File "threading.py", line 1016, in _bootstrap_inner
File "threading.py", line 953, in run
File "C:\Users\demor\AppData\Local\Temp_MEI621962\sources\jp\s\syosetu.py", line 41, in read_novel_info
self.novel_title = soup.select_one(".novel_title").text.strip()
AttributeError: 'NoneType' object has no attribute 'text'

! Error: No chapters found
<class 'Exception'>
File "lncrawl\bots\console\integration.py", line 107, in start
raise e
File "lncrawl\bots\console\integration.py", line 101, in start
_download_novel()
File "lncrawl\bots\console\integration.py", line 85, in _download_novel
self.app.get_novel_info()
File "lncrawl\core\app.py", line 137, in get_novel_info
raise Exception("No chapters found")

Let us know

App source: EXE
App version: 3.7.2
Your OS: Windows

@Demorao Demorao added the bug Something isn't working label Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant