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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CLI] Empty line in console log when using flag chatdownload --silent #986

Closed
2 tasks done
superbonaci opened this issue Mar 10, 2024 · 1 comment
Closed
2 tasks done
Labels
bug Something isn't working

Comments

@superbonaci
Copy link
Contributor

superbonaci commented Mar 10, 2024

Checklist

Edition

Command Line Interface

Describe your issue here

Without the flag all log is right:

$ TwitchDownloaderCLI chatdownload --id '758707576' -o chat.json -E
TwitchDownloaderCLI 1.54.1 Copyright (c) lay295 and contributors
[STATUS] - Downloading 97%
[STATUS] - Downloading + Embedding Images
[STATUS] - Backfilling commenter info
[STATUS] - Writing output file

With --silent there's an empty line:

$ TwitchDownloaderCLI chatdownload --id '758707576' -o chat.json -E --silent

[STATUS] - Downloading + Embedding Images
[STATUS] - Backfilling commenter info
[STATUS] - Writing output file

Also Downloading max value is 97%, never shows 100%.

Add any related files or extra information here

No response

@superbonaci superbonaci added the bug Something isn't working label Mar 10, 2024
@superbonaci superbonaci changed the title [CLI] Fix console log when using flag chatdownload --silent [CLI] Empty line in console log when using flag chatdownload --silent Mar 10, 2024
@ScrubN
Copy link
Collaborator

ScrubN commented Apr 6, 2024

@ScrubN ScrubN closed this as completed Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants