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
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.
The text was updated successfully, but these errors were encountered:
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
Extension information
AniGoGo
Steps to reproduce
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 ofhttps://api.amvstr.me/api/v2/info/97986
andhttps://api.amvstr.me/api/v2/episodes/97986
as it should beEdit: I found the built-in devtools, and that shows that the request URL is correct
Acknowledgements
The text was updated successfully, but these errors were encountered: