ljhopkins2 / broadcastify-archtk

The Broadcastify Archive Toolkit for python
https://ljhopkins2.github.io/broadcastify-archtk/
GNU Affero General Public License v3.0
8 stars 9 forks source link

Research/log `tqdm` nested bar issue in terminal #25

Closed ljhopkins2 closed 4 years ago

ljhopkins2 commented 4 years ago

During .download() in terminal, the mp3 progress bar is duplicated without clearing. Behavior doesn't occur in notebook.

ljhopkins2 commented 4 years ago

The issue is resolved if the terminal with is large enough. The size of the file name is causing the multi line output. It’s a known issue with TQDM.

https://github.com/tqdm/tqdm/issues/630