Skip to content

Instantly share code, notes, and snippets.

@celediel
Created June 20, 2011 05:35
Show Gist options
  • Save celediel/1035176 to your computer and use it in GitHub Desktop.
Save celediel/1035176 to your computer and use it in GitHub Desktop.
bah
(git)-[master] % git push origin master
bread@xales.info's password:
Counting objects: 6, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (4/4), done.
Writing objects: 100% (4/4), 423 bytes, done.
Total 4 (delta 2), reused 0 (delta 0)
remote: From /home/bread/ashleyblog
remote: 5f2865a..1cdb4f9 master -> origin/master
remote: Updating 5f2865a..1cdb4f9
remote: Fast-forward
remote: _posts/008-Post-8.markdown | 6 ++++++
remote: 1 files changed, 6 insertions(+), 0 deletions(-)
remote: create mode 100644 _posts/008-Post-8.markdown
remote: ERROR:blogofile.post:Error reading post: _posts/003 - post 3 - unicode test - ??? test.markdown
remote: Traceback (most recent call last):
remote: File "_controllers/blog/post.py", line 328, in parse_posts
remote: src = open(post_path, "r").read().decode(
remote: UnicodeEncodeError: 'ascii' codec can't encode characters in position 37-39: ordinal not in range(128)
remote: Traceback (most recent call last):
remote: File "/usr/bin/blogofile", line 9, in <module>
remote: load_entry_point('Blogofile==0.7.1', 'console_scripts', 'blogofile')()
remote: File "/usr/lib/python2.7/site-packages/blogofile/main.py", line 135, in main
remote: args.func(args)
remote: File "/usr/lib/python2.7/site-packages/blogofile/main.py", line 201, in do_build
remote: writer.write_site()
remote: File "/usr/lib/python2.7/site-packages/blogofile/writer.py", line 52, in write_site
remote: self.__run_controllers()
remote: File "/usr/lib/python2.7/site-packages/blogofile/writer.py", line 136, in __run_controllers
remote: controller.run_all()
remote: File "/usr/lib/python2.7/site-packages/blogofile/controller.py", line 203, in run_all
remote: controller.run()
remote: File "_controllers/blog/__init__.py", line 25, in run
remote: blog.posts = post.parse_posts("_posts")
remote: File "_controllers/blog/post.py", line 328, in parse_posts
remote: src = open(post_path, "r").read().decode(
remote: UnicodeEncodeError: 'ascii' codec can't encode characters in position 37-39: ordinal not in range(128)
To xales:ashleyblog.git
5f2865a..1cdb4f9 master -> master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment