mopfel-winrux / urbit-umbrel

Urbit Wrapper for Umbrel
20 stars 8 forks source link

Latest Release (v1.16 update) Not Working #21

Closed hanryc-tirpur closed 1 year ago

hanryc-tirpur commented 1 year ago

Hello,

I just installed the v1.16 update and now my moon will not boot. I checked the logs and am getting this message

127.0.0.1 - - [15/Jan/2023 20:16:20] "GET / HTTP/1.0" 200 -
127.0.0.1 - - [15/Jan/2023 20:16:20] "GET /static/logo.png HTTP/1.0" 304 -
127.0.0.1 - - [15/Jan/2023 20:16:20] "GET / HTTP/1.0" 200 -
127.0.0.1 - - [15/Jan/2023 20:17:16] "GET / HTTP/1.0" 200 -
127.0.0.1 - - [15/Jan/2023 20:17:16] "GET /static/logo.png HTTP/1.0" 304 -
127.0.0.1 - - [15/Jan/2023 20:17:16] "GET / HTTP/1.0" 200 -
127.0.0.1 - - [15/Jan/2023 20:17:35] "POST /boot HTTP/1.0" 302 -
Urbit detected a Pier named /data/piers/modlyx-hidled-hanryc-tirpur/
./boot_pier.sh: line 6: urbit: command not found

Any ideas?

yapishu commented 1 year ago

Ahh I know exactly what the issue is -- the binary repo moved to urbit/vere and we didn't update the URL. Hang tight and I will PR

yapishu commented 1 year ago

(btw your pier is still in place and you didn't lose anything, but I apologize for the inconvenience)

yapishu commented 1 year ago

https://github.com/getumbrel/umbrel-apps/pull/371

yapishu commented 1 year ago

@hanryc-tirpur in the meantime you should be able to manually edit your urbit app's compose file to use this image:

mopfelwinrux/urbit-umbrel:v1.16@sha256:f8c746b2c85336cbf5049ee88e2fea7c5aaa8d952da2a8a327cbeb0cfea06c41

hanryc-tirpur commented 1 year ago

Quick service! Thanks!

yapishu commented 1 year ago

@hanryc-tirpur hotfix has been merged