You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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")
The text was updated successfully, but these errors were encountered:
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
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")
The text was updated successfully, but these errors were encountered: