Closed annathecrow closed 9 years ago
Okay, so, more info (just 7 minutes later, because of course):
tag_id=Furiosa&complete=0
would return stats for Furiosa (Mad Max)
, but without filtering on completeness.tl;dr we should definitely fix 2., but I'm not sure if we can do anything with 3. Well, technically, the app does know where it gets redirected, so maybe we could get the canonical tag that way? But can we get to that info, or is that too deep inside Flask/appengine?
I decided to split this into two separate issues:
continuing there.
I wanted to work on the additional search filters, but I'm having a problem with the API - it doesn't seem to take any other parameters but the tag. I remember this used to work, and as far as I can tell from the code it's supposed to work... but it doesn't. Also, when I looked at the console I'm running the app from, there are some really weird things going on:
Gist with the log of several more GET calls.) Notice how the poolmanager.py seems to be using params from previous queries. Do we use caching? And that query we're trying to fetch is wrong, or at least AO3 thinks it is. I don't know what's going on...