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

fix: cannot fetch gogoanime info when do not use redis #590

Merged
merged 1 commit into from
Mar 27, 2024

Conversation

2uanDM
Copy link
Contributor

@2uanDM 2uanDM commented Mar 26, 2024

When I do not provide Redis host and Redis port in .env file, meaning running the API without redis, I cannot fetch the gogoanime info API, it return {}. But when I turn on the Redis, it works.

Adding await can solve this problem

@Miguel-Domingos
Copy link

Yes, a had the same error and i also fixed adding await

@riimuru riimuru linked an issue Mar 27, 2024 that may be closed by this pull request
@riimuru
Copy link
Contributor

riimuru commented Mar 27, 2024

closes #584

@riimuru riimuru merged commit 7a655f5 into consumet:main Mar 27, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gogoanime info api return empty when Redis not found
3 participants