jikan-me / jikan-rest

The REST API for Jikan
https://docs.api.jikan.moe/
MIT License
413 stars 268 forks source link

🐛 `/v4/manga/{id}/characters` endpoint is broken #460

Closed MrNtlu closed 6 months ago

MrNtlu commented 7 months ago

Is there an existing issue for this?

Current Behavior

The API has returned an error: ErrorException Status code: 0 Message: Undefined array key "characters" Trace: /var/www/jikan-rest/vendor/illuminate/collections/Collection.php on line 1734

Expected Behavior

The API should have returned a successful response with data.

Steps To Reproduce

Http Request: `GET /v4/manga/160786/characters

Environment

- OS: Ubuntu and Windows

Anything else?

No response

pushrbx commented 6 months ago

Similar issue: #463