Tyrrrz/DiscordChatExporter

--include-threads checks for errors only after fetching threads, which is frustrating

已關閉

#1,549 建立於 2026年6月13日

 (0 則留言) (0 個反應) (0 位負責人)C# (1,010 個分叉)batch import
app/clibuggood first issuehelp wanted

倉庫指標

星標
 (11,833 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Version

v2.47.2

Flavor

CLI (Command-Line Interface)

Platform

Windows

Export format

No response

Steps to reproduce

Export a server with --include-threads and do something that will give an error

Details

Fetching channels... Fetched 54 channel(s). Fetching threads... Fetched 334 thread(s). Attempted to export multiple channels, but the output path is neither a directory nor a template. If the provided output path is meant to be treated as a directory, make sure it ends with a slash. Provided output path: ...

It shouldn't check for errors only after fetching threads, which takes a long time. It should check for any errors before fetching anything. Currently it is frustrating having it to fetch threads and get an error, and having to fetch threads again to try to fix it.

Checklist

  • I have looked through existing issues to make sure that this bug has not been reported before
  • I have provided a descriptive title for this issue
  • I have made sure that this bug is reproducible on the latest version of the application
  • I have provided all the information needed to reproduce this bug as efficiently as possible
  • I have sponsored this project
  • I have not read any of the above and just checked all the boxes to submit the issue

貢獻者指南