`ctf challenge deploy` with registry succeeds but faults with TypeError
pl4nty opened this issue · 1 comments
pl4nty commented
ctf challenge deploy chal registry://myregistry
fails with TypeError: cannot unpack non-iterable NoneType object
, because it tries to unpack data that isn't returned when deploying to a registry:
ctfcli/ctfcli/cli/challenges.py
Line 332 in c27282b
Lines 45 to 52 in c27282b
ColdHeat commented
This is a known issue that we are expecting to work on later this year.