hassio-addons icon indicating copy to clipboard operation
hassio-addons copied to clipboard

Mopidy won't install and returns generic error

Open timelf123 opened this issue 6 years ago • 12 comments

XHR returns: {"result": "error", "message": null}

gizmtiz 1

The Travis build is failing, does that affect the installation process? The job exceeded the maximum time limit for jobs, and has been terminated.

https://travis-ci.org/bestlibre/hassio-addons/jobs/465538945

timelf123 avatar Dec 09 '18 16:12 timelf123

It looks like there is missing tag 0.2.5: 18-12-09 19:58:52 INFO (SyncWorker_9) [hassio.docker.interface] Pull image bestlibre/armhf-mopidy tag 0.2.5. 18-12-09 19:58:54 ERROR (SyncWorker_9) [hassio.docker.interface] Can't install bestlibre/armhf-mopidy:0.2.5 -> 404 Client Error: Not Found ("manifest for bestlibre/armhf-mopidy:0.2.5 not found"). 18-12-09 20:00:17 INFO (SyncWorker_3) [hassio.docker.interface] Remove Docker bestlibre/armhf-mopidy with latest and 0.2.4

KavajNaruj avatar Dec 09 '18 21:12 KavajNaruj

This is nothing I can solve myself without forking the addons repo and building/linking to my own bestlibre/armhf-mopidy correct?

timelf123 avatar Dec 09 '18 23:12 timelf123

I will have to build manually since Travis won't do it. I will not be able to do it today, so I will revert to previous version.

bestlibre avatar Dec 10 '18 06:12 bestlibre

it doesn't helped, it still try to install 0.2.5:

18-12-10 07:41:57 INFO (SyncWorker_3) [hassio.docker.interface] Pull image bestlibre/armhf-mopidy tag 0.2.5.
18-12-10 07:41:58 ERROR (SyncWorker_3) [hassio.docker.interface] Can't install bestlibre/armhf-mopidy:0.2.5 -> 404 Client Error: Not Found ("manifest for bestlibre/armhf-mopidy:0.2.5 not found").

KavajNaruj avatar Dec 10 '18 07:12 KavajNaruj

Should be fixed

bestlibre avatar Dec 11 '18 07:12 bestlibre

Still getting this XHR on a fresh install:

{result: "error", message: null}

timelf123 avatar Dec 11 '18 11:12 timelf123

It's weird, I tried to uninstall and install plugin and I didn't get any errors

KavajNaruj avatar Dec 11 '18 11:12 KavajNaruj

Strange. Just flashed this Rpi 3 (brand new with new sd card) with https://github.com/home-assistant/hassos/releases/download/1.13/hassos_rpi3-64-1.13.img.gz

After adding this repo to the hassio addons, I still get the same behavior. XHR returns error, no real logs in HA:

2018-12-11 19:24:04 INFO (MainThread) [homeassistant.components.http.view] Serving /api/hassio/addons/53caca22_mopidy/install to 127.0.0.1 (auth: True)
2018-12-11 19:24:04 INFO (MainThread) [homeassistant.components.http.view] Serving /api/hassio/addons/53caca22_mopidy/info to 127.0.0.1 (auth: True)

Trying from CLI errors with no details, unless I missed the syntax:

core-ssh:~# hassio ad install --name 53caca22_mopidy
ERROR

timelf123 avatar Dec 12 '18 01:12 timelf123

Even copying this code to a fresh install into addons and trying to install locally gives the same error

timelf123 avatar Dec 20 '18 02:12 timelf123

Sorry for the spam. Found an actual error message:

18-12-20 06:27:30 ERROR (SyncWorker_15) [hassio.docker.interface] Can't install bestlibre/aarch64-mopidy:0.2.5 -> 
404 Client Error: Not Found ("manifest for bestlibre/aarch64-mopidy:0.2.5 not found").

timelf123 avatar Dec 20 '18 06:12 timelf123

Can you try with the last version (0.2.6) ?

bestlibre avatar Jan 03 '19 11:01 bestlibre

I actually switched from hassio to raw docker/docker-compose. I'll try later on my rpi

timelf123 avatar Jan 03 '19 20:01 timelf123