xayanide
xayanide
Should've made changes and pr'd to dev branch though, but either way it's no big deal.
Both errors are related to connectivity. `ETIMEDOUT` The receiver didn't respond after some time. `ENOTFOUND` Gives a hint that your internet connection may be lacking. Yes, you should try to...
Still persists, tried manual install with `https://github.com/oven-sh/bun/releases/download/bun-v0.1.10/bun-linux-x64-baseline.zip`
Can you please elaborate more? Have you followed the steps shown in the [README](https://github.com/Meowhal/osu-ahr#setup)?
Hello. I see, it seems like you're talking about `AfkKicker`, try disabling that plugin by setting the `"enabled": true` property to `false` (`"enabled": false`) in your `config/local.json` file. For more...
Send the full error here. In this case, simply knowing the error message doesn't help a lot into making a solution, but I can tell that something undefined was passed...
Oh that is good to know, can you send here how you managed to solve that issue? As for the "max star regulation" issue you're currently having. On every beatmap...
hi there! It looks like there might be a problem with the local.json file based on the error log. It seems there could be mistakes or changes in the way...
Use the `npm start` command from the root directory of your osu-ahr folder, not inside the `osu-ahr/config` folder. Also make sure `config/log_cli.json` do exists because the error means it cannot...
Good day, try these steps This is for the `ELIFECYCLE` error Type and enter `npm cache clean` Delete the `node_modules` folder Delete the `package-lock.json` file Type and enter `npm install`...