Gaëtan Trellu

Results 193 comments of Gaëtan Trellu
trafficstars

> Hey for me the fix was I need to copy the conf files that are in one of these dirs into the other dir below (make the dirs if...

> > > Hey for me the fix was I need to copy the conf files that are in one of these dirs into the other dir below (make the...

Same here, here is the Packer output: ``` ==> arm.recovery: Retrieving rootfs_archive ==> arm.recovery: Trying https://downloads.raspberrypi.org/raspios_lite_arm64/images/raspios_lite_arm64-2022-01-28/2022-01-28-raspios-bullseye-arm64-lite.zip?archive=false ==> arm.recovery: Trying https://downloads.raspberrypi.org/raspios_lite_arm64/images/raspios_lite_arm64-2022-01-28/2022-01-28-raspios-bullseye-arm64-lite.zip?archive=false&checksum=file%3Ahttps%3A%2F%2Fdownloads.raspberrypi.org%2Fraspios_lite_arm64%2Fimages%2Fraspios_lite_arm64-2022-01-28%2F2022-01-28-raspios-bullseye-arm64-lite.zip.sha256 ==> arm.recovery: https://downloads.raspberrypi.org/raspios_lite_arm64/images/raspios_lite_arm64-2022-01-28/2022-01-28-raspios-bullseye-arm64-lite.zip?archive=false&checksum=file%3Ahttps%3A%2F%2Fdownloads.raspberrypi.org%2Fraspios_lite_arm64%2Fimages%2Fraspios_lite_arm64-2022-01-28%2F2022-01-28-raspios-bullseye-arm64-lite.zip.sha256 => /root/.cache/packer/258574cfe2c5e2a35c3bbc9affc3e113d9d98e63.zip arm.recovery: unpacking /root/.cache/packer/258574cfe2c5e2a35c3bbc9affc3e113d9d98e63.zip to recovery.img...

Just got this: ``` ==> arm.recovery: failed to handshake ```

I'm facing the same issue, I got a JSON document with a UUID but I can't search it by UUID. Maybe a `UUID` type could avoid this behavior.

> You need to escape the - when searching as I wrote above. Not that hard guys... I never said that it was hard, just that having a dedicated field...

> No, you misunderstand how escaping works. You need to escape BOTH when you index AND when you query. Then it will not split the text and search it as...

That's nice, you should try to write a PR to connect your hotword detector as a Mycroft plugin.

Did you install it as `root` or as a simple user? In you `bus.log` I can see some `permission denied`. ``` PermissionError: [Errno 13] Permission denied: '/tmp/mycroft/service.pid' ```

Does you `/tmp` is mounted separately than `/`? If yes could you please paste the output of the command below? ``` $ mount | grep /tmp ```