`push` command broken in beta 59 and 60
See original GitHub issueDescribe the bug
openapi push (with 1.0.0-beta.60 or 1.0.0-beta.59):
File upload failed
openapi push
To Reproduce Steps to reproduce the behavior:
- Given any openapi.yaml file
- And version 1.0.0-beta.59 or 1.0.0-beta.60
- Run the
push
command - See error:
File upload failed
Expected behavior
The push
command should work – the same API content works with beta.58 and prior.
Logs
n/a
OpenAPI definition
I tried with a 3.0 definition.
openapi-cli
Version(s)
- 1.0.0-beta.59
- 1.0.0-beta.60
Node.js
Version(s)
16.1.0
Additional context
A thread in the support slack channel.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Git, fatal: The remote end hung up unexpectedly
Run this (taken from Git fails when pushing commit to github): git config http.postBuffer 524288000. Then, run your original command again.
Read more >Troubleshooting Your Beta VCR - MisterBetamax
Turn the unit off, disconnect the power cord from the wall outlet and leave the unit off for more than one minute. Plug...
Read more >Makefile is broken · Issue #1974 · docker/machine - GitHub
The Makefile is broken in multiple ways. I've got multiple failures when trying to test machine on OSX. out-of-container make test fails ...
Read more >Git Push Command Explained With Demo - Simplilearn
Pushing is the way commits are transferred from the local repository to the remote repository.
Read more >LQ and RSSI Explained for ExpressLRS and Crossfire
I will try to explain the differences between LQ and RSSI in popular radio systems such as ExpressLRS and Crossfire, and show you...
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 Free
Top 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
Yeah, that fixed the issue, thx!
🤷 It works for me now.