Metron-Project / Simyan

A Python wrapper for the Comicvine API.
https://pypi.org/project/simyan
GNU General Public License v3.0
11 stars 2 forks source link

[BUG] no such column: query_date #175

Closed zachstultz closed 9 months ago

zachstultz commented 10 months ago

Keep getting no such column: query_date error when trying to search comic vine, using the latest 1.2.0 version as well. Double checked my api_key value as well and it's good.

session = Comicvine(api_key=api_key, cache=SQLiteCache())
Buried-In-Code commented 9 months ago

That appears to be an issue with the cache, you should just need to delete the cache file, which is located in {HOME}/.cache/simyan. I did a rework of the cache in v0.13.0, so if you've updated from a previous version that'll be why.

Let me know if you have any other issues

zachstultz commented 9 months ago

Fixed with no cache, apologies for the confusion, I genuinely thought it was a bug initially.