library · inferred from evidence
kagiapi
The kagiapi Python package referred to in the text.
- kagiapi Python: passing cache=True gives 500 Internal Server Error
The bug was in how the package serialized the flag: it sent the GET parameter capitalized as True/False, which the Kagi API rejects with a 500. PR #5 (merged the same day) fixed it by lowercasing the cache parameter so it goes out as true/f