@accountnujen

Как открыть лог файлы local telegram api bot server?

На машине у меня созданы файлы:
XXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXX/td.binlog
Пытался открыть через MSBuild log viewer. Получил ошибку
MSBuild
System.IO.InvalidDataException: Обнаружены недопустимые данные при декодировании.
   в System.IO.Compression.InflaterZlib.Inflate(FlushCode flushCode)
   в System.IO.Compression.InflaterZlib.ReadInflateOutput(Byte[] outputBuffer, Int32 offset, Int32 length, FlushCode flushCode, Int32& bytesRead)
   в System.IO.Compression.InflaterZlib.Inflate(Byte[] bytes, Int32 offset, Int32 length)
   в System.IO.Compression.DeflateStream.Read(Byte[] array, Int32 offset, Int32 count)
   в System.IO.BufferedStream.Read(Byte[] array, Int32 offset, Int32 count)
   в System.IO.BinaryReader.FillBuffer(Int32 numBytes)
   в System.IO.BinaryReader.ReadInt32()
   в Microsoft.Build.Logging.StructuredLogger.BinLogReader.OpenReader(BinaryReader binaryReader) в C:\projects\msbuildstructuredlog\src\StructuredLogger\BinaryLogger\BinLogReader.cs:строка 192
   в Microsoft.Build.Logging.StructuredLogger.BinLogReader.Replay(Stream stream, Progress progress) в C:\projects\msbuildstructuredlog\src\StructuredLogger\BinaryLogger\BinLogReader.cs:строка 70
   в Microsoft.Build.Logging.StructuredLogger.BinaryLog.ReadBuild(Stream stream, Progress progress, Byte[] projectImportsArchive, ReaderSettings readerSettings) в C:\projects\msbuildstructuredlog\src\StructuredLogger\BinaryLog.cs:строка 135
   в Microsoft.Build.Logging.StructuredLogger.BinaryLog.ReadBuild(String filePath, Progress progress, ReaderSettings readerSettings) в C:\projects\msbuildstructuredlog\src\StructuredLogger\BinaryLog.cs:строка 46
   в Microsoft.Build.Logging.StructuredLogger.Serialization.Read(String filePath, Progress progress, ReaderSettings readerSettings) в C:\projects\msbuildstructuredlog\src\StructuredLogger\Serialization\Serialization.cs:строка 79
   в StructuredLogViewer.MainWindow.<>c__DisplayClass33_0.<OpenLogFile>b__5() в C:\projects\msbuildstructuredlog\src\StructuredLogViewer\MainWindow.xaml.cs:строка 497


Также пытался через LogViewerPlus
LogViewerPlus
Parse Failure
LogViewPlus was unable to determine the format of 'td.binlog'.  An attempt to open the file with the Basic Parser failed. To open this file, you will need to add a new parser configuration.
  • Вопрос задан
  • 55 просмотров
Пригласить эксперта
Ответы на вопрос 1
saboteur_kiev
@saboteur_kiev
software engineer
Это бинарные файлы, текстовым редактором ты ничего не увидишь
Ответ написан
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы