Closed kuruoujou closed 10 years ago
For reference, when the port is changed, the result is
App 28937 stdout:
App 28920 stderr: cache: [GET /anime/search?q=haruhi] reload, ignore, store
Hmm...actually, it looks like it might only be the /anime/search call that's causing this, was there a change MAL-side?
Affected API calls:
Looks like something may have changed mal-side that's breaking the API. I'm going to look around at a few other groups that I know are using their own copy of the API to see what I see. I did find a more up-to-date fork of it, but unfortunately it doesn't quite work - it always responds "malformed url". Anyway, this looks different from the original issue.
Problem solved! Indeed, there was a change mal-side. It looks like the results page now returns relative links instead of absolute links (e.g. /anime/18679/Kill_la_Kill instead of http://myanimelist.net/anime/18679/Kill_la_Kill), which caused the scrapers to fail. I've made a manual change, since it looks like upstream isn't maintained anymore and the current fork I've found isn't working properly, but hopefully soon I can switch to a more actively maintained fork.
Anyway, this is closed. If you have specific questions, comments, or concerns about the fix, please don't hesitate to let me know.
There is not an update to the addon itself, it should just start working again. It should now be able to locate show names and IDs on MAL again.
xbmal is having issues performing public API calls, like /search, for an unknown reason. Right now the responses are blank. My first thought was something similar to the issue while setting up the api (with my api key), but unfortunately (fortunately?) that is not the case. I'm seeing the following error, it looks like the problem seems to be with memcached, but I'm still working on it. If you have any ideas, please let me know here.
This results in an empty list being returned (
[]
). Replacing the dalli configuration for production to be port "11211", the memcached port, does prevent this message but does not change the output. However, it has not been that way since the server's creation, so I'm curious as to what might have changed now to cause the issue.