kubi

Results 16 comments of kubi

The PR should be to a branch other than master. You also need to test these.

The linux build is brand new, and I haven't managed to connect successfully to it yet. I get an authentication error when connecting: ``` [2020.08.23-07.58.05:618][824]LogNet: NotifyAcceptingConnection accepted from: x.x.x.x:61655 [2020.08.23-07.58.05:618][824]LogHandshake:...

This seems to be an issue with the install script. It's looking for a `browser_download_url` key in the JSON response, but no such key exists. This appears to be because...

Filed https://github.com/mumble-voip/mumble/issues/5451. Looks like the latest release only came out 13 hours ago.

Looks like the filename format changed so this will still need to be fixed in the install script. Old download was: https://github.com/mumble-voip/mumble/releases/download/1.3.4/mumble-1.3.4.tar.gz New download is: https://github.com/mumble-voip/mumble/releases/download/v1.4.230/mumble_server-1.4.230.x64.linux Notably the version number...

My understanding of that comment is that they publish dynamically linked binaries instead of statically linked binaries. Doesn't that just mean that the binary is not self contained and requires...

You are correct, it doesn't, and that should probably be improved. In your opinion what should it do to respect these headers?

Great, thanks for your input. I'll try to get something added in the next week or so.

This is easy to reproduce. If I have a panel running (behind cloudflare) with 1 node up and 1 node down I will get 504 errors on 50% of refreshes...

I've run into this once before and was able to fix it by exporting `USER=pterodactyl`. No idea if that will work in this particular case, but the symptoms were similar...