-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Window is Blank/Never Loads #17
Comments
Hello, Thanks for the repport I haven't found a way to reproduce this issue, but 3 different people have reported it to me so far. Till I find a way to reproduce this issue, you can use an older release, before the code was rewritten almost from scratch: |
Will the older release work with exports generated by newer versions of Discord Chat Exporter? |
The JSON export format didn't change at all*. It will work. *The only new feature that was added to DCE exporter is to export in non-processed format |
When using the old version, how do I shut down the program? I notice that even after closing the browser and nginx window, I can then reopen the browser and go to the same URL and the frontend is still running. |
In the v1 release, is is just nginx that is "hosting" static files - everything is precomputed into static json files. All you need it is to kill nginx.exe |
How is it that I can still access the page after killing nginx, though? |
True, you need to close nginx manually in the latest v1 release. But just closing the console window named "nginx" should be enough. |
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. |
Anything else I could try on my end that would help you diagnose the root cause? |
I thought I was running into this same issue. However, while I was looking for this the export just suddenly worked. It takes FOREVER to load and the all of a sudden it just fired right up. If there is any information from somewhere I can provide to help I will. |
Expected Behavior
To see something in the DCEF window.
Actual Behavior
DCEF window is just solid white.
Steps to reproduce the problem
Specifications
Environment
DiscordChatExporter-frontend
DiscordChatExporter
--version
): v2.39.1How did you export the data?
Logs
Is there any relevant information in logs? If so, please provide them:
dcef/logs.txt: logs.txt
The backend error log was empty.
I don't really know what the problem could be. I read through the logs; nothing stuck out to me.
The text was updated successfully, but these errors were encountered: