Tyrrrz / DiscordChatExporter

Exports Discord chat logs to a file
MIT License
7.29k stars 668 forks source link

Error exporting channel (`path` parameter is `null`) #1179

Closed okok7711 closed 7 months ago

okok7711 commented 7 months ago

Version

v2.42.6

Flavor

CLI (Command-Line Interface)

Platform

Docker

Export format

JSON

Steps to reproduce

This issue only exists in one DM channel, I can't share an invite to that. I also can't reproduce it with any other channel. What I did:

  1. docker pull tyrrrz/discordchatexporter:stable
  2. Find Channel of Deleted User and copy CHANNEL_ID, and copy my TOKEN
  3. docker run --rm -it -v $PWD:/out tyrrrz/discordchatexporter:stable export -t "<TOKEN>" -c <CHANNEL_ID> --media -f Json --filter "-from:<my_name>"

Details

Checklist

okok7711 commented 7 months ago

This was probably caused due to a parser error so I should've used the ~ I apologise for creating the issue for that