ioBroker.admin icon indicating copy to clipboard operation
ioBroker.admin copied to clipboard

[bug]: Upgrade Fails

Open EvilEls opened this issue 5 months ago • 7 comments

No existing issues.

  • [X] There is no existing issue for my problem.

Describe the bug

When trying to upgrade the adapter via the adapters page, a Networkerror occurs and I have to login to console and restart the admin adapter.

TypeError: NetworkError when attempting to fetch resource.

There is nothing in the logs.

The upgrade of admin worked reliably before but started to fail end of last year. Not sure with what version. I didn't care because upgrade still worked from info adapter.

To Reproduce

Go to Adapters page. Click the button with the new version for admin adapter. A few sec later the modal with the error appears.

Expected behavior

admin adapter upgrades as other adapters.

Screenshots & Logfiles

image

admin.0 | 2024-02-20 15:50:46.342 | info | ==> Connected system.user.admin from 192.168.0.20
admin.0 | 2024-02-20 15:50:35.308 | info | Repository received successfully.
admin.0 | 2024-02-20 15:50:28.885 | info | Use link "https://127.0.0.1:8081" to configure.
admin.0 | 2024-02-20 15:50:28.884 | info | https server listening on port 8081
admin.0 | 2024-02-20 15:50:28.875 | info | Secure socket.io server listening on port 8081
admin.0 | 2024-02-20 15:50:28.572 | info | Request actual repository...
admin.0 | 2024-02-20 15:50:28.233 | info | received all objects
admin.0 | 2024-02-20 15:50:26.711 | info | requesting all objects
admin.0 | 2024-02-20 15:50:26.607 | info | starting. Version 6.13.21 in /opt/iobroker/node_modules/iobroker.admin, node: v18.17.1, js-controller: 5.0.19

Adapter version

6.13.21

js-controller version

5.0.19

Node version

v18.17.1

Operating system

Ubuntu 20.04.6 LTS (GNU/Linux 5.4.0-171-generic x86_64)

Additional context

No response

EvilEls avatar Feb 20 '24 15:02 EvilEls