-
Notifications
You must be signed in to change notification settings - Fork 828
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mac-screen-capture-permissions
causing Unhandled Promise Rejection
#1095
Comments
Could this possibly be fixed by updating |
mac-screen-capture-permissions
causing Unhandled Promise Rejection
As a troubleshooting step I tried manually granting Kap screen recording access (System Prefs -> Security -> Screen Recording -> Click '+' and add Kap.app), but that did not help unfortunately I'm running macOS 12.3 on an M1 Pro MacBook |
I have the same problem here. (macOS 12.3.1, M1) |
Same issue here |
for me a simple reinstall fixed the problem. 🤷♂️ |
Wow... reinstall really fixes the problem. Thanks! |
Confirmed on MacOS, 12.3.1, M1 that a reinstall fixes permissions issue mentioned above |
I'm still seeing this on macOS 12.4 on an M1 computer. I tried a full reinstall, and also manually adding the screen recording permissions for Kap, but no luck. This machine currently does not have Rosetta installed, which could possibly be a factor (another machine with the same specs that does have Roesetta installed is not having this problem). |
Digging into this a little more, the (The "collect and report" option for this crash takes me to #1106, which was marked as a duplicate of #1070, but this does appear to be a distinct issue based on the trace.) |
I ran into this after upgrading from Big Sur to Monterey on an Intel MacBook. I was eventually able to get things working after trying the following a few times: rm -rf /Applications/Kap.app
brew install --cask kap
open /Applications/Kap.app When the System Preferences Also, the Kap issue tracker has a bunch of seemingly duplicate issues related to this problem. |
I had to revert #1129 as it causes problem when built for production. The binary used in the capture permission thing could not be found and I don't have time to look into it. If someone wants to work on this, make sure you test the change by running |
Hi, just confirming that this issue persists. MacBook Pro 2021 (Apple arm CPU, Mojave OS). |
Woops, didn't notice the prebuilts for that package weren't uploaded. I tried to see if it was possible to fix the github action that creates the prebuilts, but the Although with version 3.5.5, the error doesn't seem to come up for me anymore. For anyone that had issues installing Kap 3.5.4, try installing 3.5.5 to see if it fixes the issue. If the issue persists, we might need to address the issues I mentioned above, or use this library instead https://github.com/codebytere/node-mac-permissions#permissionsaskforscreencaptureaccess. |
Hi, tested on Macbook Pro 2021 (arm CPU, MacOS Mojave) with Kap 3.5.5 as suggested by @thethomasz:
PS: To install Rosetta, run |
Any chance of getting a fix for this for Macs without Rosetta installed? |
This error also occurs for me
UPDATE (25.09.23):
|
After reinstalling the app the issue is not present anymore |
I did two things and the error went away:
|
@alvarotrigo Thanks, it worked. For those who want to make this workaround:
|
Same error on MacBook Air M1. And Rosetta crashes on me. So doesn't work. |
Installing Rosetta via Terminal worked for me. Did not have to reinstall or re-open the app. |
Confirmed working for M4 with Rosetta 2 |
Sentry Issue: KAP-BPC
macOS version: Monterey (12)
Kap version: 3.5.3
The text was updated successfully, but these errors were encountered: