Nikolay

Results 6 issues of Nikolay

Лонгпол объекты из документации: ![image](https://github.com/VKCOM/vk-java-sdk/assets/139270836/85c67ce0-5148-4324-a1da-3187b0dacd22) Лонгпол объекты в реализации: ![image](https://github.com/VKCOM/vk-java-sdk/assets/139270836/a27171bf-7b3d-4844-993e-ac48019d302a) Как можно заметить, в реализации не хватает message_event, что делает невозможным ответ на callback кнопки -- основа любого ВКонтакте бота....

If you enter with an xbox (to be more precise, if the offline parameter is false), then everything is perfect, if without, you cannot see your skin, and also at...

help wanted

**Describe the bug** I'm using better render dragon and trying to import mcpack as written in the guide, however minecraft does not allow me to do this. If you copy...

bug

The client does not receive a response to the open connection request packet from server, probably the server does not expect it. However, according to the raknet documentation (https://wiki.vg/Raknet_Protocol), the...

I'm using the following code from the readme, changing java to bedrock: ```java HttpClient httpClient = MinecraftAuth.createHttpClient(); StepFullBedrockSession.FullBedrockSession bedrockSession = MinecraftAuth.BEDROCK_DEVICE_CODE_LOGIN.getFromInput(httpClient, new StepMsaDeviceCode.MsaDeviceCodeCallback(msaDeviceCode -> { System.out.println("Go to " + msaDeviceCode.getDirectVerificationUri());...

1) Deserialized AvailableCommandsPacket cannot be serialized if type CommandParamData == null ![image](https://github.com/CloudburstMC/Protocol/assets/139270836/7cc7c017-c431-4d8d-948e-2dab8817946e) ![image](https://github.com/CloudburstMC/Protocol/assets/139270836/25d64832-7325-48d0-aeb2-c8d0cc50c69f) ![image](https://github.com/CloudburstMC/Protocol/assets/139270836/6fb30797-4f47-40e1-957e-4f8606d30f62) 2) After deserialization -> serialization on some servers, the client displays this error and crashes when...