"About Datasette" button fails to open information window
simonw opened this issue · 2 comments
simonw commented
Clicking that menu option in the latest build does nothing.
simonw commented
I spotted this in the server logs:
{
message: '127.0.0.1:57713 - "GET /-/versions.json/-/versions.json HTTP/1.1" 404 Not Found',
type: 'stdout',
ts: 2023-02-17T03:11:43.843Z
}
(node:69621) UnhandledPromiseRejectionWarning: TypeError: Cannot read properties of undefined (reading 'version')
simonw commented
Upgrading to "electron-request": "^1.8.2" (from 1.8.2) fixes this bug. I have no idea why.