Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

summary.db empty #6

Open
littleskunk opened this issue Mar 18, 2016 · 1 comment
Open

summary.db empty #6

littleskunk opened this issue Mar 18, 2016 · 1 comment

Comments

@littleskunk
Copy link
Contributor

summary.db is empty and if i follow the readme i get more than one error message:
https://github.com/Storj/driveshare-graph/blob/master/README.rst#deploy

First try: python update_summary.py (updatesummary.py doesn't exists)
sqlite3.OperationalError: no such table: summaries?
Reason: summary.db is empty. There is a create table function but that is never called.

I called the table create function myself but here comes the next error: TypeError: must be string, not None
Reason: table summaries is empty but the update_summary script selects max(date)

sqlite> INSERT INTO summaries (auth_address, date,payout_address, uptime, duration, height)VALUES ("any address", "2016-03-18 00:00:00", "any address", 0, 0 ,0)

@littleskunk
Copy link
Contributor Author

#5 will fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant