jikan-me / jikan-rest

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

🐛 MangaTypeEnum has duplicate labels #479

Closed wsu808 closed 5 months ago

wsu808 commented 5 months ago

🐛 [OFFICIAL] Generated Issue: DuplicateLabelsException

Is there an existing issue for this?

Current Behavior

The API has returned an error: Spatie\Enum\Exceptions\DuplicateLabelsException Status code: 0 Message: There are duplicated labels in the label map of `App\Enums\MangaTypeEnum::labels()```` Trace:/var/www/jikan-rest/vendor/spatie/enum/src/Enum.php on line 316```

Expected Behavior

The API should have returned a successful response with data.

Steps To Reproduce

Http Request: `GET /v4/manga?q=konosuba&type=lightnovel

Environment

Used public API

Anything else?

This get request was working as expected in the past