Results 33 comments of PhasecoreX

If you're running the lavalink server externally, you would have to run the container in host networking mode so that it could see the server on your localhost. If lavalink...

Nice! Good to know that external Lavalink works fine with the container.

Is the boot loop caused by docker-compose restarting the container after it exits? From what I can tell, if the updater fails in any way (exits non-zero), it should stop...

Based on the errors, my assumption is that for some reason PyPi is having server issues. Or maybe your Docker host is having connectivity issues to the PyPi servers. I...

Yours specifically has `Failed to establish a new connection: [Errno -3] Temporary failure in name resolution`, so my guess is that your servers are using a different DNS resolver/server than...

Back in the day, it was the case that a user could only upvote or downvote on a message, and the bot would automatically remove the opposite reaction if present....

Yeah I looked over it, that code just deletes the old reaction, like I was doing before. But also that code was from 2 years ago, and Discord has been...

That issue was made, then mainly discussed in my support server, and then I guess closed here. From what I remember, I pretty much said no to it since it...

At the moment, I think glob patterns would cover my use cases: `fbneo/`, `readme.txt`, and `*.srm`, assuming the `fbneo/` excludes that folder as well as anything inside of it. I...

From what I can tell, the host is able to place rides with scenery correctly. It won't cause a desync, and it shows up correctly to the client. The client,...