timescale / nft-starter-kit

Timescale NFT Starter Kit
https://docs.timescale.com/timescaledb/latest/tutorials/analyze-nft-data/
115 stars 26 forks source link

Data ingestion script gives KeyError #15

Closed hwixley closed 2 years ago

hwixley commented 2 years ago

Hi there!

I have done all the setup for this project (installed postgreSQL & timescaleDB, connected to timescaleDB cloud instance, and set up config.py). However, upon execution I got a KeyError:

nft-scraper-issue

Do you know what went wrong and how I could fix this?

Thanks!

zseta commented 2 years ago

Hi @hwixley ! When did you clone the repo? I've very recently pushed a fix for this problem. I suggest doing a pull and reinstall requirements:

git pull
source env/bin/activate
pip install -r requirements.txt
hwixley commented 2 years ago

Yes this worked!! Thanks so much @zseta :rocket: