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
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.
The text was updated successfully, but these errors were encountered:
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 Usingpget
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.
The text was updated successfully, but these errors were encountered: