peeter123 / digikey-api

Python module for the Digikey PartSearch API
GNU General Public License v3.0
84 stars 35 forks source link

Oauth2 token storage does not exist or malformed, creating new. #46

Closed couchj closed 1 year ago

couchj commented 1 year ago

I get this error when I first run the Digikey program and it looks like it just stalls out in api.py.

Do I have a missing environment variable? I just created a directory called cache_dir and didn't change the DIGIKEY_STORAGE_PATH at all.

couchj commented 1 year ago

Nevermind. I had the cache_dir in one directory too high. It works, now.