Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 [BUG] Certain Items Returned from Search Results with Negative ID #498

Open
1 task done
hao-lh opened this issue Jun 16, 2023 · 4 comments
Open
1 task done

Comments

@hao-lh
Copy link

hao-lh commented Jun 16, 2023

Your Environment

  • mas version: 1.8.6
  • macOS version (system_profiler SPSoftwareDataType -detailLevel mini):
    System Version: macOS 10.15.7 (19H2)
    Kernel Version: Darwin 19.6.0
    Time since boot: 1:30

mas Install Method

  • brew install mas (homebrew-core)
  • [] mas-cli/tap
  • [] .pkg installer from releases
  • [] Built from source
    • Fork/branch: ? (e.g. mas-cli/main)
    • Xcode version: 10.?

Describe the Bug

When use keyword with mas to search apps, some items returned with a negative MAS ID.

To Reproduce

Steps to reproduce the behavior:

  1. mas search xcode
  2. some items from search results returned a negative ID
  3. already highlighted details from below screenshot
  4. should be type overflow

Screenshots, Terminal Output

IMG_2023-06-16_12-09-04
@bjesuiter
Copy link

I have the same problem with "Lockera Widgets".

mas search "Lockera Widgets" returns -2123114745 Lockera Widgets (1.6)

and trying to install this with mas "Lockera Widgets", id: -2123114745 fails.

@voodooGQ
Copy link

voodooGQ commented Feb 3, 2024

Having the same issue with "iBar" showing up as -2146090692 iBar-Menubar icon control tool (1.2.4)

@tvlieg
Copy link

tvlieg commented Feb 6, 2024

I have the same with "Noteshelf 3":
-2131199389 Noteshelf 3 (1.4.8)

@jandamm
Copy link

jandamm commented Feb 28, 2024

Same here for StopTheMadness Pro and Keymapp.

Seems like the InstallOptions need an Int instead of UInt64:

let appIds: [UInt64]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants