Ben Hoff
Ben Hoff
https://github.com/opencv/cvat/pull/794
Error is `ModuleNotFoundError: no module named 'numpy'` It's from `language.py`
Sentence level similarity should be able to be used. https://towardsdatascience.com/sentence-embedding-3053db22ea77 https://www.microsoft.com/en-us/research/project/deep-reinforcement-learning-goal-oriented-dialogue/
The core logic is sound, but I believe the bot itself is slightly broken. I haven't had time to get it running again
> Could you please enable debugging for this integration and display debug logs as well? I'm trying to figure out if this was affected by my changes in the opower.py...
Based on the stack trace, I'm guessing in the below for loop, a check needs to be inserted to see if the user is logged in, and call async login...
Same, updated and seems resolved. Survived a restart as well, so I'll go ahead and close this and then reopen it if it pops back up. If anyone else has...
@enter360 , reopened!
It looks like if the original `get` on the account usage page doesn't return a "Password" field, the async login function will return without setting the `cls._subdomain instance`. This will...
Opened a pull request in the opower repo that should resolve above. Not sure how aggressive Home Assistant is in updating it's dependencies, but the opower integration will need to...