-
Notifications
You must be signed in to change notification settings - Fork 286
Closed as not planned
Labels
Description
Your Environment
mas version
: 1.7.1- macOS version (
system_profiler SPSoftwareDataType -detailLevel mini
): 11.2 (20D5029f)
mas Install Method
brew install mas
(homebrew-core)
Describe the Bug
mas search
returns Error: Unable to parse response JSON
when searching for PDF Expert by ID, but not by name. Search by ID works for other programs (tried 5 or so, all worked but PDF Expert).
To Reproduce
mas search "1055273043"
Expected Behavior
mas to show Information about the program identified by ID 1055273043
Actual Behavior
mas erroring out: Error: Unable to parse response JSON
Screenshots, Terminal Output
$❯ mas search "1055273043"
Error: Unable to parse response JSON
$ mas search "PDF Expert" | grep "1055273043"
1055273043 PDF Expert - Edit and Sign PDF (2.5.16)
$ mas search "1185380569"
1185380569 PDF Reader - Document Viewer (1.4.1)...
Additional Context
Worked on previous mas versions. Probably related to #284