jagracar / hen-utils

Some utility methods to get information about the hic et nunc art platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

money_spent is zero

mattdesl opened this issue · comments

Thanks for the data! It's great.

I'd like to write some simple scripts on the JSON files (haven't managed to pull directly from chain yet, running into some SSL errors trying to use your other scripts), but it seems all the money_spent is zero. Any ideas on that?

Ok managed to fix the SSL actually - here's what helped:
https://stackoverflow.com/questions/52805115/certificate-verify-failed-unable-to-get-local-issuer-certificate

And as a result I see the money amounts now, it just seemed like it isn't there in the static data that's in the repo right now. :)

Hi! Good that you solved it. Yes, I clean the money_spent to avoid having constant changes in github and to reduce the file size.

https://github.com/jagracar/hen-utils/blob/main/python/henUtils/downloadPatronsMetadata.py#L50

Don't rely too much on those files, since they are not always up to date. It depends on when I find some free time to update them.