-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
[BUG] OpenAPI Mode Fails Silently #6072
Comments
Have you already tried running the command with the |
I did, and the output listed the templates it loaded for the scan (39) and each of the 16 request payloads/responses, then ended with: Snippets of the output:
|
Hey, @kchason! I'm having a bit of trouble reproducing this issue on my end since I don't have the same setup or requirements as you. Would you mind sharing those details with me privately on Discord? That would really help me troubleshoot this better. Even better, if possible, could you record a short video demonstrating the issue? That would make it much easier for me to see exactly what's happening. Also, I'm a little confused by what you mean when you say it "silently crashes without results". How are you determining that it actually crashed? Did the process just stop unexpectedly, or did it exit normally without showing something like "No results found. Better luck next time" at the end, or was there some other indication that it failed? |
Is there an existing issue for this?
Current Behavior
I'm running into a problem using the OpenAPI input mode where it reaches about 4k requests (~10%) then silently crashes without results. I have a required_openapi_params.yaml file and walking it through with a debugger, I can't find any reason why. It seems to be parse the
schema.yaml
file okay as well as the variables and stepping through some of the iterations inmultiformat.go:Iterate
it builds the requests like I'd expect.Expected Behavior
It should run through all requests, or error out with an error message to help troubleshoot the problem.
Steps To Reproduce
I've run it on a few different hosts with a few different schemas but it can be reproduced with the following command with the below
schema.yaml
Relevant log output
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: