prat0318 / json_resume

Generates pretty HTML, LaTeX, markdown, with biodata feeded as input in JSON
http://prat0318.github.io/json_resume
MIT License
1.36k stars 116 forks source link

tex_pdf output raises InvalidByteSequenceError #2

Closed theronic closed 10 years ago

theronic commented 10 years ago
json_resume convert --out=tex_pdf ./petrus_resume.json

Generating the tex_pdf type... /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/json/common.rb:155:in encode': "\xE2" on US-ASCII (Encoding::InvalidByteSequenceError) from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/json/common.rb:155:ininitialize' from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/json/common.rb:155:in new' from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/json/common.rb:155:inparse' from /Library/Ruby/Gems/2.0.0/gems/json_resume-0.3.2/lib/json_resume/reader.rb:20:in initialize' from /Library/Ruby/Gems/2.0.0/gems/json_resume-0.3.2/lib/json_resume/json_resume.rb:15:innew' from /Library/Ruby/Gems/2.0.0/gems/json_resume-0.3.2/lib/json_resume/json_resume.rb:15:in initialize' from /Library/Ruby/Gems/2.0.0/gems/json_resume-0.3.2/lib/json_resume/json_resume.rb:7:innew' from /Library/Ruby/Gems/2.0.0/gems/json_resume-0.3.2/lib/json_resume/json_resume.rb:7:in new' from /Library/Ruby/Gems/2.0.0/gems/json_resume-0.3.2/bin/json_resume:121:ingenerate_file' from /Library/Ruby/Gems/2.0.0/gems/json_resume-0.3.2/bin/json_resume:76:in convert_to_tex' from /Library/Ruby/Gems/2.0.0/gems/json_resume-0.3.2/bin/json_resume:81:inconvert_to_tex_pdf' from /Library/Ruby/Gems/2.0.0/gems/json_resume-0.3.2/bin/json_resume:20:in convert' from /Library/Ruby/Gems/2.0.0/gems/thor-0.19.1/lib/thor/command.rb:27:inrun' from /Library/Ruby/Gems/2.0.0/gems/thor-0.19.1/lib/thor/invocation.rb:126:in invoke_command' from /Library/Ruby/Gems/2.0.0/gems/thor-0.19.1/lib/thor.rb:359:indispatch' from /Library/Ruby/Gems/2.0.0/gems/thor-0.19.1/lib/thor/base.rb:440:in start' from /Library/Ruby/Gems/2.0.0/gems/json_resume-0.3.2/bin/json_resume:131:in<top (required)>' from /usr/bin/json_resume:23:in load' from /usr/bin/json_resume:23:in

'

prat0318 commented 10 years ago

Try the first one from FAQs