Tyrrrz / DiscordChatExporter

Exports Discord chat logs to a file
MIT License
7.65k stars 699 forks source link

Exporting threads with same name results in error #1151

Closed Aquazu closed 11 months ago

Aquazu commented 11 months ago

Version

2.42.2

Flavor

CLI (Command-Line Interface)

Platform

Windows 10

Export format

HTML

Steps to reproduce

have a forum with several threads with the same title, making sure the only difference is uppercase/lowercases, e.g. "base?" "Base?" Try an export (with parallel 5) Get error

Details

perhaps because i'm using parallel 5, it is unable to properly make seperate files with identical names (not case-sensitive) the forum threads have been extracted first beforehand with the "channels" command.

Checklist

Aquazu commented 11 months ago

it was because i was exporting with %C exporting with %c should work better.