Closed qarmin closed 8 months ago
Can you please rerun with --verbosity DETAILED --debug
. The nullpointer is caused by this line: Set<String> allContractPaths = openAPI.getPaths().keySet();
which suggests that the OpenAPI specs were not properly parsed.
I now noticed that in the script I am downloading openapi from an incorrect address, so openapi.json is empty and shows this error
I'll close this one.
Describe the bug When trying to run command
I got this null pointer exception
I cannot provide openapi file to test
Environment: