ctfcli
ctfcli copied to clipboard
`ctf challenge deploy` with registry succeeds but faults with TypeError
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
This is a known issue that we are expecting to work on later this year.