Getting this error after running discord chat exporter cli
DiscordChatExporter.Core.Services.Exceptions.HttpErrorStatusCodeException: Error HTTP status code: NotFound - NOT FOUND
at DiscordChatExporter.Core.Services.DataService.<>c__DisplayClass1_0.<<GetApiResponseAsync>b__2>d.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at Failsafe.Retry.<ExecuteAsync>d__8``1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at Failsafe.Retry.<ExecuteAsync>d__8``1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at DiscordChatExporter.Core.Services.DataService.<GetApiResponseAsync>d__1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at DiscordChatExporter.Core.Services.DataService.<GetGuildChannelsAsync>d__6.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at DiscordChatExporter.Cli.Commands.ExportGuildCommand.<ExecuteAsync>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at CliFx.CliApplication.<HandleCommandExecutionAsync>d__13.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at CliFx.CliApplication.<RunAsync>d__14.MoveNext()
OS: Windows 10 1903
.NET version 4.8
Could you please paste the command you're running? Don't forget to redact the token
Running this in the folder I have it installed in .\DiscordChatExporter.Cli.exe exportguild -t <Censored User Token> -f HtmlDark -guild 590206783986073622 -o "D:\Documents\Chat Logs\2019-11-16 1914 EDT"
Try
.\DiscordChatExporter.Cli.exe exportguild -t TOKEN -f HtmlDark -g 590206783986073622 -o "D:\Documents\Chat Logs\2019-11-16 1914 EDT"
Thank you, it now works.
If I may ask. why does using -g instead of -guild fix the http error?
Because it's actually --guild :p
Oh yeah I forgot that.
Really sick rn and not thinking right, thanks for the help
No problem! I hope you get better soon :-)
Thanks @RenanYudi