arjun
arjun
I fixed this issue by adding this into my `lithium.properties` file: ``` mixin.entity.gravity_check_block_below=false mixin.entity.fast_suffocation_check=false mixin.entity.stream_entity_collisions_lazily=false mixin.entity.collisions=false ``` I'm pretty sure you only need the last line to fix it but...
Seems to be working fine on version 4.0 but not version 5.
Both my HomeBridge and Python versions are sufficient. Debug files: [homescript_exception_2021.01.03.log](https://github.com/menahishayan/HomeScript/files/5761924/homescript_exception_2021.01.03.log) [homescript_debug_2021.01.03.log](https://github.com/menahishayan/HomeScript/files/5761925/homescript_debug_2021.01.03.log)
Hasn't this been added in #2772?
I can send in a pull request if all that is required is a dependency upgrade, let me do that now
I updated koboutils to v2.2.0, and built kobo-uncaged, however it fails to install NickelDBus upon launch. Not sure if this is due to my device (Libra Colour). I'll send a...
I see https://github.com/shermp/NickelDBus/issues/19 talks about this issue with the Kobo Libra Colour, so maybe these changes to kobo-UNCaGED will work for other devices.
Installing the latest build of NickelDBus from Github Actions finally allows UNCaGED to bypass the automatic installation, however it does not run. Maybe there's something interesting in the logs- though...
@cal-87364 you can try downloading the updates I made from my fork: https://github.com/SmatMan/Kobo-UNCaGED/actions/runs/9616988263 You should be able to scroll down to artifacts on that link and get the zip to...
Glad it's working for you! Hopefully it should work on my device- will test tomorrow.