fireside68

fireside68

Ranch Listener Error: Connection Process Started with :cowboy_clear:start_link/4

I’m receiving this error after sending email and redirecting to my home page:

[error] Ranch listener UnaffiliatedStudiosWeb.Endpoint.HTTP had connection process started with :cowboy_clear:start_link/4 at #PID<0.591.0> exit with reason: {:function_clause, [{:cowboy_http, :commands, [{:state, #PID<0.413.0>, UnaffiliatedStudiosWeb.Endpoint.HTTP, #Port<0.34>, :ranch_tcp, :undefined, %{env: %{dispatch: [{:_, [], [{:_, [], Phoenix.Endpoint.Cowboy2Handler, {UnaffiliatedStudiosWeb.Endpoint, []}}]}]}, stream_handlers: [:cowboy_telemetry_h, :cowboy_stream_h]}, "", %{}, {{127, 0, 0, 1}, 46282}, {{127, 0, 0, 1}, 4000}, :undefined, #Reference<0.1563623401.610533377.228710>, true, 2, {:ps_request_line, 0}, :infinity, 1, :done, 1000, [{:stream, 1, {:cowboy_telemetry_h, {:state, {:cowboy_stream_h, {:state, :undefined, UnaffiliatedStudiosWeb.Endpoint.HTTP, #PID<0.592.0>, :undefined, :undefined, :undefined, :undefined, 0, :fin, "", 212, ...}}, #Function<0.122385210/1 in :cowboy_telemetry_h."-fun.metrics_callback/1-">, :undefined, %{body_length: 212, cert: :undefined, has_body: true, headers: %{"accept" => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9", "accept-encoding" => "gzip, deflate, br", "accept-language" => "en-US,en;q=0.9", "cache-control" => "max-age=0", "connection" => "keep-alive", "content-length" => "212", "content-type" => "application/x-www-form-urlencoded", ...}, host: "localhost", method: "POST", path: "/contact", peer: {{127, 0, ...}, 46282}, pid: #PID<0.591.0>, port: 4000, qs: "", ...}, "302 Found", %{"cache-control" => "max-age=0, private, must-revalidate", "content-length" => "145", "content-type" => "text/html; charset=utf-8", "cross-origin-window-policy" => "deny", "date" => "Thu, 29 Jul 2021 17:43:43 GMT", "location" => "/", "server" => "Cowboy", "set-cookie" => ["_unaffiliated_studios_key=[REDACTED]; path=/; HttpOnly"], "x-content-type-options" => "nosniff", ...}, UnaffiliatedStudiosWeb.Endpoint.HTTP, -576460726306002000, :undefined, -576460726303071400, -576460726303071400, -576460726053841700, -576460726053841700, %{#PID<0.592.0> => %{...}}, [], ...}}, "POST", :"HTTP/1.1", :undefined, :undefined, 0, []}], [{:child, #PID<0.592.0>, 1, 5000, :undefined}]}, 1, [{:response, "302 Found", %{"cache-control" => "max-age=0, private, must-revalidate", "content-length" => "145", "content-type" => "text/html; charset=utf-8", "cross-origin-window-policy" => "deny", "date" => "Thu, 29 Jul 2021 17:43:43 GMT", "location" => "/", "server" => "Cowboy", "set-cookie" => ["_unaffiliated_studios_key=[REDACTED]; path=/; HttpOnly"], "x-content-type-options" => "nosniff", "x-download-options" => "noopen", "x-frame-options" => "SAMEORIGIN", "x-permitted-cross-domain-policies" => "none", "x-request-id" => "FpZT9Dfup7CWAXMAAAEj", "x-xss-protection" => "1; mode=block"}, ["<html><body>You are being <a href=\"/\">redirected</a>.", "<iframe hidden height=\"0\" width=\"0\" src=\"/phoenix/live_reload/frame\"></iframe>", "</body>", "</html>"]}]], [file: '/home/cedric/unaffiliated_studios/deps/cowboy/src/cowboy_http.erl', line: 957]}, {:cowboy_http, :loop, 1, [file: '/home/cedric/unaffiliated_studios/deps/cowboy/src/cowboy_http.erl', line: 257]}, {:proc_lib, :init_p_do_apply, 3, [file: 'proc_lib.erl', line: 226]}]}

While I’ve seen some similar, I haven’t seen any of them failing with :cowboy. Anyone else ever run into this sort of thing? Where even would I begin to look?

Marked As Solved

fireside68

fireside68

Sorted this one, also. Turns out, there was a second call to the redirect.

Where Next?

Popular in Questions Top

rms.mrcs
Hi, I need to transform a list of numbers into a map where the keys are the indexes and the values are the original values of the list. ...
New
vonH
In asking this question I am more interested about the expressiveness of the language itself and less concerned about the availability of...
New
hariharasudhan94
Lets say I have map like this fetching from my database %{"_id" =&gt; #BSON.ObjectId&lt;58eb1a7a9ad169198c3dXXXX&gt;, "email" =&gt; ...
New
lastday4you
I wanted to check elixir version in phoenix because i found that my elixir is 1.5 but when i use Enum.chunk_by it said the function is un...
New
sergio_101
I am VERY much an elixir newbie. I have taken one elixir course and one phoenix course on Udemy. During that course, I saw the instructor...
New
shijith.k
I am trying to start a new phoenix project with elixir 1.9, but mix phx.new does not work. It says that ** (Mix) The task "phx.new" could...
New
Patoshizzle
After calling mix ecto.create I get this error: 17:00:32.162 [error] GenServer #PID&lt;0.412.0&gt; terminating ** (Postgrex.Error) FATAL...
New

Other popular topics Top

nsuchy
Hi. I’ve noticed that Windows Powershell has it’s own IEX command and you cannot access Elixir’s IEX due to the conflict. This isn’t a cr...
New
chrismccord
Phoenix 1.4.0 released Phoenix 1.4 is out! This release ships with exciting new features, most notably with HTTP2 support, improved deve...
688 31586 112
New
alice
Hey, Just curious what are the main benefits of Elixir compared to Clojure? When is Elixir more useful than Clojure and vice versa? Th...
New
siddhant3030
Hi, I have to write a raw query for one of my project. But till now I have used ecto queries and don’t have much experience writing raw ...
New
romenigld
I am trying to run a deploy with docker and I successfully runned with this command: docker build -t romenigld/blog-prod . but when I t...
New
AstonJ
Posting this to see if we can make things easier for people to get into Neovim. If you use Neovim and have a favourite distro please let ...
New

We're in Beta

About us Mission Statement