Broken app label: googlechromepkg #129

Closed
opened 2026-01-19 18:32:54 +00:00 by michael · 0 comments
Owner

Originally created by @PrimalNerd on GitHub.

All questions must be filled out or your Issue will be closed for lack of information

What's wrong with the app label?
appNewVersion empty

Have you confirmed this Issue has not been reported already? (Check open Issues and Pull requests)
Yes. Only other issues with appNewVersion are open.

Installomator version
v10.7beta, date 2024-09-02

Additional context
the url in the curl command contains the character ">" to which the server returns an error 400. If you replace the ">" with "%3E" the command works correctly.

Installomator log

2025-01-29 10:02:29 : REQ   : googlechromepkg : ################## Start Installomator v. 10.7beta, date 2024-09-02
2025-01-29 10:02:29 : INFO  : googlechromepkg : ################## Version: 10.7beta
2025-01-29 10:02:29 : INFO  : googlechromepkg : ################## Date: 2024-09-02
2025-01-29 10:02:29 : INFO  : googlechromepkg : ################## googlechromepkg
2025-01-29 10:02:29 : INFO  : googlechromepkg : SwiftDialog is not installed, clear cmd file var
execution error: Error: SyntaxError: JSON Parse error: Unexpected EOF (-2700)
2025-01-29 10:02:29 : INFO  : googlechromepkg : BLOCKING_PROCESS_ACTION=tell_user
2025-01-29 10:02:29 : INFO  : googlechromepkg : NOTIFY=success
2025-01-29 10:02:29 : INFO  : googlechromepkg : LOGGING=INFO
2025-01-29 10:02:29 : INFO  : googlechromepkg : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns
2025-01-29 10:02:29 : INFO  : googlechromepkg : Label type: pkg
2025-01-29 10:02:29 : INFO  : googlechromepkg : archiveName: Google Chrome.pkg
2025-01-29 10:02:29 : INFO  : googlechromepkg : no blocking processes defined, using Google Chrome as default
2025-01-29 10:02:29 : INFO  : googlechromepkg : App(s) found: /Applications/Google Chrome.app
2025-01-29 10:02:29 : INFO  : googlechromepkg : found app at /Applications/Google Chrome.app, version 132.0.6834.112, on versionKey CFBundleShortVersionString
2025-01-29 10:02:29 : INFO  : googlechromepkg : appversion: 132.0.6834.112
2025-01-29 10:02:29 : INFO  : googlechromepkg : Latest version not specified.
2025-01-29 10:02:29 : INFO  : googlechromepkg : App needs to be updated and uses /Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftwareUpdateAgent. Ignoring BLOCKING_PROCESS_ACTION and running updateTool now.
2025-01-29 10:02:29 : INFO  : googlechromepkg : Function called: runUpdateTool
2025-01-29 10:02:29 : INFO  : googlechromepkg : running /Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftwareUpdateAgent -runMode oneshot -userInitiated YES
2025-01-29 10:02:36 : INFO  : googlechromepkg : Finishing...
2025-01-29 10:02:39 : INFO  : googlechromepkg : App(s) found: /Applications/Google Chrome.app
2025-01-29 10:02:39 : INFO  : googlechromepkg : found app at /Applications/Google Chrome.app, version 132.0.6834.112, on versionKey CFBundleShortVersionString
2025-01-29 10:02:39 : REQ   : googlechromepkg : Installed Google Chrome
2025-01-29 10:02:39 : INFO  : googlechromepkg : notifying
displaynotification:7: no such file or directory: /usr/local/bin/dialog
2025-01-29 10:02:39 : INFO  : googlechromepkg : Installomator did not close any apps, so no need to reopen any apps.
2025-01-29 10:02:39 : REQ   : googlechromepkg : updateTool has run
2025-01-29 10:02:39 : REQ   : googlechromepkg : ################## End Installomator, exit code 0

% curl -fL "https://versionhistory.googleapis.com/v1/chrome/platforms/mac/channels/stable/versions/all/releases?filter=fraction>0.01,endtime=none&order_by=version%20desc"  
curl: (56) The requested URL returned error: 400
% curl -fL "https://versionhistory.googleapis.com/v1/chrome/platforms/mac/channels/stable/versions/all/releases?filter=fraction%3E0.01,endtime=none&order_by=version%20desc"
{
  "releases": [
    {
      "name": "chrome/platforms/mac/channels/stable/versions/132.0.6834.160/releases/1738093825",
      "serving": {
       ...
Originally created by @PrimalNerd on GitHub. All questions must be filled out or your Issue will be closed for lack of information --- **What's wrong with the app label?**<br>appNewVersion empty **Have you confirmed this Issue has not been reported already? (Check open Issues and Pull requests)**<br>Yes. Only other issues with appNewVersion are open. **Installomator version**<br>v10.7beta, date 2024-09-02 **Additional context**<br>the url in the curl command contains the character ">" to which the server returns an error 400. If you replace the ">" with "%3E" the command works correctly. **Installomator log**<br> ``` 2025-01-29 10:02:29 : REQ : googlechromepkg : ################## Start Installomator v. 10.7beta, date 2024-09-02 2025-01-29 10:02:29 : INFO : googlechromepkg : ################## Version: 10.7beta 2025-01-29 10:02:29 : INFO : googlechromepkg : ################## Date: 2024-09-02 2025-01-29 10:02:29 : INFO : googlechromepkg : ################## googlechromepkg 2025-01-29 10:02:29 : INFO : googlechromepkg : SwiftDialog is not installed, clear cmd file var execution error: Error: SyntaxError: JSON Parse error: Unexpected EOF (-2700) 2025-01-29 10:02:29 : INFO : googlechromepkg : BLOCKING_PROCESS_ACTION=tell_user 2025-01-29 10:02:29 : INFO : googlechromepkg : NOTIFY=success 2025-01-29 10:02:29 : INFO : googlechromepkg : LOGGING=INFO 2025-01-29 10:02:29 : INFO : googlechromepkg : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns 2025-01-29 10:02:29 : INFO : googlechromepkg : Label type: pkg 2025-01-29 10:02:29 : INFO : googlechromepkg : archiveName: Google Chrome.pkg 2025-01-29 10:02:29 : INFO : googlechromepkg : no blocking processes defined, using Google Chrome as default 2025-01-29 10:02:29 : INFO : googlechromepkg : App(s) found: /Applications/Google Chrome.app 2025-01-29 10:02:29 : INFO : googlechromepkg : found app at /Applications/Google Chrome.app, version 132.0.6834.112, on versionKey CFBundleShortVersionString 2025-01-29 10:02:29 : INFO : googlechromepkg : appversion: 132.0.6834.112 2025-01-29 10:02:29 : INFO : googlechromepkg : Latest version not specified. 2025-01-29 10:02:29 : INFO : googlechromepkg : App needs to be updated and uses /Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftwareUpdateAgent. Ignoring BLOCKING_PROCESS_ACTION and running updateTool now. 2025-01-29 10:02:29 : INFO : googlechromepkg : Function called: runUpdateTool 2025-01-29 10:02:29 : INFO : googlechromepkg : running /Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftwareUpdateAgent -runMode oneshot -userInitiated YES 2025-01-29 10:02:36 : INFO : googlechromepkg : Finishing... 2025-01-29 10:02:39 : INFO : googlechromepkg : App(s) found: /Applications/Google Chrome.app 2025-01-29 10:02:39 : INFO : googlechromepkg : found app at /Applications/Google Chrome.app, version 132.0.6834.112, on versionKey CFBundleShortVersionString 2025-01-29 10:02:39 : REQ : googlechromepkg : Installed Google Chrome 2025-01-29 10:02:39 : INFO : googlechromepkg : notifying displaynotification:7: no such file or directory: /usr/local/bin/dialog 2025-01-29 10:02:39 : INFO : googlechromepkg : Installomator did not close any apps, so no need to reopen any apps. 2025-01-29 10:02:39 : REQ : googlechromepkg : updateTool has run 2025-01-29 10:02:39 : REQ : googlechromepkg : ################## End Installomator, exit code 0 ``` ``` % curl -fL "https://versionhistory.googleapis.com/v1/chrome/platforms/mac/channels/stable/versions/all/releases?filter=fraction>0.01,endtime=none&order_by=version%20desc" curl: (56) The requested URL returned error: 400 % curl -fL "https://versionhistory.googleapis.com/v1/chrome/platforms/mac/channels/stable/versions/all/releases?filter=fraction%3E0.01,endtime=none&order_by=version%20desc" { "releases": [ { "name": "chrome/platforms/mac/channels/stable/versions/132.0.6834.160/releases/1738093825", "serving": { ... ```
michael added the application-issue label 2026-01-19 18:32:54 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Installomator/Installomator#129