check_docker icon indicating copy to clipboard operation
check_docker copied to clipboard

ImportError

Open DavidHuntt opened this issue 3 years ago • 2 comments

check_docker.py

File "/usr/local/ncpa/plugins/check_docker.py", line 12, in <module>
from collections import deque, namedtuple, UserDict, defaultdict
ImportError: cannot import name UserDict

This is after installing the collection. Still gets the error

DavidHuntt avatar Feb 17 '21 20:02 DavidHuntt

Python 3.6.8

check-docker (2.2.2)
pip (9.0.3)
setuptools (39.2.0)

/usr/local/bin/
total 44
-rwxr-xr-x. 1 root root 35938 Feb 17 15:21 check_docker
-rwxr-xr-x. 1 root root   227 Feb 17 15:19 check_swarm
-r-x------. 1 root root   779 Aug 25 17:19 openshift-node

DavidHuntt avatar Feb 17 '21 20:02 DavidHuntt

Update to this issue. Adding -t [timeout], for me -t 300, is yielding better results. Now I need to correct the "Incorrect credentials given".

DavidHuntt avatar Feb 18 '21 14:02 DavidHuntt