hummingbird-me / kitsu-tools

:hammer: The tools we use to build Kitsu, the coolest platform for anime and manga
https://kitsu.io
Apache License 2.0
2.09k stars 265 forks source link

Unable to find a converter #793

Closed PedBerTor closed 7 years ago

PedBerTor commented 7 years ago

We i do get to kitsu i receive a null object. This is what i have in the console:

ADVICE: Unable to find a converter for this representation : [application/vnd.api+json]

Any solution? Thanks

cybrox commented 7 years ago

This seems to be an issue with the library you are using for parsing the response, not with the Kitsu API itself. I assume the library does not provide a default implementation (or does not know how to map) for the given data type (application/vnd.api+json) you expect and thus wants you to provide a custom converter.

There isn't too much we can do to help you with this, given we don't know what kind of software and libraries you are using for accessing the endpoint. Feel free to re-open this issue if I am wrong.