Xe138
Xe138
> Does it work if you don't specify an account and password? Same result ``` midea-discover -d -i 192.168.20.60 ``` ``` INFO:msmart.cli:Debug mode active INFO:msmart.cli:msmart version: 0.2.5 Currently only supports...
I'm having the same issue. I believe it is related to the audio output not working. Are you getting any audio feedback when the first command is completed? It seems...
Hey @zachmu - thanks for the quick response on this. Any update on the rest of the sqlalchemy issues? Anything I can do to help troubleshoot?
@zachmu I appreciate the updates!
I'm still working on getting everything implemented, but I'm running into an issue retrieving the commit log using sqlalchemy reflection. I'm running Doltgres version 0.51.0 The [dolt-sqlalchemy demo code](https://github.com/timsehn/dolt-sqlalchemy-getting-started/blob/main/demo.py#L367C5-L367C21) does...
> Hi [@Xe138](https://github.com/Xe138), sorry for the slow response here. I just tested the [doltgres-sqlalchemy-getting-started](https://github.com/dolthub/doltgres-sqlalchemy-getting-started) project with Doltgres 0.51.1 and was able to run the demo script without any errors. >...