Same error when i try to updatekremsy wrote: Can you please try it just a second time?
About the quittng ManiaControl issue I think its the transport interrupt exception where we trying to find a solution with newboo together at the moment.

Moderators: Wabbitface, Jocy, steeffeen, NADEO
Same error when i try to updatekremsy wrote: Can you please try it just a second time?
About the quittng ManiaControl issue I think its the transport interrupt exception where we trying to find a solution with newboo together at the moment.
It seems that "++" and "/++" don't do the same thing. I think that we must type "+++" to vote 100%.kremsy wrote:At the moment you can on the default settings vote ++ = 100%, + = 75%, +- = 50%, - = 25% and -- = 0%. Soon there will be buttons on mousover the widget for these values.
Most of the time, we manually put the map on the server to test the modifications. If it's good, we update it on mx. In this case, maniacontrol will always say that the map isn't up to date.kremsy wrote:it is a bit complicated to explain how the system works, its a mixture between saving a add date in database and checking last updated time on mx || checking mx id and see a uid change
Code: Select all
06.May 14 22:05:43 Connection interrupted!
06.May 14 22:05:43 [ManiaControl EXCEPTION]: Connection interrupted while reading header
Class: Maniaplanet\DedicatedServer\Xmlrpc\TransportException
Trace:
#0 /home/franck/MCCTF/core/Libs/Maniaplanet/DedicatedServer/Xmlrpc/GbxRemote.php(194): Maniaplanet\DedicatedServer\Xmlrpc\GbxRemote->readMessage()
#1 /home/franck/MCCTF/core/Libs/Maniaplanet/DedicatedServer/Xmlrpc/GbxRemote.php(126): Maniaplanet\DedicatedServer\Xmlrpc\GbxRemote->flush(true)
#2 /home/franck/MCCTF/core/Libs/Maniaplanet/DedicatedServer/Connection.php(133): Maniaplanet\DedicatedServer\Xmlrpc\GbxRemote->query('SendDisplayMani...', Array)
#3 /home/franck/MCCTF/core/Libs/Maniaplanet/DedicatedServer/Connection.php(813): Maniaplanet\DedicatedServer\Connection->execute('SendDisplayMani...', Array, false)
#4 /home/franck/MCCTF/core/Manialinks/ManialinkManager.php(199): Maniaplanet\DedicatedServer\Connection->sendDisplayManialinkPage('letouriste38550', '<?xml version="...', 0, false)
#5 /home/franck/MCCTF/plugins/TheM/QueuePlugin.php(517): ManiaControl\Manialinks\ManialinkManager->sendManialink(Object(FML\ManiaLink), 'letouriste38550')
#6 /home/franck/MCCTF/plugins/TheM/QueuePlugin.php(248): TheM\QueuePlugin->showJoinQueueWidget(Object(ManiaControl\Players\Player))
#7 /home/franck/MCCTF/plugins/TheM/QueuePlugin.php(418): TheM\QueuePlugin->showQueueWidgetSpectators()
#8 /home/franck/MCCTF/plugins/TheM/QueuePlugin.php(226): TheM\QueuePlugin->removePlayerFromQueue('noobster')
#9 [internal function]: TheM\QueuePlugin->handlePlayerInfoChanged(Array)
#10 /home/franck/MCCTF/core/Callbacks/CallbackManager.php(225): call_user_func_array(Array, Array)
#11 /home/franck/MCCTF/core/Callbacks/CallbackManager.php(208): ManiaControl\Callbacks\CallbackManager->triggerCallback('ManiaPlanet.Pla...', Array)
#12 /home/franck/MCCTF/core/Callbacks/CallbackManager.php(169): ManiaControl\Callbacks\CallbackManager->handleCallback(Array)
#13 /home/franck/MCCTF/core/ManiaControl.php(369): ManiaControl\Callbacks\CallbackManager->manageCallbacks()
#14 /home/franck/MCCTF/ManiaControl.php(117): ManiaControl\ManiaControl->run()
#15 {main}
06.May 14 22:05:43 Exception successfully reported!
06.May 14 22:05:43 Connection interrupted while reading header
06.May 14 22:05:44 Quitting ManiaControl!
Code: Select all
06.May 14 22:18:45 [ManiaControl EXCEPTION]: Connection interrupted while reading header
Class: Maniaplanet\DedicatedServer\Xmlrpc\TransportException
Trace:
#0 /home/franck/MCCTF/core/Libs/Maniaplanet/DedicatedServer/Xmlrpc/GbxRemote.php(194): Maniaplanet\DedicatedServer\Xmlrpc\GbxRemote->readMessage()
#1 /home/franck/MCCTF/core/Libs/Maniaplanet/DedicatedServer/Xmlrpc/GbxRemote.php(126): Maniaplanet\DedicatedServer\Xmlrpc\GbxRemote->flush(true)
#2 /home/franck/MCCTF/core/Libs/Maniaplanet/DedicatedServer/Connection.php(133): Maniaplanet\DedicatedServer\Xmlrpc\GbxRemote->query('SendDisplayMani...', Array)
#3 /home/franck/MCCTF/core/Libs/Maniaplanet/DedicatedServer/Connection.php(813): Maniaplanet\DedicatedServer\Connection->execute('SendDisplayMani...', Array, false)
#4 /home/franck/MCCTF/core/Manialinks/ManialinkManager.php(199): Maniaplanet\DedicatedServer\Connection->sendDisplayManialinkPage('letouriste38550', '<?xml version="...', 0, false)
#5 /home/franck/MCCTF/core/Manialinks/ManialinkManager.php(233): ManiaControl\Manialinks\ManialinkManager->sendManialink(Object(FML\ManiaLink), 'letouriste38550')
#6 /home/franck/MCCTF/core/Players/PlayerList.php(428): ManiaControl\Manialinks\ManialinkManager->displayWidget(Object(FML\ManiaLink), Object(ManiaControl\Players\Player), 'PlayerList')
#7 /home/franck/MCCTF/core/Players/PlayerList.php(791): ManiaControl\Players\PlayerList->showPlayerList(Object(ManiaControl\Players\Player))
#8 [internal function]: ManiaControl\Players\PlayerList->updateWidget(Object(ManiaControl\Players\Player))
#9 /home/franck/MCCTF/core/Callbacks/CallbackManager.php(225): call_user_func_array(Array, Array)
#10 /home/franck/MCCTF/core/Players/PlayerManager.php(363): ManiaControl\Callbacks\CallbackManager->triggerCallback('PlayerManagerCa...', Object(ManiaControl\Players\Player))
#11 [internal function]: ManiaControl\Players\PlayerManager->playerInfoChanged(Array)
#12 /home/franck/MCCTF/core/Callbacks/CallbackManager.php(225): call_user_func_array(Array, Array)
#13 /home/franck/MCCTF/core/Callbacks/CallbackManager.php(208): ManiaControl\Callbacks\CallbackManager->triggerCallback('ManiaPlanet.Pla...', Array)
#14 /home/franck/MCCTF/core/Callbacks/CallbackManager.php(169): ManiaControl\Callbacks\CallbackManager->handleCallback(Array)
#15 /home/franck/MCCTF/core/ManiaControl.php(369): ManiaControl\Callbacks\CallbackManager->manageCallbacks()
#16 /home/franck/MCCTF/ManiaControl.php(117): ManiaControl\ManiaControl->run()
#17 {main}
06.May 14 22:18:45 Exception successfully reported!
06.May 14 22:18:45 Connection interrupted while reading header
06.May 14 22:18:47 Quitting ManiaControl!
i didnt have a maniacontrol folder, i put in the root of the maniaplanet server ( in home/**kremsy wrote:Can you look if the filerights are correct on the ManiaControl mainfolder / ManiaControl/Backup (if existing?).smok3gun wrote:Did you find the quitting ManiaControl issue ?
It looks like the error occurs when the backup file can't get written to the disk.
How fast is your server?
Code: Select all
07.May 14 13:13:40 Player left: smokegun / मscҽητ « ÅžÓŽoÆ™ÑǤųЛ Playtime: 00:05:00
07.May 14 13:18:14 New ManiaControl Version 0.131 available!
07.May 14 14:18:14 New ManiaControl Version 0.131 available!
07.May 14 15:18:14 New ManiaControl Version 0.131 available!
07.May 14 16:18:14 New ManiaControl Version 0.131 available!
07.May 14 16:18:14 Quitting ManiaControl!
Users browsing this forum: No registered users and 1 guest