mopfel-winrux / urbit-umbrel

Urbit Wrapper for Umbrel
20 stars 8 forks source link

after update no longer able to boot #27

Closed CryptoSocks closed 1 year ago

CryptoSocks commented 1 year ago

as title states i am unable to boot planets or comets on the umbrel app after the last update the troubleshooting logs state that urbit is not found in all the boot bash scripts. e.g. manager_1 | ./boot_pier.sh: line 6: urbit: command not found

yapishu commented 1 year ago

Oof, that's annoying, sorry for the inconvenience. Our build pipeline must have spit out something bad. Looking into this.

yapishu commented 1 year ago

FYI, this was because the Vere repo tagged a release without actually posting the binary, which set off a false trigger on our end. I've submitted a reverted PR to Umbrel https://github.com/getumbrel/umbrel-apps/pull/512

If you had a pier on your app, this wouldn't have hurt anything, it was just failing to start.

CryptoSocks commented 1 year ago

thanks for the update wasn't sure if i should try to reinstall the app, i didn't want to risk losing my pier.

yapishu commented 1 year ago

@CryptoSocks 2.3 ended up getting released in the time since I submitted the revert PR, new PR is here https://github.com/getumbrel/umbrel-apps/pull/521

yapishu commented 1 year ago

2.3 has been merged