-
Notifications
You must be signed in to change notification settings - Fork 12
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
Does not work even after permissions reset #28
Comments
I've been able to replicate the issue, I'll fix it asap. |
@foolioo i've found the issue, during rewrite, somehow entitlements got lost and were not included in the project. i'll push the updated version asap with refined permissions flow. |
@foolioo should be working correctly. i've rewrote the permissions flow. please check it out 😄 |
@nahive Now the automation permission prompt was displaying and stop/play, next/previous and open are working Clicking "Notification Settings" does not work And notification appears only when clicking "Show notification" even when "Notify on play/pause" is checked and not when the keyboard shortcut is used. |
Oh damn, somehow I've missed the correct urls it seems. Thank you for such a thorough testing! Will work on it asap. |
@foolioo i've drafted new release, i hope this time works as expected :) |
@nahive after upgrading to version 0.4.3 the application starts but does not appear in the status bar. does it work for you? |
@foolioo that's strange, i seem to have this problem now too. |
can you try removing the app and installing it again? |
@nahive tried it. same behavior. what happens on your end when you install the app from brew? |
it's kind of weird, for the first few times it hangs, and then if I compile the one from Xcode, run the compiled app once, the brew installed one starts working. I haven't changed the starting code so I'm wondering, maybe it hangs on notifications permissions.. and can't replicate it anymore. @foolioo do you have the same problem if you install previous version? |
@foolioo do you have the same problem if you install previous version? |
Do you mind trying this one? |
@nahive Does it work for you? |
i can't reproduce the bug anymore, so yes, both versions seem to be working correctly. |
@foolioo is the 0.4.2 working correctly? and if so, does the binary above maybe fix the issue? |
if the issue persist, please open new issue as it’s separate from original one. thank you! |
I've installed Notify as follows
Yet, Notify in unable to interact with Spotify (to show notification, play/stop, next/previous, etc.). Following the note in the README
spotify-notify/README.md
Line 54 in c2ed50d
tccutil reset All $(osascript -e 'id of app "Notify"')
Yet it did not solve anything and Notify still unable to interact with Spotify.
The text was updated successfully, but these errors were encountered: