Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

500 Error editing row with binary column using datasette-write-ui #2323

Open
logicalpath opened this issue Apr 16, 2024 · 0 comments
Open

500 Error editing row with binary column using datasette-write-ui #2323

logicalpath opened this issue Apr 16, 2024 · 0 comments

Comments

@logicalpath
Copy link

Using Firefox 124.0.2 (64-bit) on an M3 Mac

Using datasette version 1.0a13 with these plugins:

[
{
"name": "datasette-media",
"static": false,
"templates": false,
"version": "0.5.1",
"hooks": [
"register_routes"
]
},
{
"name": "datasette-render-images",
"static": false,
"templates": false,
"version": "0.4",
"hooks": [
"render_cell"
]
},
{
"name": "datasette-write-ui",
"static": true,
"templates": true,
"version": "0.0.1a9",
"hooks": [
"extra_template_vars",
"register_routes"
]
}
]

Clicking on edit in any row that has an image, throws 500 and uncaught promise in console.
Blob not JSON

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant