odd

odd

Hey!

I can’t get LiveViewNative running :weary: the following error pops up when running mix.

== Compilation error in file lib/live_view_native/component.ex ==
** (CaseClauseError) no case clause matching: :text
    (phoenix_live_view 1.0.4) lib/phoenix_live_view/tokenizer.ex:117: Phoenix.LiveView.Tokenizer.tokenize/5
    lib/live_view_native/tag_engine.ex:33: LiveViewNative.TagEngine.handle_text/3
    (eex 1.17.3) lib/eex/compiler.ex:317: EEx.Compiler.generate_buffer/4
    expanding macro: LiveViewNative.Component.sigil_LVN/2
    lib/live_view_native/component.ex:315: LiveViewNative.Component.csrf_token/1
could not compile dependency :live_view_native, "mix compile" failed. Errors may have been logged above. You can recompile this dependency with "mix deps.compile live_view_native --force", update it with "mix deps.update live_view_native" or clean it with "mix deps.clean live_view_native"

I’m running the latest versions of everything.

Thank you!

Showing Posts 1 to 5

ruslandoga

ruslandoga

:wave:

Might be related: Track braces state in tokenizer, closes #3613 · phoenixframework/phoenix_live_view@603c8ec · GitHub

Maybe lowering phoenix_live_view version to 1.0.1 would make it work?


Also it might make sense to open an issue on GitHub - liveview-native/live_view_native: A framework for building native applications with Phoenix LiveView · GitHub since they might need to update something to adapt to that {:text, braces} phoenix_live_view commit.

UPDATE: Ah, maybe they already have: LiveView 1.0.2 · liveview-native/live_view_native@ebaa67b · GitHub – are you certain you are using the latest live_view_native?

odd

odd OP

Oh I see, downgrading to 1.0.1 does work. I’m using the live_view_native versions mentioned in the readme

  live_view_native 0.4.0-rc.0
  live_view_native_live_form 0.4.0-rc.0
  live_view_native_stylesheet 0.3.2
  live_view_native_swiftui 0.4.0-rc.0

but it’s behind main, so I don’t have the commit you linked. Anyhow, this solves the issue, thanks a lot!

eliomags

eliomags

it didn’t help me i tried all 1.o.o 1.o.1 and 1.o.2 still getting the same error as when i have 1.0.4

== Compilation error in file lib/live_view_native/component.ex ==
** (CaseClauseError) no case clause matching: :text
(phoenix_live_view 1.0.4) lib/phoenix_live_view/tokenizer.ex:117: Phoenix.LiveView.Tokenizer.tokenize/5
lib/live_view_native/tag_engine.ex:33: LiveViewNative.TagEngine.handle_text/3
(eex 1.17.3) lib/eex/compiler.ex:317: EEx.Compiler.generate_buffer/4
expanding macro: LiveViewNative.Component.sigil_LVN/2
lib/live_view_native/component.ex:315: LiveViewNative.Component.csrf_token/1
could not compile dependency :live_view_native, “mix compile” failed. Errors may have been logged above. You can recompile this dependency with “mix deps.compile live_view_native --force”, update it with “mix deps.update live_view_native” or clean it with “mix deps.clean live_view_native”

defp deps do
    [
      {:httpoison, "~> 1.8"},
      {:bcrypt_elixir, "~> 3.0"},
      {:phoenix, "~> 1.7.20"},
      {:phoenix_ecto, "~> 4.4"},
      {:ecto_sql, "~> 3.10"},
      {:postgrex, ">= 0.0.0"},
      {:phoenix_html, "~> 4.0"},
      {:phoenix_live_reload, "~> 1.4", only: :dev},
      {:phoenix_live_view, "~> 1.0.4"},
      {:floki, ">= 0.36.0", only: :test},
      {:phoenix_live_dashboard, "~> 0.8.3"},
      {:esbuild, "~> 0.8", runtime: Mix.env() == :dev},
      {:tailwind, "~> 0.2", runtime: Mix.env() == :dev},
      {:heroicons,
       github: "tailwindlabs/heroicons",
       tag: "v2.1.1",
       sparse: "optimized",
       app: false,
       compile: false,
       depth: 1},
      {:swoosh, "~> 1.5"},
      {:finch, "~> 0.13"},
      {:telemetry_metrics, "~> 0.6"},
      {:telemetry_poller, "~> 1.0"},
      {:gettext, "~> 0.20"},
      {:jason, "~> 1.2"},
      {:dns_cluster, "~> 0.1.1"},
      {:bandit, "~> 1.2"},
      {:timex, "~> 3.7"},
      {:phoenix_html_helpers, "~> 1.0"},
      {:live_view_native, "~> 0.4.0-rc.0"},
      {:live_view_native_stylesheet, "~> 0.3.2"},
      {:live_view_native_swiftui, "~> 0.4.0-rc.0"},
      {:live_view_native_live_form, "~> 0.4.0-rc.0"},
    ]
  end
eliomags

eliomags

only after i made it strict to 1.0.1 it worked Strange
{:phoenix_live_view, “== 1.0.1”},

kklisura

kklisura

Can you post results of mix deps.tree (without this new change). Is it possible that some other dependency forced some specific version?

— All posts loaded —

Where Next? Top

Trending in Questions Top

Blokh
Hey guys, I’ve got a huge CSV ( around 10 GB ) that needs to be processed hourly Do you guys have any suggestions what is the best prac...
New
kszambelanczyk
Hello! Could someone please give me a help/sample code, how to delete a file from s3 using waffle/waffle_ecto from Phoenix app. I creat...
New
RemyXRenard
I’m seeing that a list inside a Kino.DataTable will be interpreted as a charlist, even if the Kino.configure() is set to charlists: :as_l...
New
matt-savvy
Anyone here using Honeybadger? My Honeybadger account is being overwhelmed with noise from some bots. Seeing a lot of Bandit.HTTPError...
New
velrest
So my question is quite simple and i have found no conclusive answer on forum, google or AI. Should we use :erlang.float for Integer to ...
New
samoloth
Hi, I’ve just set up an application with ash_authentication. There is only magic link strategy for now, so there is no confirmation add o...
New
FlyingNoodle
If a change or preparation module uses Ash.Changeset.get_argument/2 or Ash.Query.get_argument/2 (or any of the other get_argument functio...
New

Other Trending Topics Top

mudasobwa
I am happy to introduce the very α version of the new programming language compiled to BEAM. Welcome Cure. It has literally three kille...
New
garrison
Hobbes is a low-level distributed database for the Elixir programming language. Hobbes provides a simple, safe, and scalable storage lay...
New
jimsynz
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
mcass19
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
Damirados
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve. They are GUI (Emerge) and State management (S...
New
netoum
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews