Warley Gabriel
Warley Gabriel
Hi all, I got the same error, when I run a test with more than 6 minutes. Log of the zalenium: ``` 05:39:06.839 [qtp1591916281-1203] ERROR o.o.g.w.s.handler.RequestHandler - cannot forward the...
Since this is not gonna be merged, closing it.
Hi guys, I'm using two AWS packages: ``` "@aws-sdk/client-secrets-manager": "^3.282.0" "@aws-sdk/client-ssm": "^3.282.0" ``` Node.JS version `16.19.1` and I'm also facing this error, it's like: ``` TypeError: Cannot destructure property 'writeFile'...
I've just realized that I was mocking `fs` in my test: ``` jest.mock('fs') ``` I changed to use `jest.spyOn(fs, 'writeFileSync').mockReturnValue({})`, now it's working!
I also could connect to the robot using the CLI: ``` poetry run miiocli dreamevacuum --ip 10.0.0.174 --token 784e44676664386341376556584d4367 info ``` ``` WARNING:miio.integrations.genericmiot.genericmiot:Got used name name, ignoring 'brush-cleaner:reset-brush-life': urn= description='Reset...
Hi @rytilahti, thanks! I will take a look at the custom components, I would like to use the device with Home Assistant.