Strange Issues

Issue #69 resolved
James created an issue
  1. For some titles (e.g. Working!!!), it no longer produces the search results, but gives an error:

Get https://malapiv2.ateliershiori.moe/anime/search?q=working!!!

Output: { "error": { "message": "Internal Server Error", "code": 500 } }

  1. Getting the status causes a 500 Internal Server Error too

Get: https://malapiv2.ateliershiori.moe/anime/25879?mine=1 (Basic Auth credentials entered)

{ "error": { "message": "Internal Server Error", "code": 500 } }

I'm using the latest version and it was working last week. Something must have broke.

Comments (5)

  1. Ratan Dhawtal

    7fc2e28 Fixed this. It is on the Develop branch but we will release a new version soon. You can just use it.

    The Dev branch is compatible with API 1. If you just use the normal urls you should not notice any format changes.

  2. James reporter

    It appears that I unzipped the wrong zip file, which contained an older version without realizing it. Now it works.

  3. Log in to comment