ctfcli icon indicating copy to clipboard operation
ctfcli copied to clipboard

`ctf challenge deploy` with registry succeeds but faults with TypeError

Open pl4nty opened this issue 3 years ago • 1 comments

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:

https://github.com/CTFd/ctfcli/blob/c27282b4532ad514603c923c749719261755eaba/ctfcli/cli/challenges.py#L332

https://github.com/CTFd/ctfcli/blob/c27282b4532ad514603c923c749719261755eaba/ctfcli/utils/deploy.py#L45-L52

pl4nty avatar Sep 17 '22 03:09 pl4nty

This is a known issue that we are expecting to work on later this year.

ColdHeat avatar Sep 17 '22 16:09 ColdHeat