Unable to install plugin after reflashing USB with backup.


Go to solution Solved by ljm42,

Recommended Posts

Okay, So this is what pops up in the plugin install window (emphasis mine):
plugin: installing: dynamix.unraid.net.plg Executing hook script: pre_plugin_checks plugin: downloading: dynamix.unraid.net.plg ... done Executing hook script: pre_plugin_checks Installing dynamix.unraid.net.plg 2023.09.08.0637 with Unraid API 3.2.3 Checking DNS... ⚠️ Do not close this window yet plugin: downloading: unraid-api-3.2.3.tgz ... done plugin: bad file SHA256: /boot/config/plugins/dynamix.my.servers/unraid-api.tgz Executing hook script: post_plugin_checks

Link to comment

Same result:

plugin: installing: dynamix.unraid.net.plg Executing hook script: pre_plugin_checks plugin: downloading: dynamix.unraid.net.plg ... done Executing hook script: pre_plugin_checks Installing dynamix.unraid.net.plg 2023.09.08.0637 with Unraid API 3.2.3 Checking DNS... ⚠️ Do not close this window yet plugin: downloading: dynamix.unraid.net-2023.09.08.0637.txz ... done plugin: downloading: unraid-api-3.2.3.tgz ... done plugin: bad file SHA256: /boot/config/plugins/dynamix.my.servers/unraid-api.tgz Executing hook script: post_plugin_checks

Link to comment
2 hours ago, Mantene said:

Okay, So this is what pops up in the plugin install window (emphasis mine):
plugin: installing: dynamix.unraid.net.plg Executing hook script: pre_plugin_checks plugin: downloading: dynamix.unraid.net.plg ... done Executing hook script: pre_plugin_checks Installing dynamix.unraid.net.plg 2023.09.08.0637 with Unraid API 3.2.3 Checking DNS... ⚠️ Do not close this window yet plugin: downloading: unraid-api-3.2.3.tgz ... done plugin: bad file SHA256: /boot/config/plugins/dynamix.my.servers/unraid-api.tgz Executing hook script: post_plugin_checks

Same Issue here. Anyone any idea?

Edited by MrForis
Link to comment
  • Solution

This is really odd... Digital Ocean (our CDN) is sending the wrong file when the plugin installer tries to download it. The good news is that the SHA256 mismatch detects the wrong file and refuses to install it.

 

We are investigating, in the meantime you can manually download the file by opening a web terminal and running these commands one at a time:

mkdir -p /boot/config/plugins/dynamix.my.servers
wget -O /boot/config/plugins/dynamix.my.servers/unraid-api.tgz https://unraid-dl.sfo2.cdn.digitaloceanspaces.com/unraid-api/unraid-api-3.2.3.tgz

Once that is done, you will be able to install the current Connect plugin (dated 2023.09.08.0637)

  • Like 4
  • Thanks 1
Link to comment
8 minutes ago, ljm42 said:

This is really odd... Digital Ocean (our CDN) is sending the wrong file when the plugin installer tries to download it. The good news is that the SHA256 mismatch detects the wrong file and refuses to install it.

 

We are investigating, in the meantime you can manually download the file by opening a web terminal and running these commands one at a time:

mkdir -p /boot/config/plugins/dynamix.my.servers
wget -O /boot/config/plugins/dynamix.my.servers/unraid-api.tgz https://unraid-dl.sfo2.cdn.digitaloceanspaces.com/unraid-api/unraid-api-3.2.3.tgz

Once that is done, you will be able to install the current Connect plugin (dated 2023.09.08.0637)

Thank you for the workaround. I was able to install and login to reply here now.

  • Like 2
Link to comment
9 hours ago, ljm42 said:

This is really odd... Digital Ocean (our CDN) is sending the wrong file when the plugin installer tries to download it. The good news is that the SHA256 mismatch detects the wrong file and refuses to install it.

 

We are investigating, in the meantime you can manually download the file by opening a web terminal and running these commands one at a time:

mkdir -p /boot/config/plugins/dynamix.my.servers
wget -O /boot/config/plugins/dynamix.my.servers/unraid-api.tgz https://unraid-dl.sfo2.cdn.digitaloceanspaces.com/unraid-api/unraid-api-3.2.3.tgz

Once that is done, you will be able to install the current Connect plugin (dated 2023.09.08.0637)

THANK YOU 😃

  • Like 1
Link to comment

I'm getting this error:

"

wget -O /boot/config/plugins/dynamix.my.servers/unraid-api.tgz https://unraid-dl.sfo2.cdn.digitaloceanspaces.com/unraid-api/unraid-api-3.2.3.tgz
--2023-11-18 18:04:33-- https://unraid-dl.sfo2.cdn.digitaloceanspaces.com/unraid-api/unraid-api-3.2.3.tgz
Resolving unraid-dl.sfo2.cdn.digitaloceanspaces.com (unraid-dl.sfo2.cdn.digitaloceanspaces.com)... 104.18.33.184, 172.64.154.72, 2606:4700:4400::ac40:9a48, ...
Connecting to unraid-dl.sfo2.cdn.digitaloceanspaces.com (unraid-dl.sfo2.cdn.digitaloceanspaces.com)|104.18.33.184|:443... connected.
HTTP request sent, awaiting response... 200 OK
Cookie coming from unraid-dl.sfo2.cdn.digitaloceanspaces.com attempted to set domain to digitaloceanspaces.com
Length: unspecified [text/plain]
Saving to: ‘/boot/config/plugins/dynamix.my.servers/unraid-api.tgz’

/boot/config/plugin     [           <=>      ]  13.40M  6.50MB/s    in 2.1s

2023-11-18 18:04:35 (6.50 MB/s) - Read error at byte 14054569 (Success).Retrying.

--2023-11-18 18:04:36--  (try: 2) https://unraid-dl.sfo2.cdn.digitaloceanspaces.com/unraid-api/unraid-api-3.2.3.tgz
Connecting to unraid-dl.sfo2.cdn.digitaloceanspaces.com (unraid-dl.sfo2.cdn.digitaloceanspaces.com)|104.18.33.184|:443... connected.
HTTP request sent, awaiting response... 502 Bad Gateway
2023-11-18 18:04:37 ERROR 502: Bad Gateway.
"

Previously I had connect installed, but couldn't login.

Stuck at 

image.png.e373abd35ae57f6e77154b64fe8f8118.png

Link to comment