jikan-me / jikan

Unofficial MyAnimeList PHP+REST API which provides functions other than the official API
https://jikan.moe
MIT License
875 stars 93 forks source link

[OFFICIAL] Generated Issue: ParserException #433

Closed fulder closed 2 years ago

fulder commented 2 years ago

Please fill out the details below.

Summary: Trying to access the https://api.jikan.moe/v4/anime/34566/episodes?page=3 URL suddenly started to give me 500 codes back (see additional details for more info).

Steps to reproduce: Try calling the URL e.g. using curl:

curl https://api.jikan.moe/v4/anime/34566/episodes?page=3

For some reason it still works while trying to access it in my browser but maybe it's more cached there somehow.

Additional Details

Jikan Parser Version: 3.0.0.x-dev@3803cc1b882baf7b95d4e90fba4bb871c0cf8dc0 PHP: 8.0.19 Redis: Connected Exception: Jikan\Exception\ParserException Code: 0 Message: Failed to parse 'https://myanimelist.net/anime/34566/_/episode?offset=200' Trace: /var/www/jikan-rest/vendor/jikan-me/jikan/src/Exception/ParserException.php on line 24 Request: GET /v4/anime/34566/episodes?page=3

fulder commented 2 years ago

Ops probably duplicate of: https://github.com/jikan-me/jikan/issues/400, missed it was already created. I will close this again.