Skip to content

Instantly share code, notes, and snippets.

@niieq
Created May 9, 2016 01:46
Show Gist options
  • Select an option

  • Save niieq/6db9a67e973ca01b191afd941b470b32 to your computer and use it in GitHub Desktop.

Select an option

Save niieq/6db9a67e973ca01b191afd941b470b32 to your computer and use it in GitHub Desktop.

== Compilation error on file web/views/todo_view.ex == ** (UnicodeConversionError) invalid encoding starting at <<153, 0, 0, 0, 29, 0, 0, 0, 13, 1, 16, 153, 16, 2, 18, 34, 0, 1, 32, 64, 71, 0, 3, 19, 1, 48, 153, 32, 2, 18, 50, 0, 1, 64, 64, 2, 3, 19, 1, 80, 153, 48, 2, 18, 66, 0, 1, 96, 64, 2, ...>> (elixir) lib/string.ex:1634: String.to_char_list/1 (eex) lib/eex/tokenizer.ex:20: EEx.Tokenizer.tokenize/3 (eex) lib/eex/compiler.ex:16: EEx.Compiler.compile/2 (phoenix) lib/phoenix/template.ex:321: Phoenix.Template.compile/2 (phoenix) lib/phoenix/template.ex:154: Phoenix.Template."-MACRO-before_compile/2-fun-0-"/3 (elixir) lib/enum.ex:1473: Enum."-reduce/3-lists^foldl/2-0-"/3 (phoenix) expanding macro: Phoenix.Template.before_compile/1 web/views/todo_view.ex:1: Jokes.TodoView (module) (elixir) lib/kernel/parallel_compiler.ex:100: anonymous fn/4 in Kernel.ParallelCompiler.spawn_compilers/8

== Compilation error on file web/views/layout_view.ex == ** (UnicodeConversionError) invalid encoding starting at <<212, 66, 69, 65, 77, 65, 116, 111, 109, 0, 0, 1, 178, 0, 0, 0, 32, 73, 116, 101, 109, 112, 108, 97, 116, 101, 95, 99, 97, 52, 56, 102, 50, 97, 102, 57, 55, 99, 54, 48, 98, 100, 56, 99, 53, 52, 101, 97, 55, 101, ...>> (elixir) lib/string.ex:1634: String.to_char_list/1 (eex) lib/eex/tokenizer.ex:20: EEx.Tokenizer.tokenize/3 (eex) lib/eex/compiler.ex:16: EEx.Compiler.compile/2 (phoenix) lib/phoenix/template.ex:321: Phoenix.Template.compile/2 (phoenix) lib/phoenix/template.ex:154: Phoenix.Template."-MACRO-before_compile/2-fun-0-"/3 (elixir) lib/enum.ex:1473: Enum."-reduce/3-lists^foldl/2-0-"/3 (phoenix) expanding macro: Phoenix.Template.before_compile/1 web/views/layout_view.ex:1: Jokes.LayoutView (module) (elixir) lib/kernel/parallel_compiler.ex:100: anonymous fn/4 in Kernel.ParallelCompiler.spawn_compilers/8

== Compilation error on file web/views/page_view.ex == ** (UnicodeConversionError) invalid encoding starting at <<177, 0, 0, 0, 32, 73, 116, 101, 109, 112, 108, 97, 116, 101, 95, 57, 99, 51, 52, 56, 99, 53, 99, 48, 97, 53, 52, 51, 100, 54, 48, 102, 49, 99, 50, 56, 55, 55, 102, 56, 51, 53, 100, 102, 51, 51, 48, 49, 97, 48, ...>> (elixir) lib/string.ex:1634: String.to_char_list/1 (eex) lib/eex/tokenizer.ex:20: EEx.Tokenizer.tokenize/3 (eex) lib/eex/compiler.ex:16: EEx.Compiler.compile/2 (phoenix) lib/phoenix/template.ex:321: Phoenix.Template.compile/2 (phoenix) lib/phoenix/template.ex:154: Phoenix.Template."-MACRO-before_compile/2-fun-0-"/3 (elixir) lib/enum.ex:1473: Enum."-reduce/3-lists^foldl/2-0-"/3 (phoenix) expanding macro: Phoenix.Template.before_compile/1 web/views/page_view.ex:1: Jokes.PageView (module) (elixir) lib/kernel/parallel_compiler.ex:100: anonymous fn/4 in Kernel.ParallelCompiler.spawn_compilers/8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment