datasette / datasette-extract

Import unstructured data (text and images) into structured tables
Apache License 2.0
129 stars 3 forks source link

Unable to get plugin to work #22

Closed cw123hb closed 2 months ago

cw123hb commented 2 months ago

Installed as per instructions, yet still unable to get it to work via CLI datasette, but no actions cog is visible. Can this only be run on the Datasette Cloud? If not, do you have a more detailed installation description?

cw123hb commented 2 months ago

I think the solution was fixing a permissions problem. datasette --root test.db

which gave this on the CLI:

http://127.0.0.1:8001/-/auth-token?token=xxxxxxx

After this the Database actions was visible.

Perhaps this should be mentioned in the README as a side note. I also notice that someone mentions it under comments on the Youtube vide.