Adam Slatinský

Results 29 comments of Adam Slatinský

Something else is listening on that port 58000. Does that happen after you restart your computer?

According to your logs, nginx reverse proxy didn't start at all. That confirms why your backend error log was empty. The same issue as #7.

Based on your error message, 58000 port may be excluded on your system. To list excluded post, you can run `netsh int ipv4 show excludedportrange protocol=tcp` in the windows terminal...

Hello, I won't be adding a feature to read compressed exports to keep it simple. DCE exports are uncompressed too. But custom mongodb configuration file looks good - keeping this...

Hello, as mentioned in [your pull request #44](https://github.com/slatinsky/DiscordChatExporter-frontend/pull/44#issuecomment-1793748613), project needs bigger folder restructure to fix this issue. Please use your workaround for now.

Hello, The strings are now hardcoded in. I didn't add internationalization yet, because I expect the application to change in the future. i18n options will be added in the future....

Hello, I don't have M1 Mac to debug this, but this change in Dockerfile may help you https://github.com/slatinsky/DiscordChatExporter-frontend/pull/30/files Database is needed mainly for search and to enrich the data

Hello @Mattlau04, I have just released a new version, which fixes some crashes. If you have any issues with this new version, please create a new issue to keep this...

Hello, sorry this is outside the scope of the project. This viewer supports JSON exports created by DiscordChatExporter or other exporters (like [discordless](https://github.com/Roachbones/discordless/) exporting in the same format as DiscordChatExporter....