[PR #256] [MERGED] Fix log parsing from Google Drive #333

Closed
opened 2026-02-15 15:55:41 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/256
Author: @13xforever
Created: 3/15/2019
Status: Merged
Merged: 3/15/2019
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (4)

  • efe088d report how much of the log was parsed
  • b7208ad increase default log parsing timeout to 30 seconds
  • 3d71e36 fix incomplete downloads from Google Drive
  • d3bdfa5 show only percent of parsed logs when possible

📊 Changes

16 files changed (+65 additions, -33 deletions)

View changed files

📝 CompatBot/Config.cs (+1 -1)
📝 CompatBot/EventHandlers/LogParsing/ArchiveHandlers/GzipHandler.cs (+3 -0)
📝 CompatBot/EventHandlers/LogParsing/ArchiveHandlers/IArchiveHandler.cs (+1 -0)
📝 CompatBot/EventHandlers/LogParsing/ArchiveHandlers/PlainText.cs (+3 -0)
📝 CompatBot/EventHandlers/LogParsing/ArchiveHandlers/RarHandler.cs (+3 -0)
📝 CompatBot/EventHandlers/LogParsing/ArchiveHandlers/SevenZipHandler.cs (+5 -2)
📝 CompatBot/EventHandlers/LogParsing/ArchiveHandlers/ZipHandler.cs (+2 -0)
📝 CompatBot/EventHandlers/LogParsing/LogParser.PipeReader.cs (+1 -7)
📝 CompatBot/EventHandlers/LogParsing/POCOs/LogParseState.cs (+2 -0)
📝 CompatBot/EventHandlers/LogParsing/SourceHandlers/DiscordAttachmentHandler.cs (+3 -2)
📝 CompatBot/EventHandlers/LogParsing/SourceHandlers/GoogleDriveHandler.cs (+21 -10)
📝 CompatBot/EventHandlers/LogParsing/SourceHandlers/ISourceHandler.cs (+2 -1)
📝 CompatBot/EventHandlers/LogParsing/SourceHandlers/MegaHandler.cs (+2 -1)
📝 CompatBot/EventHandlers/LogParsing/SourceHandlers/PastebinHandler.cs (+3 -2)
📝 CompatBot/EventHandlers/LogParsingHandler.cs (+2 -1)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs (+11 -6)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RPCS3/discord-bot/pull/256 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 3/15/2019 **Status:** ✅ Merged **Merged:** 3/15/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (4) - [`efe088d`](https://github.com/RPCS3/discord-bot/commit/efe088da143678f140db147ec3c3e09ec3c34aa0) report how much of the log was parsed - [`b7208ad`](https://github.com/RPCS3/discord-bot/commit/b7208ad81966501bc28c7064785ff623af415aa7) increase default log parsing timeout to 30 seconds - [`3d71e36`](https://github.com/RPCS3/discord-bot/commit/3d71e36d21131c16446df9b78a383bb88b4c013a) fix incomplete downloads from Google Drive - [`d3bdfa5`](https://github.com/RPCS3/discord-bot/commit/d3bdfa5a1ecab988456bc22f633d4c6bae66769f) show only percent of parsed logs when possible ### 📊 Changes **16 files changed** (+65 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Config.cs` (+1 -1) 📝 `CompatBot/EventHandlers/LogParsing/ArchiveHandlers/GzipHandler.cs` (+3 -0) 📝 `CompatBot/EventHandlers/LogParsing/ArchiveHandlers/IArchiveHandler.cs` (+1 -0) 📝 `CompatBot/EventHandlers/LogParsing/ArchiveHandlers/PlainText.cs` (+3 -0) 📝 `CompatBot/EventHandlers/LogParsing/ArchiveHandlers/RarHandler.cs` (+3 -0) 📝 `CompatBot/EventHandlers/LogParsing/ArchiveHandlers/SevenZipHandler.cs` (+5 -2) 📝 `CompatBot/EventHandlers/LogParsing/ArchiveHandlers/ZipHandler.cs` (+2 -0) 📝 `CompatBot/EventHandlers/LogParsing/LogParser.PipeReader.cs` (+1 -7) 📝 `CompatBot/EventHandlers/LogParsing/POCOs/LogParseState.cs` (+2 -0) 📝 `CompatBot/EventHandlers/LogParsing/SourceHandlers/DiscordAttachmentHandler.cs` (+3 -2) 📝 `CompatBot/EventHandlers/LogParsing/SourceHandlers/GoogleDriveHandler.cs` (+21 -10) 📝 `CompatBot/EventHandlers/LogParsing/SourceHandlers/ISourceHandler.cs` (+2 -1) 📝 `CompatBot/EventHandlers/LogParsing/SourceHandlers/MegaHandler.cs` (+2 -1) 📝 `CompatBot/EventHandlers/LogParsing/SourceHandlers/PastebinHandler.cs` (+3 -2) 📝 `CompatBot/EventHandlers/LogParsingHandler.cs` (+2 -1) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs` (+11 -6) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 15:55:41 -05:00
yindo closed this issue 2026-02-15 15:55:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#333