-
Notifications
You must be signed in to change notification settings - Fork 88
Update challenge.py #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Due to changes regarding api in ctfd
|
Hmmm is this actually the case? If you look at the demo CTFd instance (admittedly not updated to the current latest version), it refers to |
|
Hi Guys, Thanks for your work... (I didn't find other tool to configure ctfd via API like yours). I've got an issue with Regards. |
|
It should be great to accept this PR since the latest update now refers to {"success": true, "data": [{"challenge": 4, "id": 1, "cost": 5, "type": "standard"}]}I am facing this issue for several weeks. Thanks in advance |
|
This should not have changed and it's really indicative of some other issue. I don't think merging this is the right idea. I think this is a CTFd issue. |
|
Actually I'm not so sure? I'm digging into this now and will push out a fix to the right area once I figure out what's going on. |
|
I see that this issue was introduced b/c of CTFd/CTFd@ded612d. This looks to be some more nonsense that Marshmallow injects into the API. I'm going to push this as a fix in CTFd. |
* Fix regression for creating hints via ctfcli See #1582 for details. Closes CTFd/ctfcli#20.
|
@whoo @adam-lebon, please update your CTFd to latest master and it should resolve this issue. Merging this would be the wrong idea because it's actually challenge that shouldn't be there. |
|
you're right this temporary fix shouldn't be used anymore. |
…TFd/ctfcli#20 (#1583) * Fix regression for creating hints via ctfcli See #1582 for details. Closes CTFd/ctfcli#20.
Due to changes regarding api in ctfd