artemgordinskiy / Spotifree

An OS X app that automatically mutes ads on Spotify [DISCONTINUED]
http://spotifree.gordinskiy.com
MIT License
1.05k stars 70 forks source link

Script doesn't understand the isInLoginItems message on startup #9

Closed yarosz closed 11 years ago

yarosz commented 11 years ago

After running the latest version and following troubleshooting steps repeatedly, upon opening Spotifree a dialogue box pops up with the message: "«script» doesn’t understand the isInLoginItems message." gives option to "Edit" or "Okay." The latter doesn't mute ads.

tell current application do shell script "defaults read com.ArtemGordinsky.Spotifree 'hasRanBefore'" --> error "2012-12-28 11:21:01.100 defaults[665:f07] The domain/default pair of (com.ArtemGordinsky.Spotifree, hasRanBefore) does not exist" number 1 end tell tell application "AppleScript Editor" isInLoginItems() --> error number -1708 Result: error "«script» doesn’t understand the isInLoginItems message." number -1708 from «script»

artemgordinskiy commented 11 years ago

Hi, I'm so sorry for this issue! Would you please try the (hopefully) fixed version? You could get it here: http://cl.ly/0S2W32450g46

yarosz commented 11 years ago

Sure will! I'll give it go right now!

Thanks for your work on this project.

On Fri, Dec 28, 2012 at 11:52 AM, Artem Gordinsky notifications@github.comwrote:

Hi, I'm so sorry for this issue! Would you please try the (hopefully) fixed version? You could get it here: http://cl.ly/0S2W32450g46

— Reply to this email directly or view it on GitHubhttps://github.com/ArtemGordinsky/SpotiFree/issues/9#issuecomment-11735868.

yarosz commented 11 years ago

Fixed! Thanks Artem!

artemgordinskiy commented 11 years ago

You're very welcome, Nicolas! Happy holidays :)