Jump to content

iTunes volume workflow issues with Notification Center


netnothing

Recommended Posts

I'm not exactly sure whether this is an Alfred or Yosemite issue.  I'm running:

 

Alfred 2.7.1 (387)

Yosemite 10.10.3

 

I have the iTunes Widget on in Notification Center.

 

I have always had 2 workflows setup in Alfred that are mapped to F18 and F19 that control iTunes Volume Down and Up.

 

I notice lately that if iTunes is playing something, and I first open Yosemite Notification center and close it, that I get the following errors in console and the volume key workflows don't work:

 

THIS FIRST BIT IS FROM OPENING NOTIFICATION CENTER:

May 18 09:55:22 pkd[316]: enabling pid=329 for plug-in com.apple.ncplugin.WorldClock(1.0) F13DFFD6-D083-4777-9EFD-7DE7ED4BAC75 /System/Library/Frameworks/NotificationCenter.framework/PlugIns/com.apple.ncplugin.WorldClock.appex
May 18 09:55:22 pkd[316]: enabling pid=329 for plug-in com.apple.ncplugin.weather(1.0) 574068F7-8DDC-4086-8538-3FA82541873E /System/Library/Frameworks/NotificationCenter.framework/PlugIns/com.apple.ncplugin.weather.appex
May 18 09:55:22 pkd[316]: enabling pid=329 for plug-in com.apple.iTunes.today.TodayExtension(1.0) 4E712565-5471-43CF-A8B2-0B8BD11A4F4E /Applications/iTunes.app/Contents/PlugIns/TodayExtension.appex
May 18 09:55:23 locationd[293]: Couldn't find a requirement string for masquerading client /System/Library/Frameworks/NotificationCenter.framework/PlugIns/com.apple.ncplugin.weather.appex
May 18 09:55:23 locationd[293]: could not get apple languages array, assuming english
May 18 09:55:23 locationd[293]: Location icon should now be in state 'Active'
 
 
THESE ARE THE ACTUAL ERRORS:
May 18 09:55:28 Alfred 2[370]: [ERROR] AppleScript Error: {
   NSAppleScriptErrorAppName = "TodayExtension.appex";
   NSAppleScriptErrorBriefMessage = "Can\U2019t get \U00abclass pVol\U00bb.";
   NSAppleScriptErrorMessage = "TodayExtension.appex got an error: Can\U2019t get \U00abclass pVol\U00bb.";
   NSAppleScriptErrorNumber = "-1728";
   NSAppleScriptErrorRange = "NSRange: {0, 0}";
}
May 18 09:55:28 Alfred 2[370]: [ERROR] AppleScript Error: {
   NSAppleScriptErrorAppName = "TodayExtension.appex";
   NSAppleScriptErrorBriefMessage = "Can\U2019t set \U00abclass pVol\U00bb to 0.";
   NSAppleScriptErrorMessage = "TodayExtension.appex got an error: Can\U2019t set \U00abclass pVol\U00bb to 0.";
   NSAppleScriptErrorNumber = "-10006";
   NSAppleScriptErrorRange = "NSRange: {0, 0}";
}
 
I will get these with each button press.  Now, once this happens, the actual volume won't change.  However, after 30 seconds or so, it will start to work again.
 
I do notice this error occasionally, even without opening Notification Center:
 
May 18 10:05:06 Alfred 2[370]: [ERROR] AppleScript Error: {
   NSAppleScriptErrorBriefMessage = "An error of type -10827 has occurred.";
   NSAppleScriptErrorMessage = "An error of type -10827 has occurred.";
   NSAppleScriptErrorNumber = "-10827";
   NSAppleScriptErrorRange = "NSRange: {0, 0}";
} 

This error seems to happen on the very first button press to change volume, but after that the volume does change.

 

-Kevin

 

 
 
Link to comment
Share on other sites

 

I'm not exactly sure whether this is an Alfred or Yosemite issue.  I'm running:

 

Alfred 2.7.1 (387)

Yosemite 10.10.3

 

I have the iTunes Widget on in Notification Center.

 

I have always had 2 workflows setup in Alfred that are mapped to F18 and F19 that control iTunes Volume Down and Up.

 

I notice lately that if iTunes is playing something, and I first open Yosemite Notification center and close it, that I get the following errors in console and the volume key workflows don't work:

 

THIS FIRST BIT IS FROM OPENING NOTIFICATION CENTER:

May 18 09:55:22 pkd[316]: enabling pid=329 for plug-in com.apple.ncplugin.WorldClock(1.0) F13DFFD6-D083-4777-9EFD-7DE7ED4BAC75 /System/Library/Frameworks/NotificationCenter.framework/PlugIns/com.apple.ncplugin.WorldClock.appex
May 18 09:55:22 pkd[316]: enabling pid=329 for plug-in com.apple.ncplugin.weather(1.0) 574068F7-8DDC-4086-8538-3FA82541873E /System/Library/Frameworks/NotificationCenter.framework/PlugIns/com.apple.ncplugin.weather.appex
May 18 09:55:22 pkd[316]: enabling pid=329 for plug-in com.apple.iTunes.today.TodayExtension(1.0) 4E712565-5471-43CF-A8B2-0B8BD11A4F4E /Applications/iTunes.app/Contents/PlugIns/TodayExtension.appex
May 18 09:55:23 locationd[293]: Couldn't find a requirement string for masquerading client /System/Library/Frameworks/NotificationCenter.framework/PlugIns/com.apple.ncplugin.weather.appex
May 18 09:55:23 locationd[293]: could not get apple languages array, assuming english
May 18 09:55:23 locationd[293]: Location icon should now be in state 'Active'
 
 
THESE ARE THE ACTUAL ERRORS:
May 18 09:55:28 Alfred 2[370]: [ERROR] AppleScript Error: {
   NSAppleScriptErrorAppName = "TodayExtension.appex";
   NSAppleScriptErrorBriefMessage = "Can\U2019t get \U00abclass pVol\U00bb.";
   NSAppleScriptErrorMessage = "TodayExtension.appex got an error: Can\U2019t get \U00abclass pVol\U00bb.";
   NSAppleScriptErrorNumber = "-1728";
   NSAppleScriptErrorRange = "NSRange: {0, 0}";
}
May 18 09:55:28 Alfred 2[370]: [ERROR] AppleScript Error: {
   NSAppleScriptErrorAppName = "TodayExtension.appex";
   NSAppleScriptErrorBriefMessage = "Can\U2019t set \U00abclass pVol\U00bb to 0.";
   NSAppleScriptErrorMessage = "TodayExtension.appex got an error: Can\U2019t set \U00abclass pVol\U00bb to 0.";
   NSAppleScriptErrorNumber = "-10006";
   NSAppleScriptErrorRange = "NSRange: {0, 0}";
}
 
I will get these with each button press.  Now, once this happens, the actual volume won't change.  However, after 30 seconds or so, it will start to work again.
 
I do notice this error occasionally, even without opening Notification Center:
 
May 18 10:05:06 Alfred 2[370]: [ERROR] AppleScript Error: {
   NSAppleScriptErrorBriefMessage = "An error of type -10827 has occurred.";
   NSAppleScriptErrorMessage = "An error of type -10827 has occurred.";
   NSAppleScriptErrorNumber = "-10827";
   NSAppleScriptErrorRange = "NSRange: {0, 0}";
} 

This error seems to happen on the very first button press to change volume, but after that the volume does change.

 

-Kevin

 

 

 

Hi Kevin,

 

Thanks for the details on your issue. It seems that it's rooted in issues with a widget on your Mac, which may be blocking other AppleScript actions from being performed by iTunes. It just so happens that the AppleScript command in this case comes from Alfred, but I would guess that the same thing would happen if you ran the AppleScript from somewhere else.

 

If you can remove or disable these widgets, I would recommend working through a process of elimination to identify which one is the offending party. 

 

Let me know how you get on :)

 

Cheers,

Vero

Link to comment
Share on other sites

Vero,

 

So I only have the following widgets in Notifications center:

iTunes

World Clock

Weather

 

All of these are the official Apple widgets.

 

I've tracked it down to the iTunes widget.  With that widget active, I get the errors and my hotkeys don't work.  If I remove that widget, everything works and no errors.

 

This seems like it was introduced in 10.10.3 as I know the widget was working prior.

 

Any thoughts?  Is this something Apple needs to fix?

 

-Kevin

Link to comment
Share on other sites

Vero,

 

So I only have the following widgets in Notifications center:

iTunes

World Clock

Weather

 

All of these are the official Apple widgets.

 

I've tracked it down to the iTunes widget.  With that widget active, I get the errors and my hotkeys don't work.  If I remove that widget, everything works and no errors.

 

This seems like it was introduced in 10.10.3 as I know the widget was working prior.

 

Any thoughts?  Is this something Apple needs to fix?

 

-Kevin

 

Hi Kevin,

 

Upon further testing, I've been able to replicate the issue you're seeing, regardless of the hotkey choice or the iTunes action to be performed. It looks like Apple's Today widget for iTunes blocks any AppleScript from being sent to iTunes after the widget has been shown.

 

We'll add this as a known issue, and will report it to Apple, but your best bet at this point is to remove the widget from the Today tab of your Notification Centre.

 

Don't forget that you can check Alfred's Mini Player to see what song is currently playing by pressing Cmd + Ctrl + Return, and you can choose your next track that way too :)

 

Cheers,

Vero

Link to comment
Share on other sites

Hi Kevin,

 

Upon further testing, I've been able to replicate the issue you're seeing, regardless of the hotkey choice or the iTunes action to be performed. It looks like Apple's Today widget for iTunes blocks any AppleScript from being sent to iTunes after the widget has been shown.

 

We'll add this as a known issue, and will report it to Apple, but your best bet at this point is to remove the widget from the Today tab of your Notification Centre.

 

Don't forget that you can check Alfred's Mini Player to see what song is currently playing by pressing Cmd + Ctrl + Return, and you can choose your next track that way too :)

 

Cheers,

Vero

 

Vero,

 

Thanks for looking into this.  I have since removed the widget and have not had the issue since.  Glad you can report it.

 

Going to add a feature request to the other forum to suggest a status play bar in the mini player.

 

-Kevin

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...