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

Error on crunchyroll provider #593

Open
dev-luizf opened this issue Oct 13, 2024 · 1 comment
Open

Error on crunchyroll provider #593

dev-luizf opened this issue Oct 13, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@dev-luizf
Copy link

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

@dev-luizf dev-luizf added the bug Something isn't working label Oct 13, 2024
@Explorer-Person
Copy link

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.

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