You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
pl4nty
changed the title
ctf challenge deploy with registry fails with TypeErrorctf challenge deploy with registry succeeds but faults with TypeError
Sep 17, 2022
ctf challenge deploy chal registry://myregistry
fails withTypeError: 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
ctfcli/ctfcli/utils/deploy.py
Lines 45 to 52 in c27282b
The text was updated successfully, but these errors were encountered: