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 tried using download.py with python download.py -i 122. this starts the download with 122, but does not stop when finished, it continues downloading 123 124 and so on. is the command wrong or something else?
also this happens when trying to download from the large, i.e. 3000
$ python download.py -i 3000 -l
Downloading files Traceback (most recent call last):
File "\Downloads\download.py", line 214, in <module>
main(index, range_max, output, unzip, large)
File "\Downloads\download.py", line 200, in main
files = download(index, range_max, output, large)
File "\Downloads\download.py", line 123, in download
with alive_bar(range_index - index, title="Downloading files") as bar:
File "\AppData\Local\Programs\Python\Python310\lib\contextlib.py", line 142, in __exit__
next(self.gen)
File "\AppData\Local\Programs\Python\Python310\lib\site-packages\alive_progress\core\progress.py", line 364, in __alive_bar
alive_repr()
File "\AppData\Local\Programs\Python\Python310\lib\site-packages\alive_progress\core\progress.py", line 165, in alive_repr
run.last_len = print_cells(fragments, term.cols(), term, run.last_len)
File "\AppData\Local\Programs\Python\Python310\lib\site-packages\alive_progress\utils\cells.py", line 109, in print_cells
term.write(join_cells(fragment))
File "\AppData\Local\Programs\Python\Python310\lib\encodings\cp1252.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode characters in position 1-40: character maps to <undefined>
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
i tried using download.py with python download.py -i 122. this starts the download with 122, but does not stop when finished, it continues downloading 123 124 and so on. is the command wrong or something else?
also this happens when trying to download from the large, i.e. 3000
Beta Was this translation helpful? Give feedback.
All reactions