rushii
rushii
Related issue: https://github.com/LSPosed/LSPlant/issues/97 This should have fixed it already: https://github.com/LSPosed/LSPlant/commit/0d9faca38da7023fa39fc93383051a04458a3518 @passself Can you give a full logcat of the debug LSPlant test?
Actually I'm marking this draft for now since I'm getting wildly inconsistent results between builds
I see, thanks. But is there a way to set the default logging level for the web console?
That's what I did, which is why this is interesting. The CLI for me is at `info`, but every time I restart the container, the web console always goes back...
fyi idle disconnect does not exist on this version
@pelluch Thank you very much for the workaround! I have a Music library containing 680 albums/8900 tracks, and this massively improved the speed for listing items, and searching! With my...
Which plugins do you have installed? Run the /plugins command
I'm gonna hold off on this for now since I want to fix captchas using a hardcoded sitekey
Installing v0.4.4 worked for me: `https://github.com/FormerLurker/Octolapse/archive/refs/tags/v0.4.4.zip`
I made a hacky workaround with a package patch for this library to inject vite's `env` config into the generated js that is executed. ```patch diff --git a/dist/index.js b/dist/index.js index...