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 error is happening on the REST API, but I think it is more aproprited to create an issue here. When I try to search for an anime ("/anime/crunchyroll/demon") it returns the error "getaddrinfo ENOTFOUND cronchy.consumet.stream"
Steps to reproduce
Fetch "/anime/crunchyroll/demon"
Expected behavior
Return a list of results
Actual behavior
Return a error
Additional context
No response
The text was updated successfully, but these errors were encountered:
Issue Title: Invalid Link in crunchyroll.ts Base URL
Description:
The URL defined in the src/providers/anime/crunchyroll.ts file at line 20 (protected override baseUrl = 'https://cronchy.consumet.stream';) is not valid and functional. To restore functionality, this link may need to be updated to a valid provider URL, and corresponding adjustments should be made in the crunchyroll.ts file.
It Could Solve:
Identify an alternative, valid provider URL for the Crunchyroll API.
Update the baseUrl field in crunchyroll.ts with the new URL.
Verify that all related functionalities work as expected after the change.
Has anyone found a replacement provider link, or is there another approach to resolving this issue? Any suggestions or insights would be greatly appreciated.
Describe the bug
The error is happening on the REST API, but I think it is more aproprited to create an issue here. When I try to search for an anime ("/anime/crunchyroll/demon") it returns the error "getaddrinfo ENOTFOUND cronchy.consumet.stream"
Steps to reproduce
Fetch "/anime/crunchyroll/demon"
Expected behavior
Return a list of results
Actual behavior
Return a error
Additional context
No response
The text was updated successfully, but these errors were encountered: