slatinsky / DiscordChatExporter-frontend

Browse json files exported by Tyrrrz/DiscordChatExporter in familiar discord like user interface
https://dcef.slada.sk
GNU General Public License v3.0
445 stars 25 forks source link

No servers or messages load, not even the example provided #49

Open Sethycakes opened 7 months ago

Sethycakes commented 7 months ago

Expected Behavior

Servers appearing on the side

Actual Behavior

There are only the HOME and Settings buttons in the app

Steps to reproduce the problem

  1. Downloaded the Windows version
  2. Ran dcef.exe

Specifications

Environment

DiscordChatExporter-frontend

DiscordChatExporter

How did you export the data?

Logs

Is there any relevant information in logs? If so, please provide them:

2024/03/08 13:51:27 [error] 44848#43784: *6 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 127.0.0.1, server: localhost, request: "GET /api/guilds HTTP/1.1", upstream: "http://127.0.0.1:58000/guilds", host: "127.0.0.1:21011", referrer: "http://127.0.0.1:21011/"

fuzzy-bit commented 4 months ago

Having the same issue. Sometimes it just magically works, though.

slatinsky commented 4 months ago

Hello @fuzzy-bit,

Did you follow troubleshooting steps in FAQ section of the readme? https://github.com/slatinsky/DiscordChatExporter-frontend?tab=readme-ov-file#faq. Is there anything interesting in the logs?

fuzzy-bit commented 4 months ago

I looked in the logs after opening the program on Windows again, and I got this error: 2024-06-25 17:20:44.894772 fastapi: ERROR: [Errno 13] error while attempting to bind on address ('0.0.0.0', 58000): tentativo di accesso al socket con modalità non consentite dalle rispettive autorizzazioni di accesso

It seems like it can't use the port due to some privilege issue.

slatinsky commented 4 months ago

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

fuzzy-bit commented 4 months ago

Still happens after restarting. Resource Monitor does not report anything listening on port 58000.

slatinsky commented 4 months ago

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

related so question

fuzzy-bit commented 3 months ago

Sorry for never replying, but this fixed my issue! Thank you very much.

slatinsky commented 3 months ago

Thank you for the response <3. Keeping this issue up, because I should change that port to be more uncommon