Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/DiscordChatExporter/commit/71e6a8de7a4706ec4deb468813b48a546f592bd3
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
10 additions and
3 deletions
@ -1,3 +1,10 @@
### v2.14 (15-Jun-2019)
- [TXT] Added support for embeds.
- [TXT] Added support for reactions.
- [CSV] Added support for reactions.
- [TXT] Changed how attachments are rendered.
### v2.13.1 (06-Jun-2019)
- Fixed an issue where the app sometimes crashed when exporting due to `System.InvalidCastException` .
@ -3,7 +3,7 @@
<PropertyGroup >
<OutputType > Exe</OutputType>
<TargetFrameworks > net46;netcoreapp2.1</TargetFrameworks>
<Version > 2.13.1 </Version>
<Version > 2.14 </Version>
<Company > Tyrrrz</Company>
<Copyright > Copyright (c) Alexey Golub</Copyright>
<ApplicationIcon > ..\favicon.ico</ApplicationIcon>
@ -3,5 +3,5 @@
[assembly: AssemblyTitle("DiscordChatExporter")]
[assembly: AssemblyCompany("Tyrrrz")]
[assembly: AssemblyCopyright("Copyright (c) Alexey Golub")]
[assembly: AssemblyVersion("2.1 3.1 ")]
[assembly: AssemblyFileVersion("2.1 3.1 ")]
[assembly: AssemblyVersion("2.1 4 ")]
[assembly: AssemblyFileVersion("2.1 4 ")]