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

AsuraScans chapterId/chapterPages not getting fetched #626

Open
Shaharyar-developer opened this issue Dec 15, 2024 · 1 comment
Open

AsuraScans chapterId/chapterPages not getting fetched #626

Shaharyar-developer opened this issue Dec 15, 2024 · 1 comment
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@Shaharyar-developer
Copy link

Shaharyar-developer commented Dec 15, 2024

Describe the bug

AsuraScans Provider is not working properly

Steps to reproduce

  1. initiate provider with
const manga = new MANGA.AsuraScans();
  1. attempt to fetch chapter pages with
const pages = await manga.fetchChapterPages(
      "solo-max-level-newbie-d9977a85/chapter/163"
);

Expected behavior

Array of objects to be returned with image href and page number

Actual behavior

  • Empty Array is returned regardless of chapterId.
  • await manga.fetchMangaInfo(slug) object does not contain chapterIds

Additional context

Also problems with chapter object structures on fetchMangaInfo method

 {
      id: undefined,
      title: '',
      releaseDate: 'Chapter 184Something More Important than Determination (1)'
}
@Shaharyar-developer Shaharyar-developer added the bug Something isn't working label Dec 15, 2024
Copy link

stale bot commented Feb 13, 2025

We're marking this issue as wontfix because it has not had recent activity. It will be closed if no further activity occurs within the next 30 days. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant