GNS3 / gns3-registry

GNS3 devices registry
GNU General Public License v3.0
327 stars 392 forks source link

"check.py" failing at line 79: FileNotFoundError: [Errno 2] No such file or directory: 'schemas/appliance_v[3, 4, 5, 6, 7].json' #730

Closed eantowne closed 1 year ago

eantowne commented 1 year ago

OS: Linux Mint 21.1 Kernel: Linux 5.15.0-58-generic #64-Ubuntu SMP Thu Jan 5 11:43:13 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux Python 3 version: 3.10.6

When running python3 check.py, script exits with error:

python3 ./check.py 
=> Check appliances
Check clearos.gns3a
Traceback (most recent call last):
  File "/home/ean/Documents/gns3-registry/./check.py", line 183, in <module>
    main()
  File "/home/ean/Documents/gns3-registry/./check.py", line 167, in main
    check_appliance(appliance)
  File "/home/ean/Documents/gns3-registry/./check.py", line 79, in check_appliance
    with open(schema_filename) as f:
FileNotFoundError: [Errno 2] No such file or directory: 'schemas/appliance_v[3, 4, 5, 6, 7].json'
ls -al schemas/
total 96
drwxrwxr-x  2 ean ean  4096 Jan 16 13:02 .
drwxrwxr-x 11 ean ean  4096 Jan 16 13:36 ..
-rw-rw-r--  1 ean ean 14384 Jan 16 13:02 appliance_v3.json
-rw-rw-r--  1 ean ean 14637 Jan 16 13:02 appliance_v4.json
-rw-rw-r--  1 ean ean 14649 Jan 16 13:02 appliance_v5.json
-rw-rw-r--  1 ean ean 16546 Jan 16 13:02 appliance_v6.json
-rw-rw-r--  1 ean ean 16669 Jan 16 13:02 appliance_v7.json
pip3 list
Package               Version
--------------------- ---------------
apt-clone             0.2.1
apturl                0.5.2
attrs                 22.2.0
beautifulsoup4        4.10.0
blinker               1.4
Brlapi                0.8.3
certifi               2020.6.20
chardet               4.0.0
click                 8.0.3
colorama              0.4.4
command-not-found     0.3
configobj             5.0.6
cryptography          3.4.8
cupshelpers           1.0
dbus-python           1.2.18
defer                 1.0.6
distro                1.7.0
eyeD3                 0.8.10
filelock              3.6.0
grpcio                1.30.2
httplib2              0.20.2
idna                  3.3
ifaddr                0.1.7
IMDbPY                2021.4.18
importlib-metadata    4.6.4
jeepney               0.7.1
jsonschema            3.2.0
keyring               23.5.0
launchpadlib          1.10.16
lazr.restfulclient    0.14.4
lazr.uri              1.0.6
louis                 3.20.0
macaroonbakery        1.3.1
Mako                  1.1.3
MarkupSafe            2.0.1
more-itertools        8.10.0
nemo-emblems          5.6.0
netaddr               0.8.0
netifaces             0.11.0
oauthlib              3.2.0
onboard               1.4.1
packaging             21.3
PAM                   0.4.2
pexpect               4.8.0
Pillow                9.0.1
pip                   22.3.1
protobuf              3.12.4
psutil                5.9.0
ptyprocess            0.7.0
pycairo               1.20.1
pycups                2.0.1
pycurl                7.44.1
pyelftools            0.27
PyGObject             3.42.1
PyICU                 2.8.1
pyinotify             0.9.6
PyJWT                 2.3.0
pymacaroons           0.13.0
PyNaCl                1.5.0
pyparsing             2.4.7
pyparted              3.11.7
PyQt5                 5.15.6
PyQt5-sip             12.9.1
pyRFC3339             1.1
pyrsistent            0.19.3
python-apt            2.3.0+ubuntu2.1
python-debian         0.1.43ubuntu1
python-gnupg          0.4.8
python-magic          0.4.24
python-xlib           0.29
pytz                  2022.1
pyxdg                 0.27
PyYAML                5.4.1
reportlab             3.6.8
requests              2.25.1
requests-file         1.5.1
SecretStorage         3.3.1
setproctitle          1.2.2
setuptools            59.6.0
six                   1.16.0
soupsieve             2.3.1
systemd-python        234
tinycss2              1.1.1
tldextract            3.1.2
ubuntu-drivers-common 0.0.0
ufw                   0.36.1
Unidecode             1.3.3
urllib3               1.26.5
wadllib               1.3.6
webencodings          0.5.1
wheel                 0.37.1
xdg                   5
xkit                  0.0.0
xlrd                  1.2.0
youtube-dl            2021.12.17
zipp                  1.0.0