Matt Malec

Results 10 comments of Matt Malec

> PHP Fatal error: Uncaught InvalidArgumentException: Dotenv: Environment file .env not found or not readable. You forgot to run `cp .env.example .env`. Once copied, you'll need to fill out the...

Slow network? I’ve seen this happen when running a bot on my PC at home. Moving it over to EC2 for example fixes this without any additional hassle.

`retrieveUsersByUsername` should paginate over all the users, and then filter. I was working on a PR that properly implements filters and sorts by having FilterablePteroAction and SortablePteroAction where you could...

I believe I have a local branch where I was hacking on this, but it got super long and enterprise Java feely due to the way I was handling generics...

i think the thing to do here would be to validate the url inside of the endpoint config rather than removing the request from the ratelimiter ([here should work](https://github.com/mattmalec/Pterodactyl4J/blob/develop/src/main/java/com/mattmalec/pterodactyl4j/utils/config/EndpointConfig.java#L28)). the...

Is the API key valid, but missing certain permissions?

How do you know it's throwing a HttpException? If we get a 403 from the panel, we throw a LoginException (see here: https://github.com/mattmalec/Pterodactyl4J/blob/develop/src/main/java/com/mattmalec/pterodactyl4j/requests/Request.java#L73-L76)

Definitely looks like a bug then - want to throw up a PR? Sounds like we can just have a 401 case and fallthrough to the 403 logic

No need to apologize! It's hard to get a PR right the first time on an open source project. My biggest nit is consistency - making sure the docs are...

it still works, you just need to upgrade some docker images that are hard coded in the code itself, like the kubo image