You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[14:23:49.780] [error] (m.main) Window failed to load: -6 ERR_FILE_NOT_FOUND buckets://budget-1/budget/index.htmlnull
(node:9758) electron: Failed to load URL: buckets://budget-1/budget/index.htmlnull with error: ERR_FILE_NOT_FOUND
(Use buckets --trace-warnings ... to show where the warning was created)
[14:23:49.782] [error] (m.main) Error getting URL to close wizard
[14:23:49.783] [error] (m.main) uncaughtException name=undefined message=TypeError: Object has been destroyed stack=[object Promise]
Error while trying to report unhandled error: TypeError: Object has been destroyed
The text was updated successfully, but these errors were encountered:
iffy
added
the
bug
Things that prevent or seriously impede people from doing their budget.
label
Jan 24, 2024
This is an error from within electron-log. It's failing to emit log messages to renderer processes that are being destroyed (i.e. webContents.isDestroyed() == true but win.isDestroyed() == false)
An error related to #965
The text was updated successfully, but these errors were encountered: