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

AniGoGo TypeError #209

Closed
1 task done
AdalynBlack opened this issue Mar 6, 2024 · 1 comment
Closed
1 task done

AniGoGo TypeError #209

AdalynBlack opened this issue Mar 6, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@AdalynBlack
Copy link

AdalynBlack commented Mar 6, 2024

Extension information

AniGoGo

Steps to reproduce

  1. Install AniGoGo
  2. Search for an anime
  3. Click on any option provided by AniGoGo
  4. The following error appears after a few moments:
TypeError: cannot read property 'map' of undefined
    at detail (<eval>:52)

Miru version

1.8.1

Other details

When clicking on the popout button on the top right, I can use devtools to see that the extension is attempting to access the API without prepending the required path. For example, https://api.amvstr.me/api/v297986 instead of https://api.amvstr.me/api/v2/info/97986 and https://api.amvstr.me/api/v2/episodes/97986 as it should be

Edit: I found the built-in devtools, and that shows that the request URL is correct

Acknowledgements

  • I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.
@AdalynBlack AdalynBlack added the bug Something isn't working label Mar 6, 2024
@AdalynBlack
Copy link
Author

It appears that this is an issue with the API itself. Accessing the episode endpoint of any valid ID reports an error saying that something is wrong with their servers. Closing this issue

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

1 participant