You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tokland is not working on youtube-upload anymore. However, @kootsoop is. If you prepare a PR, we'll gladly merge it. Any help, gratefully received.
Describe the bug
I am on Kali Linux. I have progressbar2 installed. But when I upload progressbar is not shown.
Solution:
I checked the main.py file. It says import progressbar2. Even though when we install we say pip install progressbar2, when we import it we just say import progressbar. I edited the main.py file and it started working.
Desktop (please complete the following information):
Tokland is not working on youtube-upload anymore. However, @kootsoop is. If you prepare a PR, we'll gladly merge it. Any help, gratefully received.
Describe the bug
I am on Kali Linux. I have progressbar2 installed. But when I upload progressbar is not shown.
Solution:
I checked the main.py file. It says
import progressbar2
. Even though when we install we say pip install progressbar2, when we import it we just sayimport progressbar
. I edited the main.py file and it started working.Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: