cldellow / datasette-ui-extras

Add editing UI and other power-user features to Datasette.
Apache License 2.0
12 stars 1 forks source link

bug with datasette-cluster-map #45

Closed cldellow closed 1 year ago

cldellow commented 1 year ago

I enabled datasette-cluster-map.

Visiting https://dux.fly.dev/parquet/geonames makes a request to https://dux.fly.dev/parquet/geonames.json?_size=max&_labels=on&_shape=objects

That failed with: {"ok": false, "error": "'NoneType' object has no attribute 'startswith'", "status": 500, "title": null}

https://dux.fly.dev/geonames/geonames.json?_size=max&_labels=on&_shape=objects fails similarly, so probably a bug in the facet patching