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

"Media Not Found" error when fetching dramacool streams #637

Open
odd-willingness opened this issue Nov 9, 2024 · 1 comment
Open

"Media Not Found" error when fetching dramacool streams #637

odd-willingness opened this issue Nov 9, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@odd-willingness
Copy link

Describe the bug

The dramacool provider has recently started throwing "Media Not Found" errors when fetching streams

Steps to reproduce

  1. Setup the consumet docker image
  2. Make a request like: http://0.0.0.0:3000/movies/dramacool/watch?mediaId={drama_id}&episodeId={episode_id}&server=asianload.

Expected behavior

A json response with the m3u8 link for the asianload server

Actual behavior

The following response is received:
{'message': 'Media Not found.'}

Additional context

The provider was healthy a few days ago. Tested with drama and episodes that used to return valid streams. Checked that asianload streams are available on the actual provider site.

@odd-willingness odd-willingness added the bug Something isn't working label Nov 9, 2024
@TMGboy
Copy link

TMGboy commented Nov 11, 2024

i got the same error , while trying to reinstall api.consumet in a fresh VPS i got this :
node_modules/@consumet/extensions/dist/providers/manga/mangakakalot.d.ts:8:44
8 fetchChapterPages: (chapterId: string, mangaId: string) => Promise<IMangaChapterPage[]>;
~~~
An argument for 'mangaId' was not provided.

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

2 participants