MatthewCroughan / octobalena

Control your 3d-printer with octoprint + octoscreen via balena!
GNU General Public License v2.0
49 stars 22 forks source link

Failing OctoDash #13

Closed JNSmith1717 closed 3 years ago

JNSmith1717 commented 4 years ago

when building release its failing on octodash

SamEureka commented 4 years ago

+1

[Error]           Some services failed to build:
[Error]             Service: octodash
[Error]               Error: The command '/bin/sh -c curl -sL https://github.com/UnchartedBull/
OctoDash/releases/download/v""$VERSION""/octodash_""$VERSION""_$(uname -m).deb 
-o octodash.deb &&     dpkg -i --ignore-depends=libnotify4,xdg-utils,libappindicator3-1,
libsecret-1-0 octodash.deb &&     rm octodash.deb' returned a non-zero code: 1

(line breaks added for readability)

MatthewCroughan commented 4 years ago

I do not have time to debug and solve this issue outright at the moment, but if anyone else could look into this and fix it, that would be great.

I'm not sure how this broke, but maybe the dpkg -i is failing now because the release was silently changed for that version by UnchartedBull? What is the $VERSION you're using in the file? It's possible that it's just that, so try bumping it up to the current Octodash version, which is 2.0.0 and rebuilding.

SamEureka commented 4 years ago

I'll fork and see what I can do. Thanks for pointing me in a direction.