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

Show Only Progressive Bar #11

Closed
Root-Mailer opened this issue Jan 15, 2021 · 1 comment · Fixed by #12
Closed

Show Only Progressive Bar #11

Root-Mailer opened this issue Jan 15, 2021 · 1 comment · Fixed by #12

Comments

@Root-Mailer
Copy link

Root-Mailer commented Jan 15, 2021

Hi There,

I liked your project and found very useful in my application. But i wanted to ask if i could show only the progressive bar (by using command line) instead of showing other options [like url , saving to , etc]. Moreover, I Am Getting This Error(Below) On Using pget via command line:

Traceback (most recent call last):
File "/home//.local/bin/pget", line 8, in
sys.exit(main())
File "/home//.local/lib/python3.9/site-packages/pget/bin.py", line 109, in main
run(sys.argv)
File "/home//.local/lib/python3.9/site-packages/pget/bin.py", line 103, in run
downloader.wait_for_finish()
File "/home//.local/lib/python3.9/site-packages/pget/down.py", line 141, in wait_for_finish
while self.thread.isAlive():
AttributeError: 'Thread' object has no attribute 'isAlive'

And After That, The Download Starts.

@tirkarthi
Copy link
Contributor

I have created a fix in #12 . isAlive was deprecated alias to is_alive and was removed in Python 3.9 in PR python/cpython#15225

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants