question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

`push` command broken in beta 59 and 60

See original GitHub issue

Describe 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:

  1. Given any openapi.yaml file
  2. And version 1.0.0-beta.59 or 1.0.0-beta.60
  3. Run the push command
  4. 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:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
HubertSzymanskiCDQcommented, Sep 22, 2021

@HubertSzymanskiCDQ try npm cache verify or npm cache clean --force

Yeah, that fixed the issue, thx!

0reactions
adamaltmancommented, Sep 22, 2021

🤷 It works for me now.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found