We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i have this error
AttributeError: 'AutoMoLi' object has no attribute 'room' 2021-07-25 10:40:32.635202 WARNING camera_weekend: ------------------------------------------------------------ 2021-07-25 10:40:32.642195 INFO cucina: 2021-07-25 10:40:32.643475 WARNING cucina: ------------------------------------------------------------ 2021-07-25 10:40:32.644476 WARNING cucina: Unexpected error running initialize() for cucina 2021-07-25 10:40:32.645597 WARNING cucina: ------------------------------------------------------------ 2021-07-25 10:40:32.646922 WARNING cucina: Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/appdaemon/app_management.py", line 159, in initialize_app await init() File "/config/appdaemon/apps/ad-automoli/automoli.py", line 215, in initialize self.lg("") File "/config/appdaemon/apps/ad-automoli/automoli.py", line 163, in lg name=self.room.name.capitalize(), # type:ignore
😩 Describe the issue/bug A clear and concise description of what the bug is.
😒 Expected behavior A clear and concise description of what you expected to happen.
🎛️ Configuration
[relevant configuration from your apps.yml file]
🧠 System
🗒️ Logs
log log log...
🧁 Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
4b81a7d
Thanks, my fault 🙄 Fixed in the master now :) release follows soon...
Sorry, something went wrong.
thanks, now work!
No branches or pull requests
i have this error
AttributeError: 'AutoMoLi' object has no attribute 'room'
2021-07-25 10:40:32.635202 WARNING camera_weekend: ------------------------------------------------------------
2021-07-25 10:40:32.642195 INFO cucina:
2021-07-25 10:40:32.643475 WARNING cucina: ------------------------------------------------------------
2021-07-25 10:40:32.644476 WARNING cucina: Unexpected error running initialize() for cucina
2021-07-25 10:40:32.645597 WARNING cucina: ------------------------------------------------------------
2021-07-25 10:40:32.646922 WARNING cucina: Traceback (most recent call last):
File "/usr/lib/python3.8/site-packages/appdaemon/app_management.py", line 159, in initialize_app
await init()
File "/config/appdaemon/apps/ad-automoli/automoli.py", line 215, in initialize
self.lg("")
File "/config/appdaemon/apps/ad-automoli/automoli.py", line 163, in lg
name=self.room.name.capitalize(), # type:ignore
😩 Describe the issue/bug
A clear and concise description of what the bug is.
😒 Expected behavior
A clear and concise description of what you expected to happen.
🎛️ Configuration
[relevant configuration from your apps.yml file]
🧠 System
🗒️ Logs
🧁 Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: