an unexpected error occurred trying to execute that command
Greg-J opened this issue ยท 1 comments
This error, seemingly coming from nowhere, is preventing dynmap from executing any command. I'm not sure what the issue is or when it started, but I noticed our dynmap not updating and tried to force radiusrender only to be me with this response in-game. The server console has no output.
I rebooted the server and the Dynmap booting lines are:
Dec 19 14:10:03 NPC3 java[14827]: [14:10:03] [main/INFO]: [Dynmap] Mod Support API available
Dec 19 14:10:07 NPC3 java[14827]: [14:10:07] [main/INFO]: [Dynmap] Register commands
Dec 19 14:10:14 NPC3 java[14827]: [14:10:14] [Server thread/INFO]: [Dynmap] Added 31 custom biome mappings
Dec 19 14:10:14 NPC3 java[14827]: [14:10:14] [Server thread/INFO]: [Dynmap] Using ops.txt for access control
Dec 19 14:10:15 NPC3 java[14827]: [14:10:15] [Server thread/INFO]: [Dynmap] Mod Support processing completed
Dec 19 14:10:16 NPC3 java[14827]: [14:10:16] [Server thread/INFO]: [Dynmap] Loaded 25 shaders.
Dec 19 14:10:16 NPC3 java[14827]: [14:10:16] [Server thread/INFO]: [Dynmap] Loaded 82 perspectives.
Dec 19 14:10:16 NPC3 java[14827]: [14:10:16] [Server thread/INFO]: [Dynmap] Loaded 22 lightings.
Dec 19 14:10:16 NPC3 java[14827]: [14:10:16] [Server thread/INFO]: [Dynmap] Starting enter/exit processing
Dec 19 14:10:16 NPC3 java[14827]: [14:10:16] [Server thread/INFO]: [Dynmap] Web server started on address 0.0.0.0:8123
Dec 19 14:10:16 NPC3 java[14827]: [14:10:16] [Server thread/INFO]: [Dynmap] version 3.1-beta4 is enabled - core version 3.1-beta4-421
Dec 19 14:10:16 NPC3 java[14827]: [14:10:16] [Server thread/INFO]: [Dynmap] For support, visit https://reddit.com/r/Dynmap or our Discord at https://discord.gg/s3rd5qn
Dec 19 14:10:16 NPC3 java[14827]: [14:10:16] [Server thread/INFO]: [Dynmap] To report or track bugs, visit https://github.com/webbukkit/dynmap/issues
Dec 19 14:10:16 NPC3 java[14827]: [14:10:16] [Server thread/INFO]: [Dynmap] If you'd like to donate, please visit https://www.patreon.com/dynmap or https://ko-fi.com/michaelprimm
Dec 19 14:10:16 NPC3 java[14827]: [14:10:16] [Server thread/INFO]: [Dynmap] Loaded 3 maps of world 'world'.
Dec 19 14:10:16 NPC3 java[14827]: [14:10:16] [Server thread/INFO]: [Dynmap] Loaded 2 maps of world 'DIM-1'.
Dec 19 14:10:16 NPC3 java[14827]: [14:10:16] [Server thread/INFO]: [Dynmap] Loaded 2 maps of world 'DIM1'.
Dec 19 14:10:16 NPC3 java[14827]: [14:10:16] [Server thread/INFO]: [Dynmap] Loaded 3 maps of world 'heaven_sky'.
Dec 19 14:10:16 NPC3 java[14827]: [14:10:16] [Server thread/INFO]: [Dynmap] Loaded 131369 pending tile renders for world 'world'
Dec 19 14:10:16 NPC3 java[14827]: [14:10:16] [Server thread/INFO]: [Dynmap] Loaded 2877 pending tile renders for world 'heaven_sky'
Dec 19 14:10:16 NPC3 java[14827]: [14:10:16] [Server thread/INFO]: [Dynmap] Loaded 66986 pending tile renders for world 'DIM-1'
Dec 19 14:10:16 NPC3 java[14827]: [14:10:16] [Server thread/INFO]: [Dynmap] Register events
Dec 19 14:10:16 NPC3 java[14827]: [14:10:16] [Server thread/INFO]: [Dynmap] Enabled
These were the last lines in the console:
Dec 19 14:10:25 NPC3 java[14827]: [14:10:25] [Server thread/INFO]: [Dynmap] Loaded 131303 pending tile renders for world 'world'
Dec 19 14:10:25 NPC3 java[14827]: [14:10:25] [Server thread/INFO]: [Dynmap] Loaded 66938 pending tile renders for world 'DIM-1'
Dec 19 14:10:25 NPC3 java[14827]: [14:10:25] [Dynmap Render Thread/INFO]: [Dynmap] Loading resource pack standard
Even though nothing looks out of the ordinary, trying to cancelrender or purgequeue is met with this response as well. It seems the only dynmap command that actually works is /dynmap
which returns the command usage tip.
- Dynmap Version: 3.1-beta4-421
- Server Version: latest version for fabric 1.16.2
- Pastebin of Configuration.txt: https://pastebin.com/TAaVr1sV
[ ] I have looked at all other issues and this is not a duplicate
[ ] I have been able to replicate this