Marek Kraus

Results 266 comments of Marek Kraus

@mirmilad can you share your UDP input?

@KifKick that's the point, IP address of player in server-side. And @FabianTerhorst , we will provide IP of player, it's nothing harmful

Hey, there is merge conflict. Also, The baudrate works good on most of platforms.

There are still plenty of them available. Thanks for the list

OK, I find out, but I'm not sure if it's correct. First byte of OTP info is `sign_type` and second byte is `encrypted`. Is this correct? Also, is ChipID area...

I thought I found the OTP info structure. It basically fits, only pkHashCpu's doesn't ```c typedef struct { uint8_t encrypted[BFLB_BOOT2_CPU_MAX]; uint8_t sign[BFLB_BOOT2_CPU_MAX]; uint8_t hbnCheckSign; uint8_t rsvd[3]; uint8_t chipID[8]; uint8_t pkHashCpu0[BFLB_BOOT2_PK_HASH_SIZE];...

@Git-Cluster ```yaml ports: - 127.0.0.1:1337:1337 ``` So I just bind local 1337 port for 1337 port in container. Also, my docker-compose.yaml is based on original one without any much changes....

Please, can you check what is in your Devtools console (according to gif down)? There should be and error message. ![2020-08-24_08-13-38](https://user-images.githubusercontent.com/1665373/91009895-cc86a580-e5e1-11ea-9293-f574c1ceabbb.gif)

Very strange. Are you sure that you reloaded your config? Also, which nginx version do you have? This error happens when you don't have this code in your nginx location:...

@pluveto Please post your nginx site config.