simonw/datasette-app

"About Datasette" button fails to open information window

simonw opened this issue · 2 comments

Clicking that menu option in the latest build does nothing.

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')

Upgrading to "electron-request": "^1.8.2" (from 1.8.2) fixes this bug. I have no idea why.