Kap
Kap copied to clipboard
Unhandled Promise Rejection
Sentry Issue: KAP-9HX
macOS version: Big Sur (11) Kap version: 3.3.2
Unhandled Promise Rejection
CancelError: Promise was canceled
at PCancelable.cancel (/p-cancelable/index.js:99:17)
at Object.didStopRecording (/kap-key-cast/index.js:54:17)
at /Applications/Kap.app/Contents/Resources/app.asar/dist-js/aperture.js:40:83
at Array.map (<anonymous>)
at callPlugins (/Applications/Kap.app/Contents/Resources/app.asar/dist-js/aperture.js:36:68)
at cleanup (/Applications/Kap.app/Contents/Resources/app.asar/dist-js/aperture.js:56:11)
at Tray.exports.stopRecording (/Applications/Kap.app/Contents/Resources/app.asar/dist-js/aperture.js:170:9)
Just got a similar, almost the same, error on version 3.3.2.1718
Big Sur, M1 mac:
Unhandled Promise Rejection
CancelError: Promise was canceled
at PCancelable.cancel (/p-cancelable/index.js:99:17)
at Object.didStopRecording (/kap-key-cast/index.js:54:17)
at /Applications/Kap.app/Contents/Resources/app.asar/main/common/aperture.js:56:28
at Array.map (<anonymous>)
at callPlugins (/Applications/Kap.app/Contents/Resources/app.asar/main/common/aperture.js:53:66)
at cleanup (/Applications/Kap.app/Contents/Resources/app.asar/main/common/aperture.js:74:9)
at Tray.stopRecording (/Applications/Kap.app/Contents/Resources/app.asar/main/common/aperture.js:218:5)
similar issue on Big Sur, Intel chip.
Unhandled Promise Rejection
CancelError: Promise was canceled
at PCancelable.cancel (/p-cancelable/index.js:99:17)
at Object.didStopRecording (/kap-key-cast/index.js:54:17)
at /Applications/Kap.app/Contents/Resources/app.asar/main/common/aperture.js:56:28
at Array.map (<anonymous>)
at callPlugins (/Applications/Kap.app/Contents/Resources/app.asar/main/common/aperture.js:53:66)
at cleanup (/Applications/Kap.app/Contents/Resources/app.asar/main/common/aperture.js:74:9)
at Tray.stopRecording (/Applications/Kap.app/Contents/Resources/app.asar/main/common/aperture.js:218:5)
Fix is in https://github.com/karaggeorge/macos-key-cast/pull/15