Skip to content
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

Opening issue #4

Open
nikhi1g opened this issue Dec 27, 2021 · 1 comment
Open

Opening issue #4

nikhi1g opened this issue Dec 27, 2021 · 1 comment

Comments

@nikhi1g
Copy link
Owner

nikhi1g commented Dec 27, 2021

The application /Applications/Spotify.app cannot be opened for an unexpected reason, error=Error Domain=NSOSStatusErrorDomain Code=-600 "procNotFound: no eligible process with specified descriptor" UserInfo={_LSLine=379, _LSFunction=_LSAnnotateAndSendAppleEventWithOptions}

What is this and how do I get rid of it?

Should I execute

SpotIsOpen = False

while SpotIsOpen == False:
try:
os.system("open -a Spotify")
except Exception as e:
print(e,"in opening Spotify")

@nikhi1g
Copy link
Owner Author

nikhi1g commented Dec 29, 2021

it seems this occurs when there it is trying to open Spotify while Spotify is opening. i'll try to add a boolean that will check whether Spotify is open or not so that this won't occur

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant