griffithlab / civicpy

A python interface for the CIViC db application
MIT License
8 stars 5 forks source link

civic.load_cache() is broken #141

Closed mapo9 closed 1 year ago

mapo9 commented 1 year ago

Hi, since today civic.load_cache() doesnt work. It doesn't fail but ends in the following loop that goes on and on and on:

WARNING:root:Local cache at /Users/students/.civicpy/cache.pkl is stale, updating from remote. WARNING:root:Downloading remote cache from https://civicdb.org/downloads/nightly/nightly-civicpy_cache.pkl. WARNING:root:Local cache at /Users/students/.civicpy/cache.pkl is stale, updating from remote. WARNING:root:Downloading remote cache from https://civicdb.org/downloads/nightly/nightly-civicpy_cache.pkl. WARNING:root:Local cache at /Users/students/.civicpy/cache.pkl is stale, updating from remote. WARNING:root:Downloading remote cache from https://civicdb.org/downloads/nightly/nightly-civicpy_cache.pkl.

susannasiebert commented 1 year ago

Thanks for reporting this problem with us. The remote cache pkl file has been regenerated, which should fix this issue. Please give it another try and let me know if you run into any issues.

mapo9 commented 1 year ago

Thanks. It's working again