-
Notifications
You must be signed in to change notification settings - Fork 69
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using print statement instead of error for failed downloads #201
Comments
It's useful to see "Downloading com.instagram.android..." and "com.instagram.android downloaded successfully!" since the I think it makes sense to replace the |
Ah, you're totally correct. You got it, thanks a million! |
I just pushed a change ensuring error messages appear in stderr: 19c24b8. The For |
@h1hi76 is this resolved for you? |
2f4a159 also ensures the "Downloading {}..." and "{} downloaded successfully!" messages go to Closing, lmk if there are outstanding issues here and I'll re-open. |
Hey there again,
I'm working on scripting some automation using this tool but since you're not pushing an error I can't validate if an apk was downloaded or not directly from the tools response.
Can you swap out the print statements for "Invalid app response for om.instagram.android. Skipping..." for an error?
Not sure if the "Downloading com.instagram.android..." will be an issue either. It's redundant since you show it's downloading if there is a valid package name.
The text was updated successfully, but these errors were encountered: