-
Notifications
You must be signed in to change notification settings - Fork 27
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
examples.export_retweet_text() is throwing a peewee error. Unsure how to debug. #17
Comments
Hi @Vix18, it seems your database is either empty or you are attempting to get a non-existing tweet. TweetDoesNotExist (that's the exception's name). You could verify whether there are any tweets stored in the DB by opening an interactive python shell, importing the DB script and querying manually, i.e. along these lines:
etc. |
Thanks - that makes sense; the database is there but I wasn't able to hydrate all of them; this function must be looking for one of the missing tweets. |
Did you find/fix the error? If there is a problem replicating the basic examples from the tutorial using our dehydrated data, I'd love to know and fix that. |
thanks pascale: i was able to rehydrate but not the whole set: i got up to
590000 but couldn't do more than that.
…On Wed, Jun 20, 2018 at 3:53 PM, Pascal Jürgens ***@***.***> wrote:
Did you find/fix the error? If there is a problem replicating the basic
examples from the tutorial using our dehydrated data, I'd love to know and
fix that.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#17 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AhU3AuH_nlM0xa1hOzVmiT3nd01K5BNqks5t-mIAgaJpZM4Upxti>
.
|
I'm going through the tutorial but the export_retweet_text function is throwing an error in peewee. As I'm not familiar with SQL syntax or the peewee library I wondered if someone could give me a hint on debugging or resolving this issue?
here's my input. All the other functions so far have worked fine.
examples.export_retweet_text()
and here's the error message I get:
The text was updated successfully, but these errors were encountered: