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

KeyError: 'bar' #25

Open
pirx242 opened this issue Aug 7, 2024 · 0 comments
Open

KeyError: 'bar' #25

pirx242 opened this issue Aug 7, 2024 · 0 comments

Comments

@pirx242
Copy link

pirx242 commented Aug 7, 2024

Hi! Trying to download and get this almost right away:)

akol@TT112:~/smugmug/smdl/SmugMug-Downloader$ python3 ./smdl.py -s ... -u user...
Downloading album list...done.
Creating output directories...done.
Traceback (most recent call last):
  File "./smdl.py", line 94, in <module>
    for album in tqdm(albums["Response"]["AlbumList"], position=0, leave=True, bar_format=bar_format,
  File "/usr/lib/python3/dist-packages/tqdm/_tqdm.py", line 923, in __init__
    self.display()
  File "/usr/lib/python3/dist-packages/tqdm/_tqdm.py", line 1293, in display
    self.sp(self.__repr__() if msg is None else msg)
  File "/usr/lib/python3/dist-packages/tqdm/_tqdm.py", line 962, in __repr__
    return self.format_meter(**self.format_dict)
  File "/usr/lib/python3/dist-packages/tqdm/_tqdm.py", line 409, in format_meter
    return bar_format.format(**format_dict)
KeyError: 'bar'
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

No branches or pull requests

1 participant