Skip to content

invalid byte sequence in UTF-8 #3

@henry74

Description

@henry74

Getting the following error when attempting to run the rake task - any ideas?

bundle exec rake notes --trace
/home/hhwangbo/Documents/EmergingTechRadar/vendor/ruby/1.9.1/gems/calais-0.0.13/lib/calais.rb:5:in <top (required)>': iconv will be deprecated in the future, use String#encode instead. ** Invoke notes (first_time) ** Execute notes rake aborted! invalid byte sequence in UTF-8 /home/hhwangbo/Documents/EmergingTechRadar/vendor/ruby/1.9.1/gems/annotations-0.1.2/lib/annotations/extractor.rb:96:in=~'
/home/hhwangbo/Documents/EmergingTechRadar/vendor/ruby/1.9.1/gems/annotations-0.1.2/lib/annotations/extractor.rb:96:in block in extract_annotations_from' /home/hhwangbo/Documents/EmergingTechRadar/vendor/ruby/1.9.1/gems/annotations-0.1.2/lib/annotations/extractor.rb:94:ineach'
/home/hhwangbo/Documents/EmergingTechRadar/vendor/ruby/1.9.1/gems/annotations-0.1.2/lib/annotations/extractor.rb:94:in inject' /home/hhwangbo/Documents/EmergingTechRadar/vendor/ruby/1.9.1/gems/annotations-0.1.2/lib/annotations/extractor.rb:94:inextract_annotations_from'
/home/hhwangbo/Documents/EmergingTechRadar/vendor/ruby/1.9.1/gems/annotations-0.1.2/lib/annotations/extractor.rb:73:in block in find_in' /home/hhwangbo/Documents/EmergingTechRadar/vendor/ruby/1.9.1/gems/annotations-0.1.2/lib/annotations/extractor.rb:69:inglob'
/home/hhwangbo/Documents/EmergingTechRadar/vendor/ruby/1.9.1/gems/annotations-0.1.2/lib/annotations/extractor.rb:69:in find_in' /home/hhwangbo/Documents/EmergingTechRadar/vendor/ruby/1.9.1/gems/annotations-0.1.2/lib/annotations/extractor.rb:56:inblock in find'
/home/hhwangbo/Documents/EmergingTechRadar/vendor/ruby/1.9.1/gems/annotations-0.1.2/lib/annotations/extractor.rb:56:in each' /home/hhwangbo/Documents/EmergingTechRadar/vendor/ruby/1.9.1/gems/annotations-0.1.2/lib/annotations/extractor.rb:56:ininject'
/home/hhwangbo/Documents/EmergingTechRadar/vendor/ruby/1.9.1/gems/annotations-0.1.2/lib/annotations/extractor.rb:56:in find' /home/hhwangbo/Documents/EmergingTechRadar/vendor/ruby/1.9.1/gems/annotations-0.1.2/lib/annotations/extractor.rb:40:inenumerate'
/home/hhwangbo/Documents/EmergingTechRadar/vendor/ruby/1.9.1/gems/annotations-0.1.2/lib/annotations/rake_task.rb:26:in block in define' /home/hhwangbo/Documents/EmergingTechRadar/vendor/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/task.rb:205:incall'
/home/hhwangbo/Documents/EmergingTechRadar/vendor/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/task.rb:205:in block in execute' /home/hhwangbo/Documents/EmergingTechRadar/vendor/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/task.rb:200:ineach'
/home/hhwangbo/Documents/EmergingTechRadar/vendor/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/task.rb:200:in execute' /home/hhwangbo/Documents/EmergingTechRadar/vendor/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/task.rb:158:inblock in invoke_with_call_chain'
/home/hhwangbo/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/monitor.rb:211:in mon_synchronize' /home/hhwangbo/Documents/EmergingTechRadar/vendor/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/task.rb:151:ininvoke_with_call_chain'
/home/hhwangbo/Documents/EmergingTechRadar/vendor/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/task.rb:144:in invoke' /home/hhwangbo/Documents/EmergingTechRadar/vendor/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/application.rb:116:ininvoke_task'
/home/hhwangbo/Documents/EmergingTechRadar/vendor/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/application.rb:94:in block (2 levels) in top_level' /home/hhwangbo/Documents/EmergingTechRadar/vendor/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/application.rb:94:ineach'
/home/hhwangbo/Documents/EmergingTechRadar/vendor/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/application.rb:94:in block in top_level' /home/hhwangbo/Documents/EmergingTechRadar/vendor/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/application.rb:133:instandard_exception_handling'
/home/hhwangbo/Documents/EmergingTechRadar/vendor/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/application.rb:88:in top_level' /home/hhwangbo/Documents/EmergingTechRadar/vendor/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/application.rb:66:inblock in run'
/home/hhwangbo/Documents/EmergingTechRadar/vendor/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/application.rb:133:in standard_exception_handling' /home/hhwangbo/Documents/EmergingTechRadar/vendor/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/application.rb:63:inrun'
/home/hhwangbo/Documents/EmergingTechRadar/vendor/ruby/1.9.1/gems/rake-0.9.2.2/bin/rake:33:in <top (required)>' /home/hhwangbo/Documents/EmergingTechRadar/vendor/ruby/1.9.1/bin/rake:23:inload'
/home/hhwangbo/Documents/EmergingTechRadar/vendor/ruby/1.9.1/bin/rake:23:in `

'
Tasks: TOP => notes

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions