RyderL / Wargame-RCON

Web interface for Wargame's Server Rcon tool.
GNU General Public License v3.0
3 stars 0 forks source link

Error: unable to parse deck, deck: @DECKCODE #4

Closed ddrahos closed 1 month ago

ddrahos commented 6 months ago

Hi there,

I reinstalled my Wargame server onto a new VM and setup the RCON. It works fine except the player list does not show the deck icon anymore. It will give an error image not found icon. If I inspect the player's deck it will read the deck code.

Checking the log file I get this error every time it reads a deck code, this deck code is just an example. It will come up three times and I've deduced that it's the three icons on the player list using the deck decode command and failing to lookup the deck code for nation, theme and era.

`unable to parse deck, deck: @ICEDIdBPUY8CUghR6QLKPjKGntlyeox4EsCI1mMoT1DoNPjKzrRlbOAukgvIOECYpjJJieIMGKrUm5BBKdyxAtULC05eLDiwysdgiYI02YtKIL0nxghYIQ==

unable to parse deck, deck: @ICEDIdBPUY8CUghR6QLKPjKGntlyeox4EsCI1mMoT1DoNPjKzrRlbOAukgvIOECYpjJJieIMGKrUm5BBKdyxAtULC05eLDiwysdgiYI02YtKIL0nxghYIQ==

unable to parse deck, deck: @ICEDIdBPUY8CUghR6QLKPjKGntlyeox4EsCI1mMoT1DoNPjKzrRlbOAukgvIOECYpjJJieIMGKrUm5BBKdyxAtULC05eLDiwysdgiYI02YtKIL0nxghYIQ==`

I've reinstalled several times with no luck. And Yarn seems to gave gotten all the dependencies.

I've got this same version of the RCON tool on another physical machine and it works fine.

Any idea what dependency I must be missing on the broken VM?

ddrahos commented 6 months ago

Fixed the issue by installing the newest node.js from via NVM and not using Debian's version in their repository.