Bug overview description.
I was programming on a little tool for some hours now. It already worked a thousand times before, perfectly.
But from one moment to the other, the artists API seems to return always them same wrong artists when I try to get an artist by id.
Afaik, if I call for e.g. "https://e621.net/artist/index.json?id=2879", it should return exactly one artist, which is "alectorfencer". Or for "...id=658" it should return the artist adam_wan.
But no matter which id I use, i get a list of what seems to be the list of all artists in order of editing/newest (as seen on the normal artists-page: https://e621.net/artist/index), not including the wanted artist.
JSON and XML return the same.
What part(s) of the site page(s) are affected?
https://e621.net/artist/index.json?id=XXX
What is the expected behavior?
Returning a single artist with matching ID
What actual behavior is given instead?
Returning a list of wrong artists. Seemingly the list of "last edited" artists.
Time of incident (if applicable).
15:30h (MEZ)
Can you reproduce the bug every time?
Yes.
What steps did you take to replicate this bug?
- Take any browser (I tried multiple), or webfetch code in my code
- Call for example "https://e621.net/artist/index.json?id=2879"
Errors or other messages returned (if any).
No.
Updated by KiraNoot