gszabi99 / War-Thunder-Datamine

Frequently updated War Thunder Datamine repository
260 stars 48 forks source link

Help to determine the encoding | Помогите определить кодировку #15

Closed danielfrt closed 1 year ago

danielfrt commented 1 year ago

Hey, everybody.

I've only recently started researching WT, but I've already come across a question that I can't find an answer to yet. I managed to get a file - link , but it is missing values. It looks like a table, but I'm not sure.

also the file in binary form - link

Server Response:

CODE:

```javascript Response { size: 0, [Symbol(Body internals)]: { body: Gunzip { _writeState: [Uint32Array], _readableState: [ReadableState], _events: [Object: null prototype], _eventsCount: 6, _maxListeners: undefined, _writableState: [WritableState], allowHalfOpen: true, bytesWritten: 0, _handle: [Zlib], _outBuffer: , _outOffset: 0, _chunkSize: 16384, _defaultFlushFlag: 2, _finishFlushFlag: 2, _defaultFullFlushFlag: 3, _info: undefined, _maxOutputLength: 4294967296, _level: -1, _strategy: 0, [Symbol(kCapture)]: false, [Symbol(kCallback)]: null, [Symbol(kError)]: null }, stream: Gunzip { _writeState: [Uint32Array], _readableState: [ReadableState], _events: [Object: null prototype], _eventsCount: 6, _maxListeners: undefined, _writableState: [WritableState], allowHalfOpen: true, bytesWritten: 0, _handle: [Zlib], _outBuffer: , _outOffset: 0, _chunkSize: 16384, _defaultFlushFlag: 2, _finishFlushFlag: 2, _defaultFullFlushFlag: 3, _info: undefined, _maxOutputLength: 4294967296, _level: -1, _strategy: 0, [Symbol(kCapture)]: false, [Symbol(kCallback)]: null, [Symbol(kError)]: null }, boundary: null, disturbed: false, error: null }, [Symbol(Response internals)]: { type: 'default', url: 'https://warthunder.com/*', status: 200, statusText: 'OK', headers: { connection: 'close', 'content-encoding': 'gzip', 'content-length': '13306', 'content-type': 'application/octet-stream', }, counter: 0, highWaterMark: 16384 } } Headers: { connection: [ 'close' ], 'content-encoding': [ 'gzip' ], 'content-length': [ '13306' ], 'content-type': [ 'application/octet-stream' ], } ```

danielfrt commented 1 year ago

https://github.com/klensy/wt-tools/issues/81