devspace-sh / devspace

DevSpace - The Fastest Developer Tool for Kubernetes ⚡ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.
https://devspace.sh
Apache License 2.0
4.29k stars 359 forks source link

/devspace/releases/assets/93304268: No such file or directory #2518

Closed cseas closed 1 year ago

cseas commented 1 year ago

What happened?

I keep getting the below error after upgrading devspace with devspace upgrade.

/usr/local/bin/devspace: line 1: url:https://api.github.com/repos/devspace-sh/devspace/releases/assets/93304268: No such file or directory

What did you expect to happen instead?

No issues

How can we reproduce the bug? (as minimally and precisely as possible)

Upgrading devspace from 6.2.4 to 6.2.5

My devspace.yaml:

version: ...
...

Local Environment:

Anything else we need to know?

89luca89 commented 1 year ago

Thanks @cseas for reporting! We will take a look.

igoooor commented 1 year ago

exact same problem here. DevSpace Version: 6.2.5 Operating System: mac ARCH of the OS: ARM64 Kubernetes Cluster: Cloud Provider: k3d Kubernetes Version: v1.23.6

ecodrutzconteo commented 1 year ago

same problem after upgrading from 6.2.4 to 6.2.5 via self upgrade. the actual devspace file contained only some comands instead of the binary

89luca89 commented 1 year ago

Hi, this is because of a bug in the upgrade, where a json file is downloaded instead of the binary This is in fact a duplicate of #2516, we will continue the debug there :+1: