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 · 0 comments
Open

AsuraScans chapterId/chapterPages not getting fetched #626

Shaharyar-developer opened this issue Dec 15, 2024 · 0 comments
Labels
bug Something isn't working

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
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