Skip to content

Instantly share code, notes, and snippets.

@olivermt
Created March 29, 2017 06:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olivermt/2868aa2c457f561fc9be735b409ac9ee to your computer and use it in GitHub Desktop.
Save olivermt/2868aa2c457f561fc9be735b409ac9ee to your computer and use it in GitHub Desktop.
[error] 05:59:13.770 Error in process #PID<0.22274.1> on node :"core@10.0.2.143" with exit value:
{:function_clause,
[{:cowboy_protocol, :parse_method,
["",
{:state, #Port<0.52289>, :ranch_tcp, [:cowboy_router, :cowboy_handler],
false,
[listener: Core.Endpoint.HTTP,
dispatch: [{:_, [],
[{["ws", "v1", "client", "websocket"], [],
Phoenix.Endpoint.CowboyWebSocket,
{Phoenix.Transports.WebSocket,
{Core.Endpoint, Core.Client.Socket, :websocket}}},
{:_, [], Plug.Adapters.Cowboy.Handler, {Core.Endpoint, []}}]}]],
:undefined, :undefined, 5, 1, 100, 4096, 64, 4096, 100, 5000,
1490767158770}, "\\#ST\n"],
[file: '/home/ubuntu/core/deps/cowboy/src/cowboy_protocol.erl', line: 168]}]}
[error] 05:59:13.771 Ranch protocol #PID<0.22274.1> (:cowboy_protocol) of listener Core.Endpoint.HTTP terminated
** (exit) an exception was raised:
** (FunctionClauseError) no function clause matching in :cowboy_protocol.parse_method/3
(cowboy) /home/ubuntu/core/deps/cowboy/src/cowboy_protocol.erl:168: :cowboy_protocol.parse_method("", {:state, #Port<0.52289>, :ranch_tcp, [:cowboy_router, :cowboy_handler], false, [listener: Core.Endpoint.HTTP, dispatch: [{:_, [], [{["ws", "v1", "client", "websocket"], [], Phoenix.Endpoint.CowboyWebSocket, {Phoenix.Transports.WebSocket, {Core.Endpoint, Core.Client.Socket, :websocket}}}, {:_, [], Plug.Adapters.Cowboy.Handler, {Core.Endpoint, []}}]}]], :undefined, :undefined, 5, 1, 100, 4096, 64, 4096, 100, 5000, 1490767158770}, "\\#ST\n")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment