You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A clear and concise description of what the bug is.
Running mas info xx or mas outdated sometimes incur errors like this
2021-03-16 21:23:54.978 mas[19064:1993163] INFO: fetch-response is unable to open the file /Users/username/Library/Caches/com.mphys.mas-cli/fsCachedData/9C5B8520-0F28-4B6D-BCC4-B2F851254EED. Errno: 2
This file exists, but it has an extra .tmp extension. It seems to be related to
In my case, the error happens every other run. Run 1, no error, and creates the file with .tmp extension. Run 2, shows error, and create the file with no extension, which is correct. Run 3, no error, and creates the file with .tmp extension...
To Reproduce
Steps to reproduce the behavior:
mas info 1333542190 Run twice
Expected Behavior
A clear and concise description of what you expected to happen.
No error..
Actual Behavior
A clear and concise description of what actually happened.
Shows error.
Screenshots, Terminal Output
If applicable, add screenshots to help explain your problem.
$ mas command
...
Additional Context
Add any other context about the problem here.
Did it work in a previous version?
Your Environment
mas version
:1.8.1system_profiler SPSoftwareDataType -detailLevel mini
): 11.2.3mas Install Method
brew install mas
(homebrew-core).pkg
installer from releasesDescribe the Bug
Running
mas info xx
ormas outdated
sometimes incur errors like thisThis file exists, but it has an extra
.tmp
extension. It seems to be related tomas/MasKit/Network/NetworkManager.swift
Line 32 in 94eb4e5
In my case, the error happens every other run. Run 1, no error, and creates the file with
.tmp
extension. Run 2, shows error, and create the file with no extension, which is correct. Run 3, no error, and creates the file with.tmp
extension...To Reproduce
Steps to reproduce the behavior:
mas info 1333542190
Run twiceExpected Behavior
No error..
Actual Behavior
Shows error.
Screenshots, Terminal Output
Additional Context
There are some discussions on this in #306
The text was updated successfully, but these errors were encountered: