Weather Request Object #13
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Have you searched the wiki and looked for existing issues for this?
What's happening
Hey, I'm using RealTimeWeather for the weather aspect only (time is disabled.) Yesterday my server timed my players out, and Paper's Watchdog reported an error for "WeatherRequestObject." Every feature of the plugin is functional (it does rain appropriately) so this error seems to be relatively isolated. I'm not too familiar with GitHub, but I was advised to report it here so that you're aware of it. :)
What's supposed to happen
Weather request without an error generated
Server Software
Paper
Minecraft version
1.19.4
Server log
https://paste.srnyx.com/arumejujap.md
RTW configuration
https://pastebin.com/JKZDeYz2
Additional information
No response
I'm a bit busy right now, but I will try to look into this.
Can you send a pastebin with your complete server log file?
I have just looked into that:
It throws an Exception that is not an RequestFunctions.HTTPResponseException just something else. I've forked the code and made a change that just throws the Exception and then I can look more into it