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
Suddenly just started to get this error from version 3.0.0 of the library:
$ docker-hub repos -o rapidsai
Traceback (most recent call last):
File "/Users/rdouglass/miniforge3/envs/dockerhubtest/bin/docker-hub", line 8, in <module>
sys.exit(main())
File "/Users/rdouglass/miniforge3/envs/dockerhubtest/lib/python3.9/site-packages/docker_hub/cli.py", line 74, in main
command.run(docker_hub_client, args)
File "/Users/rdouglass/miniforge3/envs/dockerhubtest/lib/python3.9/site-packages/docker_hub/commands/repos.py", line 23, in run
rows.append([repo['name'], repo['description'],
KeyError: 'description'
It looks like description isn't provided by the API anymore.
The text was updated successfully, but these errors were encountered:
Suddenly just started to get this error from version 3.0.0 of the library:
It looks like
description
isn't provided by the API anymore.The text was updated successfully, but these errors were encountered: