tommeagher / heroku_ebooks

An archive of a script to generate Markov chains and to post to an _ebooks account on Twitter using Heroku. No longer actively supported.
264 stars 163 forks source link

Sorry, that page does not exist - When running ebooks.py #12

Closed ghost closed 8 years ago

ghost commented 8 years ago

When I run ebooks.py with DEBUG set to true, and 3 twitter accounts in source - i recieve this error. It is successfully authenticating but failing to find...somewhere? I don't know enough python to work it out.

tommeagher commented 8 years ago

Jim, did you figure this out?

ghost commented 8 years ago

Hey - it turned out to be related to the "Less than 3600 tweets" issue - when I removed two of the accounts and added one that has 76k it worked - when I added the other two in any combination I would recieve this error. So ultimately, user error rather than code :) Thanks for responding.

tommeagher commented 8 years ago

Ahhh, that makes sense. I've been wanting to go back and fix that so it supports smaller accounts. This will help me prioritize that issue. Glad this is helpful.

ghost commented 8 years ago

Yeah - i'm gonna take a look and try and re-write myself so I understand what it does but it definitely seems related to that issue.