Cast Details: empty array in response

Issue #76 resolved
Toco Toucan created an issue

API returns me an empty array in response to Cast Details requests. For example,

http://api.atarashiiapp.com/2/anime/cast/27631

http://myanimelistrt.azurewebsites.net/2/anime/cast/27631

Comments (4)

  1. Ratan Dhawtal

    Found the issue I think

    /anime/' . $id . '_/characters
    

    it should be

    /anime/' . $id . '/_/characters
    

    The slash is not included in the controller line 198

  2. Log in to comment