ketsuekiro / manialive

Automatically exported from code.google.com/p/manialive
GNU Lesser General Public License v3.0
0 stars 0 forks source link

PlayerUId unknown #31

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I got this error on all my servers very often:

    ---------------------------------
 -> ManiaLive\DedicatedApi\Xmlrpc\Exception with code -1000
    PlayerUId unknown.
  - in /home/tmservers/servers/fun/ManiaLive217/libraries/ManiaLive/DedicatedApi/Xmlrpc/Client_Gbx.php on line 272
  - Stack: #0 /home/tmservers/servers/fun/ManiaLive217/libraries/ManiaLive/DedicatedApi/Xmlrpc/Client_Gbx.php(298): ManiaLive\DedicatedApi\Xmlrpc\Client_Gbx->getResult()
           #1 [internal function]: ManiaLive\DedicatedApi\Xmlrpc\Client_Gbx->query('ChatSendServerM...', '$fff???? $0aePl...', 134)
           #2 /home/tmservers/servers/fun/ManiaLive217/libraries/ManiaLive/DedicatedApi/Connection.php(137): call_user_func_array(Array, Array)
           #3 /home/tmservers/servers/fun/ManiaLive217/libraries/ManiaLive/DedicatedApi/Connection.php(641): ManiaLive\DedicatedApi\Connection->execute('ChatSendServerM...', Array, false)
           #4 /home/tmservers/servers/fun/ManiaLive217/libraries/ManiaLivePlugins/MLEPP/JoinLeaveMessage/JoinLeaveMessage.php(130): ManiaLive\DedicatedApi\Connection->chatSendServerMessage('$fff???? $0aePl...', Object(ManiaLive\DedicatedApi\Structures\Player))
           #5 [internal function]: ManiaLivePlugins\MLEPP\JoinLeaveMessage\JoinLeaveMessage->onPlayerConnect('szoddzsa', false)
           #6 /home/tmservers/servers/fun/ManiaLive217/libraries/ManiaLive/DedicatedApi/Callback/Event.php(28): call_user_func_array(Array, Array)
           #7 /home/tmservers/servers/fun/ManiaLive217/libraries/ManiaLive/Event/Dispatcher.php(52): ManiaLive\DedicatedApi\Callback\Event->fireDo(Object(ManiaLivePlugins\MLEPP\JoinLeaveMessage\JoinLeaveMessage))
           #8 /home/tmservers/servers/fun/ManiaLive217/libraries/ManiaLive/DedicatedApi/Connection.php(108): ManiaLive\Event\Dispatcher::dispatch(Object(ManiaLive\DedicatedApi\Callback\Event))
           #9 /home/tmservers/servers/fun/ManiaLive217/libraries/ManiaLive/Application/AbstractApplication.php(146): ManiaLive\DedicatedApi\Connection->executeCallbacks()
           #10 /home/tmservers/servers/fun/ManiaLive217/bootstrapper.php(82): ManiaLive\Application\AbstractApplication->run()
           #11 {main}

Original issue reported on code.google.com by Knutselm...@gmail.com on 22 May 2011 at 2:11

GoogleCodeExporter commented 8 years ago
I know it is an error in join leave message plugin, but it comes from a missing 
info that should be sent by the dedi itself.
Couldn't ManiaLive handle that by giving some replacement info?

Original comment by Knutselm...@gmail.com on 22 May 2011 at 2:17

GoogleCodeExporter commented 8 years ago
I'll check this

Original comment by melot.philippe on 23 May 2011 at 8:57

GoogleCodeExporter commented 8 years ago
corrected in r220.
Let me know if the error is fixed

Original comment by melot.philippe on 24 May 2011 at 10:52