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

Error #22

Closed joelcava96 closed 7 years ago

joelcava96 commented 7 years ago

sorry, i have no idea of what i have to do with this Running worker on ⬢ lit-bayou-19362... up, run.6460 (Free) Traceback (most recent call last): File "ebooks.py", line 7, in from local_settings import * File "/app/local_settings.py", line 11 SyntaxError: Non-ASCII character '\xe2' in file /app/local_settings.py on line 11, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details

tommeagher commented 7 years ago

Hi @joelcava96. I think this is the same problem as #17. It seems some stray invisible characters snuck in your settings file somehow. Can you try the solutions here and see if those work? I'm going to close this issue as a duplicate, but if it doesn't work, feel free to report back in issue #17.