joBr99 / nspanel-lovelace-ui

Custom Firmware for NsPanel with the design of HomeAssistant's lovelace UI in mind, works with Tasmota.
GNU General Public License v3.0
880 stars 190 forks source link

trying to update from 4.3.1 to 4.3.3 gives error #1061

Closed pvtex closed 11 months ago

pvtex commented 11 months ago

PROBLEM DESCRIPTION

trying to update from 4.3.1 to 4.3.3 gives this error: `Logger: custom_components.hacs Source: custom_components/hacs/repositories/base.py:991 Integration: HACS (documentation, issues) First occurred: 13:42:09 (132 occurrences) Last logged: 13:42:09

<Appdaemon joBr99/nspanel-lovelace-ui> Download was not completed [[Errno 17] File exists: '/config/appdaemon']`

REQUESTED INFORMATION

Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!

- [ ] Go to Settings>Add-ons>AppDaemon>Log (or the output of your TS script) and then, provide the output of the log during your issue/bug occurs:

Log output here: `Logger: custom_components.hacs Source: custom_components/hacs/repositories/base.py:991 Integration: HACS (documentation, issues) First occurred: 13:42:09 (132 occurrences) Last logged: 13:42:09

<Appdaemon joBr99/nspanel-lovelace-ui> Download was not completed [[Errno 17] File exists: '/config/appdaemon']`



### TO REPRODUCE
_Steps to reproduce the behavior:_
update from 4.3.1 to 4.3.3

### EXPECTED BEHAVIOUR
_A clear and concise description of what you expected to happen._
should update

### SCREENSHOTS
_If applicable, add screenshots/pictures to help explain your problem._

### ADDITIONAL CONTEXT
_Add any other context about the problem here._
_Please note here in case you are using ioBroker_

### PANEL / FIRMWARE VERION
_Please add the Panel/Firmware Version you are using (EU, US-L or US-P)_

EU
joBr99 commented 11 months ago

Just replace the content of apps/nspanel-lovelace-ui/luibackend/pages.py manually with this:

https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/v4.3.3/apps/nspanel-lovelace-ui/luibackend/pages.py

Restart Appdaemon afterwards.

This is going to be the last release based on AppDaemon anyways.

pvtex commented 11 months ago

thank you just replaced the file. but update give the same error. I will wait for next release without appdaemon

joBr99 commented 11 months ago

ignore the update message in hacs; you did the update manually by replacing that file

pvtex commented 11 months ago

thought there where more changes from 4.3.1 to 4.3.3

joBr99 commented 11 months ago

no, just a fix to be compatible with HA 2023.11