Skip to content

Instantly share code, notes, and snippets.

@nakidai

nakidai/vk.log Secret

Created March 2, 2024 09:13
Show Gist options
  • Save nakidai/f01d96eb5b67cb8ff7b23909e4e50931 to your computer and use it in GitHub Desktop.
Save nakidai/f01d96eb5b67cb8ff7b23909e4e50931 to your computer and use it in GitHub Desktop.
log of vk calls
GET /api/system/getInfo?application_key=[filtered out] HTTP/1.1
User-Agent: VK Calls/1.32.20337 (linux unknown; x86_64) Boost.Beast/322
Host: api.mycdn.me
[2024-03-02 11:55:51.216] [sdk] [debug] Received HTTP response
HTTP/1.1 200 OK
Server: Apache
Date: Sat, 02 Mar 2024 08:55:45 GMT
Content-Type: application/json;charset=utf-8
Content-Length: 28
Connection: keep-alive
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=16000000;includeSubdomains
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Cache-Control: no-cache
Cache-Control: no-store
Content-Language: en-US
{"serverTime":1709369745783}
[2024-03-02 11:55:51.216] [sdk] [info] Parsing HTTP response
[2024-03-02 11:55:51.216] [sdk] [info] Deserializing HTTP response
[2024-03-02 11:55:51.216] [sdk] [debug] SSL shutdown enqueued
[2024-03-02 11:55:51.219] [app] [warning] An error encountered while to set root certificates location: ""
[2024-03-02 11:55:51.254] [sdk] [debug] SSL shutdown done
[2024-03-02 11:55:51.254] [sdk] [debug] DNS resolve enqueued; host:port is api.mycdn.me:443
[2024-03-02 11:55:51.264] [sdk] [debug] DNS resolve done
[2024-03-02 11:55:51.264] [sdk] [debug] TCP connect enqueued
[2024-03-02 11:55:51.271] [app] [info] https://oauth.vk.com/get_anonym_token?device_id=854c02b4f3e54db6ac77f05531af9569&client_id=7793118&client_secret=[filtered out]
Received in: 79msec
Network error: 6
[2024-03-02 11:55:51.271] [app] [info] NetworkApiError within account -1 : VkApi::ApiErrorKind::UnknownNetworkError Updating timeout for request QUrl("https://oauth.vk.com/get_anonym_token?device_id=854c02b4f3e54db6ac77f05531af9569&client_id=7793118&client_secret=[filtered out]")
[2024-03-02 11:55:51.318] [sdk] [debug] TCP connect done; IP:port is 217.20.147.23:443
[2024-03-02 11:55:51.318] [sdk] [debug] SSL handshake enqueued
[2024-03-02 11:55:51.328] [app] [info] AccountManager::deactivateAccount(): 2 -1899999999
[2024-03-02 11:55:51.341] [app] [error] AccountManager::changeActiveAccount(): attempt to change an active account to the same one by key 2
[2024-03-02 11:55:51.341] [app] [info] UiController::deleteMainPage(): "" delete models immediately
[2024-03-02 11:55:51.341] [app] [info] UiController::deleteModelsRelatedToCall(): ""
[2024-03-02 11:55:51.527] [sdk] [debug] SSL handshake done
[2024-03-02 11:55:51.528] [sdk] [debug] Sending HTTP request
GET /api/system/getInfo?application_key=[filtered out] HTTP/1.1
User-Agent: VK Calls/1.32.20337 (linux unknown; x86_64) Boost.Beast/322
Host: api.mycdn.me
[2024-03-02 11:55:51.627] [sdk] [debug] Received HTTP response
HTTP/1.1 200 OK
Server: Apache
Date: Sat, 02 Mar 2024 08:55:46 GMT
Content-Type: application/json;charset=utf-8
Content-Length: 28
Connection: keep-alive
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=16000000;includeSubdomains
Pragma: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Cache-Control: no-cache
Cache-Control: no-store
Content-Language: en-US
{"serverTime":1709369746117}
[2024-03-02 11:55:51.627] [sdk] [info] Parsing HTTP response
[2024-03-02 11:55:51.627] [sdk] [info] Deserializing HTTP response
[2024-03-02 11:55:51.627] [sdk] [debug] SSL shutdown enqueued
[2024-03-02 11:55:51.727] [sdk] [debug] SSL shutdown done
[2024-03-02 11:55:52.299] [app] [info] https://oauth.vk.com/get_anonym_token?device_id=854c02b4f3e54db6ac77f05531af9569&client_id=7793118&client_secret=[filtered out]
Received in: 25msec
Network error: 6
[2024-03-02 11:55:52.299] [app] [info] NetworkApiError within account -1 : VkApi::ApiErrorKind::UnknownNetworkError Updating timeout for request QUrl("https://oauth.vk.com/get_anonym_token?device_id=854c02b4f3e54db6ac77f05531af9569&client_id=7793118&client_secret=[filtered out]")
[2024-03-02 11:55:54.233] [app] [info] https://oauth.vk.com/get_anonym_token?device_id=854c02b4f3e54db6ac77f05531af9569&client_id=7793118&client_secret=[filtered out]
Received in: 32msec
Network error: 6
[2024-03-02 11:55:54.233] [app] [info] NetworkApiError within account -1 : VkApi::ApiErrorKind::UnknownNetworkError Updating timeout for request QUrl("https://oauth.vk.com/get_anonym_token?device_id=854c02b4f3e54db6ac77f05531af9569&client_id=7793118&client_secret=[filtered out]")
[2024-03-02 11:55:58.164] [app] [info] https://oauth.vk.com/get_anonym_token?device_id=854c02b4f3e54db6ac77f05531af9569&client_id=7793118&client_secret=[filtered out]
Received in: 19msec
Network error: 6
[2024-03-02 11:55:58.468] [app] [warning] An error encountered while to set root certificates location: ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment