LiveTable error on a very simple starter project: 1st argument: not a textual representation of an integer

I am trying to get into LiveTable, which looks fantastic and has great documentation. Unfortunately, I seem not to be able to get a basic project working.

I have this starter here. I used a very simple schema and am only trying to display a table based on that schema, without any complex query. I am modeling it roughly after what I saw in the live_table demo here.

When I try to access the liveview, I get this error:

I’m now sure what else to simplify to narrow the problem down. I add debugging for livetable per the troubleshooting guide, but I don’t see anything show up in the logs.

1 Like

Firstly, thanks for the compliments! Glad you like it :grin:
There was an issue in v0.3.1 which required user to explicitly pass table_options.

This bug was fixed in v0.4.0 which was released yesterday.
You can pull from hex and try it out.

I will be able to jump back in to try it out soon. Thank you!