Open GoliathX211 opened 3 months ago
I updated the gist to remove a couple IP addresses to protect both myself and one of my players.
One thing that was very weird with this log file is that the latest.log didn't have the entire log in it. Because I have to force crash the process when this bug occurs, I don't think I have any other log files that show this bug other than this one.
Turns out the JDA RareLimit-Elastic-Worker 2 thread does not show up in the latest.log.
Not that I am super knowledgeable about the Java Discord API, but this might be helpful for testing which I found in the FAQ under "How can I find out which RestAction causes an ErrorResponseException?": https://jda.wiki/using-jda/troubleshooting/#restaction-queue-returned-failure
Another thing that was got my attention is that the [JDA RateLimit-Elastic-Worker 2] line shows up after the > that lets the user know they can enter input.
Having the same issue. fabric 1.20.1 loader version 0.16.5
What happened?
I am currently cloud hosting a server on ubuntu linux for forge 1.18.2 using your mod. I have been very pleased with the results but I have been faced with this issue during routine shutdowns and am finally creating a bug report.
After all of the world saving is complete, DiscordIntegration goes through its shutdown process and says "Shut-down successfully!", but directly after that it says: "[JDA RateLimit-Elastic-Worker 2] ERROR Requester - There was an I/O error while executing a REST request: Canceled"
After this message, the server stays here indefinitely. The JVM still has all of the memory allocated to it as would be expected, but the CPU percentage is only at 6%.
The provided log file shows the last entry at [04:00:49], but it has been stalled like this for over 2 hours. Another thing to note is that the FTB Backups backup thread is normally not there below the I/O error entry.
I doubt that the log file will show you anything meaningful but I am providing it nonetheless. This doesn't happen every time, so I can't necessarily reproduce it or provide steps to do so.
Game Version
Other
What platform are you using?
Forge
Platform version
40.2.9
Config File
Crash report / Error log (if applicable)
Additional Information
No response