Pjort
Pjort
> @Pjort @tasiotas The cache is only hit when either `useAsyncGql` or `useAsyncData` is used, however though we only recommend using `useAsyncGql` when querying data that is needed to load...
Oh that sounds so good! I will test it out for sure! But the documentation doesn't mention this I think? When I have played around with it a bit I...
Didn't mean to close it untill I have added the documentation
When I remove str I get the following error: ValueError: b'\xd3\x00iF@\x00m\xa7J\x02\x00\x00\x00\xac\x00\xe0\x00\x00\x00\x00 \x02\x00\x00\x7f\xd5\x05\x0e\x9d\x06\x8e\x9c\xa1\xbb\xaf\x1a\xe6\xaf\x08Y^N\x9b\xec\xe4\xff\x1f}Kk\x1d\xd1S\x84\xbb\x01\x08\xfe\xa0\xffa\xfa}:\xb0\xf3\xab3\xd4\x16\x8f\xa2\xcb\xbdn\xa6\xf4F\xfb\xc2\xdf\xae\xc4\x91\x01\xf9\x89\x03\xe8\xc0\x0e\xde_\xf9\xff\xff\xff\xff\x00\x12\xd2\xe45S4\xb8[HO>\x10' has type str, but isn't valid UTF-8 encoding. Non-UTF-8 strings must be converted to unicode objects before being...
When I swap back to MAVSDK version: v1.4.18 everything once again works fine. I was testing with MAVSDK v2.9.1 were I found above mentioned problem. I also still need to...
It seems that the problem is related to this hacky fix that was back in 1.4.16: [https://github.com/mavlink/MAVSDK/pull/2073/commits/9d02d742ac00633194804916b30563985e5926a3](https://github.com/mavlink/MAVSDK/pull/2073/commits/9d02d742ac00633194804916b30563985e5926a3) But the new version MAVSDK-Python doesn't reflec what was mentioned with using a...
I can confirm the problem is still there with version 4.40.0 and 4.41.0. But downgrading to 4.30.0 also worked for me.
> From the container, can you show the output of those two commands? > > ``` > getent hosts host.docker.internal > ``` > > and > > ``` > getent...
> And would this work, by any chance? > > ``` > docker run --rm -it jonasvautherin/px4-gazebo-headless:1.14.3 192.168.65.254 192.168.65.254 > ``` Yes, it does infact work.
Does the new 4.4 update with the UID solve this issue?