RyanS

RyanS

Bandit.HTTP1.Handler received... {:now_available, #Reference<>}

  • Phoenix version: 1.7.11

  • Elixir version 1.16.1
    I’m pretty noobie, and I’m trying to figure out LiveView and Phoenix. I generated a new LiveView with mix phx.gen.live and got it all set up so I can create new stuff. When I create one, though, I get the following error:

    [error] Bandit.HTTP1.Handler pid<0.2349.0> received unexpected message in handle_info/2: {:now_available, reference<0.1391554934.1696071681.216453>}

    [error] Bandit.HTTP1.Handler pid<0.2349.0> received unexpected message in handle_info/2: {:now_available, reference<0.1391554934.1696071681.216994>}

I must be missing it, but I can’t find much documentation for what the :now_available is for, and how I should handle it. Any guidance? Thanks!

Marked As Solved

josevalim

josevalim

Creator of Elixir

I double checked and this shoukd have been fixed on 1.7,11. If it persists please file an issue.

Where Next?

Popular in Questions Top

hariharasudhan94
lets say i have a sample like a = 20; b = 10; if (a &gt; b) do {:ok, "a"} end if (a &lt; b) do {:ok, b} end if (a == b) do {:ok, "equa...
New
Emily
I have VueJS GUIs with the project generated using Webpack. I have Elixir modules that will need to be used by the VueJS GUIs. I forese...
New
skosch
To my knowledge, put_in, Map.update etc. all have the one limitation of not automatically creating intermediate keys when needed (for exa...
New
Darmani72
If I have a post route which an argument: post /my_post_route/:my_param1, MyController.my_post_handler How would get the post params ...
New
sen
Hi All, I set a environment variables in dev.exs , like below code. when i start server, how can i set the ${enable} value? thanks. d...
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
WestKeys
Currently suffering from paralysis by [HTTP client] analysis. This is rather unusual in Elixirland as there tends to be consensus on the ...
New

Other popular topics Top

stefanchrobot
What’s the safe way to decode a JSON string into a struct? I want to avoid calling String.to_atom. Jason.decode can give me a map with st...
New
dokuzbir
I want to highlight html closing tags when i click a html tag. That works in .html files but doesnt work for html.eex templates. How can...
New
AstonJ
Seen any cool LiveView demos, sample apps or examples? Please post them here! :003:
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
sergio
Kind of like when jquery came out, it was super necessary. Existing drag and drop libraries have a bunch of baggage to support old browse...
New
senggen
Erlang/OTP 25 [erts-13.2.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] 15:22:35.803 [error] gen_event {lager_file_backend...
New