We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
gogoanime in recent-episodes api return undifine
im using rkt query to fetch this data from this url in my localdevice this is the url http://localhost:3000/meta/anilist/recent-episodes
i've tried using axios and fetch it return same error
getAllAnime: builder.query({ query: (params) => { const { pages, perPage: totalPages } = params; page = 1, perPage = 20 return { url: "recent-episodes", params: { page: pages, perPage: totalPages, provider: "gogoanime", }, }; }, }),
it should return all the anime
{ "statusCode": 500, "error": "Internal Server Error", "message": "Cannot read properties of undefined (reading 'map')" }
Error messesage i couldnt found in consumet api
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
gogoanime in recent-episodes api return undifine
Steps to reproduce
im using rkt query to fetch this data from this url in my localdevice this is the url http://localhost:3000/meta/anilist/recent-episodes
i've tried using axios and fetch it return same error
Expected behavior
it should return all the anime
Actual behavior
Additional context
Error messesage i couldnt found in consumet api
The text was updated successfully, but these errors were encountered: