You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dramacool provider has recently started throwing "Media Not Found" errors when fetching streams
Steps to reproduce
Setup the consumet docker image
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.
The text was updated successfully, but these errors were encountered:
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.
Describe the bug
The dramacool provider has recently started throwing "Media Not Found" errors when fetching streams
Steps to reproduce
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.
The text was updated successfully, but these errors were encountered: