ThioJoe / YT-Spammer-Purge

Allows you easily scan for and delete scam comments using several methods.
GNU General Public License v3.0
4.52k stars 391 forks source link

[Bug]: Output line spams text if string is longer than window width #951

Closed Tomparkes93 closed 1 year ago

Tomparkes93 commented 1 year ago

Duplicate Issues

What happened?

When scanning comments across a channel, if the line that reads " Total: [19996/31098] (64%) | Comments Scanned: 15632 | Replies Scanned: 4364 | Matches Found So Far: 784" gets longer than the width of the window, it doesn't overwrite the line, but instead just adds it to the end and causes massive overflow & scrolling.

If this is an issue with CMDPrompt then close this issue as unfixable or something.

Release version

No response

Steps to reproduce

What platform are you seeing this problem on?

Windows (.exe file)

Relevant log output

No response

Screenshots

example

ThioJoe commented 1 year ago

Did you happen to resize the window while it was running? That is usually the cause of this

ThioJoe commented 1 year ago

Closing assuming my above theory is correct