robjschroeder / App-Auto-Patch

Auto patch management script via Dialog

Home Page:https://techitout.xyz/app-auto-patch/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Strange Issue with Stream Deck & Spotify (possibly)

mat-griffin opened this issue · comments

commented

I use a Stream Deck and have it set to control Spotify.

Even if Spotify is updated and not even running AP will tell me it needs to quit Spotify to update.

I found if I quit Stream Deck I don't get the request. By looking at Activity monitor I can see Stream Deck runs a Process called Spotify with a Parent Process of Stream Deck I guess hence why I keep getting the request to quit Spotify even when its not open but Stream Deck is, any workaround?

Screenshot 2024-01-03 at 15 53 40

Screenshot 2024-01-03 at 15 56 13

App Auto-Patch: 2024-01-03 15:53:27 - [INFO] Installing spotify...
doInstallations:[:30: integer expression expected: /var/log/com.deliveroo.log
2024-01-03 15:53:27 : REQ   : spotify : ################## Start Installomator v. 10.5, date 2023-10-15
2024-01-03 15:53:27 : INFO  : spotify : ################## Version: 10.5
2024-01-03 15:53:27 : INFO  : spotify : ################## Date: 2023-10-15
2024-01-03 15:53:27 : INFO  : spotify : ################## spotify
2024-01-03 15:53:27 : INFO  : spotify : setting variable from argument BLOCKING_PROCESS_ACTION=prompt_user NOTIFY=silent LOGO=appstore
2024-01-03 15:53:27 : INFO  : spotify : BLOCKING_PROCESS_ACTION=prompt_user
2024-01-03 15:53:27 : INFO  : spotify : NOTIFY=silent
2024-01-03 15:53:27 : INFO  : spotify : LOGGING=INFO
2024-01-03 15:53:27 : INFO  : spotify : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns
2024-01-03 15:53:27 : INFO  : spotify : Label type: dmg
2024-01-03 15:53:27 : INFO  : spotify : archiveName: Spotify.dmg
2024-01-03 15:53:27 : INFO  : spotify : no blocking processes defined, using Spotify as default
2024-01-03 15:53:27 : INFO  : spotify : App(s) found: /Applications/Spotify.app
2024-01-03 15:53:27 : INFO  : spotify : found app at /Applications/Spotify.app, version 1.2.26.1187.g36b715a1, on versionKey CFBundleShortVersionString
2024-01-03 15:53:27 : INFO  : spotify : appversion: 1.2.26.1187.g36b715a1
2024-01-03 15:53:27 : INFO  : spotify : Latest version not specified.
2024-01-03 15:53:27 : REQ   : spotify : Downloading https://download.scdn.co/SpotifyARM64.dmg to Spotify.dmg
2024-01-03 15:53:30 : INFO  : spotify : found blocking process Spotify
2024-01-03 15:55:17 : INFO  : spotify : telling app Spotify to quit
2024-01-03 15:55:18 : INFO  : spotify : waiting 30 seconds for processes to quit
2024-01-03 15:55:48 : INFO  : spotify : found blocking process Spotify
2024-01-03 15:55:50 : INFO  : spotify : Installomator did not close any apps, so no need to reopen any apps.
2024-01-03 15:55:50 : ERROR : spotify : ERROR: user aborted update
2024-01-03 15:55:50 : REQ   : spotify : ################## End Installomator, exit code 10 

Hey @mat-griffin, can you try to set your Installomator BLOCKING_PROCESS_ACTION = ignore? You can do this on the latest version of AAP using the Jamf Pro Script parameters. i.e. BLOCKING_PROCESS_ACTION=ignore Let me know if that makes a difference