Advertisement
Guest User

Untitled

a guest
Mar 21st, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. ==> pleroma
  2. Compiling 79 files (.ex)
  3.  
  4. == Compilation error in file lib/pleroma/web/channels/user_socket.ex ==
  5. ** (FunctionClauseError) no function clause matching in Keyword.get/3
  6.  
  7. The following arguments were given to Keyword.get/3:
  8.  
  9. # 1
  10. nil
  11.  
  12. # 2
  13. :enabled
  14.  
  15. # 3
  16. nil
  17.  
  18. (elixir) lib/keyword.ex:179: Keyword.get/3
  19. lib/pleroma/web/channels/user_socket.ex:8: (module)
  20. (stdlib) erl_eval.erl:670: :erl_eval.do_apply/6
  21. (elixir) lib/kernel/parallel_compiler.ex:198: anonymous fn/4 in Kernel.ParallelCompiler.spawn_workers/6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement