Skip to content

Instantly share code, notes, and snippets.

@c10r
Last active May 26, 2023 02:43
Show Gist options
  • Save c10r/70fb72b54a7595f1f5d8450f1ef397bf to your computer and use it in GitHub Desktop.
Save c10r/70fb72b54a7595f1f5d8450f1ef397bf to your computer and use it in GitHub Desktop.
tail -f ~/Library/Logs/Motion/main.log
[2023-05-25 19:41:49.625] [info] Running did-become-active
[2023-05-25 19:41:52.868] [info] Running did-become-active
[2023-05-25 19:41:59.339] [info] IPC: To Webapp logEvent DESKTOP_UPDATE_MENU_CHECK undefined
[2023-05-25 19:41:59.340] [info] Check for updates
[2023-05-25 19:41:59.372] [info] Update App: Check for update
[2023-05-25 19:42:00.239] [info] Update App: Update available
[2023-05-25 19:42:00.239] [info] IPC: To Webapp logEvent DESKTOP_UPDATE_APP_AVAILABLE undefined
[2023-05-25 19:42:00.239] [info] IPC: To Webapp updateAppAvailable
[2023-05-25 19:42:00.246] [info] IPC: From Webapp requestUpdateDownloaded undefined
[2023-05-25 19:42:00.247] [info] Update App: Webapp requested update downloaded
[2023-05-25 19:42:03.988] [info] Update App: Update downloaded {
currentVersion: '0.33.2',
releaseDate: '1970-01-01T00:00:00.000Z',
releaseName: 'v0.33.3',
releaseNotes: ''
}
[2023-05-25 19:42:03.990] [info] IPC: To Webapp logEvent DESKTOP_UPDATE_APP_DOWNLOADED {
currentVersion: '0.33.2',
releaseDate: '1970-01-01T00:00:00.000Z',
releaseName: 'v0.33.3',
releaseNotes: ''
}
[2023-05-25 19:42:03.990] [info] IPC: To Webapp updateAppAvailable {
currentVersion: '0.33.2',
releaseDate: '1970-01-01T00:00:00.000Z',
releaseName: 'v0.33.3',
releaseNotes: ''
}
[2023-05-25 19:42:03.990] [info] IPC: To Webapp updateAppDownloaded {
currentVersion: '0.33.2',
releaseDate: '1970-01-01T00:00:00.000Z',
releaseName: 'v0.33.3',
releaseNotes: ''
}
[2023-05-25 19:42:07.140] [info] IPC: From Webapp updateAppNow undefined
[2023-05-25 19:42:07.140] [info] IPC: To Webapp logEvent DESKTOP_UPDATE_APP_NOW undefined
[2023-05-25 19:42:07.140] [info] Update App: User requested update now
[2023-05-25 19:42:07.141] [info] Update App: Install update
[2023-05-25 19:42:09.248] [info] IPC: To Webapp logEvent DESKTOP_UPDATE_APP undefined
[2023-05-25 19:42:09.249] [info] Quitting app: running before-quit-for-update
[2023-05-25 19:42:09.378] [info] IPC: To Webapp logEvent DESKTOP_UPDATE_APP undefined
[2023-05-25 19:42:09.379] [error] IPC: To Webapp (ERROR) TypeError: Object has been destroyed
at t.sendIpcToWindow (/Applications/Motion.app/Contents/Resources/app/.webpack/main/index.js:2:310475)
at t.logEvent (/Applications/Motion.app/Contents/Resources/app/.webpack/main/index.js:2:215519)
at AutoUpdater.<anonymous> (/Applications/Motion.app/Contents/Resources/app/.webpack/main/index.js:2:309210)
at AutoUpdater.emit (node:events:513:28)
at AutoUpdater.emit (node:domain:489:12)
at e.emit (/Applications/Motion.app/Contents/Resources/app/.webpack/main/index.js:2:49482)
[2023-05-25 19:42:09.379] [error] Unable to send event logEvent DESKTOP_UPDATE_APP undefined
[2023-05-25 19:42:09.379] [info] Quitting app: running before-quit-for-update
[2023-05-25 19:42:09.393] [info] IPC: To Webapp logEvent DESKTOP_CLOSE_APP undefined
[2023-05-25 19:42:09.393] [error] IPC: To Webapp (ERROR) TypeError: Object has been destroyed
at t.sendIpcToWindow (/Applications/Motion.app/Contents/Resources/app/.webpack/main/index.js:2:310475)
at t.logEvent (/Applications/Motion.app/Contents/Resources/app/.webpack/main/index.js:2:215519)
at App.<anonymous> (/Applications/Motion.app/Contents/Resources/app/.webpack/main/index.js:2:309425)
at App.emit (node:events:525:35)
at App.emit (node:domain:489:12)
at e.emit (/Applications/Motion.app/Contents/Resources/app/.webpack/main/index.js:2:49482)
[2023-05-25 19:42:09.394] [error] Unable to send event logEvent DESKTOP_CLOSE_APP undefined
[2023-05-25 19:42:09.394] [info] Quitting app: running before-quit
[2023-05-25 19:42:09.464] [info] Quitting app: running quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment