dodaucy
dodaucy
I believe the issue can be closed now that this feature has been released. See [commit d5316d0f]( https://github.com/ollama/ollama-python/commit/d5316d023a40c38c40aee5e98e2b9a01dbeb949f)
Same problem on Linux Mint 21.
I was able to work around this by copying the `BepInEx/plugins/Magic_Wesley-Wesleys_Moons` folder from a friend and by modifying `mods.yml` after installing the dependencies.
I may found the issue. It looks like the error is caused by `const buf: Buffer = Buffer.from(response.data);` in [BetterThunderstoreDownloader.ts (L82)](https://github.com/ebkr/r2modmanPlus/blob/4e81892867ec5d73e6ee1821da138a7bb267ad6a/src/r2mm/downloading/BetterThunderstoreDownloader.ts#L82), likely due to the [buffer limit](https://nodejs.org/api/buffer.html#bufferconstantsmax_length). I would suggtest...