majd / ipatool

Command-line tool that allows searching and downloading app packages (known as ipa files) from the iOS App Store
MIT License
5.77k stars 487 forks source link

No error message from pipeline #72

Closed ghidras closed 2 years ago

ghidras commented 2 years ago

What happened?

ipatool download -b com.emberlink.foodby --log-level debug> temp.log 2>&1
ipatool download -b com.emberlink.foodby --log-level debug> temp.log
ipatool download -b com.emberlink.foodby | tee temp.log
ipatool download -b com.emberlink.foodby 2>&1 | tee temp.log

Tried these two commands. If I don't use pipe, I can get error response (as expected)

❌   [Error] Your Apple ID does not have a license for this app. Use the "purchase" command or the "--purchase" to obtain a license.

But I can not get any log with pipe

Version

1.1.0

Relevant log output

No response

ryujincoder commented 2 years ago

Use the "purchase" command or the "--purchase" to obtain a license.

ghidras commented 2 years ago

Use the "purchase" command or the "--purchase" to obtain a license.

I know I don't have a license. Just I wanna get an error message dumped to temp.log, but there isn't.

majd commented 2 years ago

Fixed in #83. Will be included in the next version release.