gristlabs / grist-desktop

Desktop Grist, packaged with Electron
Apache License 2.0
166 stars 7 forks source link

Error message when trying to export table in XLSX [bug] #9

Closed guilherme15990 closed 1 year ago

guilherme15990 commented 1 year ago

When trying to export a table by going to Share > Export XLSX

bug

Edition: Windows 10 Home Single Language Version: 22H2 Installed on ‎07/‎12/‎2019 OS Build: 19045.3324 Experience: Windows Feature Experience Pack 1000.19041.1000.0

paulfitz commented 1 year ago

Thanks for reporting this! I've replicated the problem. Will post when I have a solution.

paulfitz commented 1 year ago

I have a solution in hand (https://github.com/gristlabs/grist-core/pull/646), will work on getting a new release to see if it works for you.

paulfitz commented 1 year ago

Hi @guilherme15990, I made a new release: https://github.com/gristlabs/grist-electron/releases/tag/v0.2.4 - if you have a chance, it'd be great if you could try it out and see if it fixes the problem for you.

guilherme15990 commented 1 year ago

I installed the new version without uninstalling the old one and I get an error when accessing the database 2023-08-29_12-04

I uninstalled the old version using the HiBit Uninstaller program and the problem persisted

I deleted the database and tried to start a new document, but the problem also persisted

The database writing error also happens in Linux version.

The export function is working, but writing to the database is not

paulfitz commented 1 year ago

Thanks @guilherme15990, looks like I messed things up badly, sorry. Looking into what has changed with pyodide.

paulfitz commented 1 year ago

I made a hopefully corrected release: https://github.com/gristlabs/grist-electron/releases/tag/v0.2.5 :crossed_fingers:

guilherme15990 commented 1 year ago

Everything is working now