Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed another incorrect check #290

Merged
merged 1 commit into from
Nov 15, 2023
Merged

Fixed another incorrect check #290

merged 1 commit into from
Nov 15, 2023

Conversation

frenck
Copy link
Member

@frenck frenck commented Nov 15, 2023

Proposed Changes

Another one 馃槩

#287

@frenck frenck added the bugfix Inconsistencies or issues which will cause a problem for users or implementors. label Nov 15, 2023
@frenck frenck merged commit fad4c1c into main Nov 15, 2023
22 checks passed
@frenck frenck deleted the frenck-2023-1439 branch November 15, 2023 11:47
@hioctane61
Copy link

dude, you do a great job. Could happen to anyone. Keep up the good work.

@frenck
Copy link
Member Author

frenck commented Nov 15, 2023

Thanks, @hioctane61 鉂わ笍

@ErikCoen
Copy link

I have lost all the files inside the folder /homeassistant/appdaemon after updating appdaemon to 0.15.2!

@frenck
Copy link
Member Author

frenck commented Nov 15, 2023

@ErikCoen correct, they moved, as per release notes.

@ErikCoen
Copy link

ErikCoen commented Nov 15, 2023

I see it is moved to /addon_configs/a0d7b954_appdaemon/

but I got the error message:

s6-rc: info: service init-appdaemon successfully started
s6-rc: info: service appdaemon: starting
s6-rc: info: service appdaemon successfully started
s6-rc: info: service legacy-services: starting
[22:20:13] INFO: Starting AppDaemon...
s6-rc: info: service legacy-services successfully started
ERROR Error loading secrets file: /config/secrets.yaml
Traceback (most recent call last):
File "/usr/bin/appdaemon", line 8, in
sys.exit(main())
^^^^^^
File "/usr/lib/python3.11/site-packages/appdaemon/main.py", line 417, in main
admain.main()
File "/usr/lib/python3.11/site-packages/appdaemon/main.py", line 276, in main
if "appdaemon" not in config:
^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: argument of type 'NoneType' is not iterable
[22:20:19] INFO: Service AppDaemon exited with code 1 (by signal 0)

@ErikCoen
Copy link

It is resolved as mentioned in the release not:

appdaemon.yaml changed to:
secrets: /homeassistant/secrets.yaml

Thanks in advantage!

@saschaludwig
Copy link

It is resolved as mentioned in the release not:
appdaemon.yaml changed to: secrets: /homeassistant/secrets.yaml
Thanks in advantage!

That did the trick!
Changing the path in appdaemon.yaml to:
secrets: /homeassistant/secrets.yaml

Because the appdaemon directory moved one level up and into /addon_configs/, how can I edit the config files from Studio Code Server? I only have /config/ exposed there by default. Does anyone here have a hint on how to change this?

@davisrg
Copy link

davisrg commented Nov 16, 2023

I had to restore from backup after updating AppDaemon to 15.2. I lost the ability to edit my dashboard from HA File Editor because the path is too high level for File Editor to access. I tried configuring ssh but had issues connecting (still looking into why).

@frenck
Copy link
Member Author

frenck commented Nov 17, 2023

See #287

@hassio-addons hassio-addons locked as off-topic and limited conversation to collaborators Nov 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bugfix Inconsistencies or issues which will cause a problem for users or implementors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants