ERROR: Syntax error: No mapping value found. swagger.yaml:1:1
See original GitHub issue1st line: openapi: 3.0.0
invocation: autorest --v3 --csharp --input-file=swagger.yaml
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Error parsing yaml file: mapping values are not allowed here
I want to upload an app to Google App Engine: I get this. Error parsing yaml file ...
Read more >Syntax Error while loading YAML. mapping values are not ...
i am getting error with below yaml file.could you please help me name: testhosts: localhosttasks:-name: launching AWS instance …
Read more >Unable to parse YAML: mapping values are not allowed here
Running your config.yml through yamllint, produced the following: 1:1 warning missing document start "---" (document-start) 13:3 error ...
Read more >wrong line reported in 'did not find expected key while parsing ...
the error message. Psych::SyntaxError: (/tmp/oops.yaml): did not find expected key while parsing a block mapping at line 1 column 1.
Read more >Invalid YAML: mapping values are not allowed in this context ...
@steeldriver, using --debug still gave me the same error message but made me go back and look at the network line. I was...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@bugproof I have a fix for showing the right error line. In the meantime this is the output of running it on your yaml
@timotheeguerin I have found the cause of the failure - line 89 description for the /hello-world url was missing a value. Not sure why autorest reports an error in position 1:1 though?