Discordchatexporter: HTTP Not Found

Created on 17 Nov 2019  路  8Comments  路  Source: Tyrrrz/DiscordChatExporter

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

invalid

All 8 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

makeworld-the-better-one picture makeworld-the-better-one  路  3Comments

billyon picture billyon  路  3Comments

Jakhaxz picture Jakhaxz  路  3Comments

chibiusagi picture chibiusagi  路  4Comments

mdiller picture mdiller  路  3Comments