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

Fix this source: FreeWebNovel #2135

Closed
SirGryphin opened this issue Sep 17, 2023 · 3 comments
Closed

Fix this source: FreeWebNovel #2135

SirGryphin opened this issue Sep 17, 2023 · 3 comments

Comments

@SirGryphin
Copy link
Contributor

Novel URL: https://freewebnovel.com/reborn-little-girl-wont-give-up.html
App Location: PIP
App Version: 3.3.0

Keeps saying no chapters, It was working a week or so ago as I update script then. But I just tried it and now I'm getting this I've check tags etc and nothing seems to of changed. If someone can take a look maybe I'm missing something.

 ! Error: No chapters found
<class 'Exception'>
File "C:\Users\User\Desktop\Github\lightnovel-crawler\lncrawl\bots\console\integration.py", line 107, in start
    raise e
  File "C:\Users\User\Desktop\Github\lightnovel-crawler\lncrawl\bots\console\integration.py", line 101, in start
    _download_novel()
  File "C:\Users\User\Desktop\Github\lightnovel-crawler\lncrawl\bots\console\integration.py", line 85, in _download_novel
    self.app.get_novel_info()
  File "C:\Users\User\Desktop\Github\lightnovel-crawler\lncrawl\core\app.py", line 137, in get_novel_info
    raise Exception("No chapters found")
@zGadli
Copy link
Contributor

zGadli commented Sep 18, 2023

My guess is that the issue might be that the program isn't waiting for the page to load or Cloudfare.

@SirGryphin
Copy link
Contributor Author

Tried with Web2epub extension and same problem so I think something blocking it .

@CryZFix
Copy link
Contributor

CryZFix commented Oct 2, 2023

2023-10-02-153335_748x256_scrot
Maybe I'm wrong, but the list of chapters is initially present on the page, instead of using id: indexselect, you can use the element <ul id="idData"> to get a list of chapters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants