Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. error] Ranch listener MarketPlaceDisbursementServiceWeb.Endpoint.HTTP had connection process
  2. started with :cowboy_clear:start_link/4 at #PID<0.499.0> exit with reason: {%Jason.DecodeError
  3. {data: "{ "topic": "room:marketplace_disbursement_service", "event": "inquiry_response",
  4. "payload": {}, "ref": 0 }", position: 2, token: nil}, [{Jason, :decode!, 2, [file: 'lib/jason.ex', line: 78]}, {Phoenix.Socket.V1.JSONSerializer, :decode!, 2, [file: 'lib/phoenix/socket/serializers/v1_json_serializer.ex',
  5. line: 29]}, {Phoenix.Socket, :__in__, 2, [file: 'lib/phoenix/socket.ex', line: 498]}, '{Phoenix.Endpoint.Cowboy2Handler, :websocket_handle, 2, [file: 'lib/phoenix/endpoint/cowboy2_handler.ex', line: 77]}, {:cowboy_websocket, :handler_call, 6, [file:
  6. '/Users/jaisanas/work/backend/deps/cowboy/src/cowboy_websocket.erl', line: 471]}, {:cowboy_http, :loop,
  7. 2, [file: '/Users/jaisanas/work/backend/deps/cowboy/src/cowboy_http.erl', line: 233]}, {:proc_lib,
  8. :init_p_do_apply, 3, [file: 'proc_lib.erl', line: 249]}]}
  9.  
  10. {:phoenix, "~> 1.4.0"},
  11. {:phoenix_pubsub, "~> 1.1"},
  12. {:phoenix_ecto, "~> 4.0"},
  13. {:ecto_sql, "~> 3.0"},
  14. {:postgrex, ">= 0.0.0"},
  15. {:gettext, "~> 0.11"},
  16. {:jason, "~> 1.0"},
  17. {:plug_cowboy, "~> 2.0"},
  18. {:httpoison, "~> 1.4"},
  19. {:poison, "~> 3.1"}
  20.  
  21. sh$ rm -rf _build
  22. sh$ mix phx.server
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement