Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internal Server Error #2580

Closed
Hricxo opened this issue Dec 15, 2018 · 4 comments
Closed

Internal Server Error #2580

Hricxo opened this issue Dec 15, 2018 · 4 comments

Comments

@Hricxo
Copy link

Hricxo commented Dec 15, 2018

I used a plugin called MultiWorld to set a spawn through console, then second I tried to set spawn, it closed server. (I was testing this bug). I happens when I do it in-game with my account, it disconnects me and says "Internal Server Error"
Side Note: Happens in many commands/plugins.

When I tried doing /mw update spawn Alex 0 72 0

[20:49:42] [Server thread/CRITICAL]: ErrorException: "Undefined index: update-done" (EXCEPTION) in "MultiWorld.phar/src/multiworld/util/LanguageManager" at line 76
[20:49:42] [Server thread/DEBUG]: #0 MultiWorld.phar/src/multiworld/util/LanguageManager(76): pocketmine\utils\Utils::errorExceptionHandler(integer 8, string Undefined index: update-done, string phar:///home/container/plugins/MultiWorld.phar/src/multiworld/util/LanguageManager.php, integer 76, array Array())
[20:49:42] [Server thread/DEBUG]: #1 MultiWorld.phar/src/multiworld/command/subcommand/UpdateSubcommand(71): multiworld\util\LanguageManager::getMsg(pocketmine\command\ConsoleCommandSender object, string update-done)
[20:49:42] [Server thread/DEBUG]: #2 MultiWorld.phar/src/multiworld/command/MultiWorldCommand(112): multiworld\command\subcommand\UpdateSubcommand->executeSub(pocketmine\command\ConsoleCommandSender object, array Array(), string update)
[20:49:42] [Server thread/DEBUG]: #3 src/pocketmine/command/SimpleCommandMap(256): multiworld\command\MultiWorldCommand->execute(pocketmine\command\ConsoleCommandSender object, string mw, array Array())
[20:49:42] [Server thread/DEBUG]: #4 src/pocketmine/Server(1960): pocketmine\command\SimpleCommandMap->dispatch(pocketmine\command\ConsoleCommandSender object, string mw update spawn Alex 0 72 0)
[20:49:42] [Server thread/DEBUG]: #5 src/pocketmine/Server(1547): pocketmine\Server->dispatchCommand(pocketmine\command\ConsoleCommandSender object, string mw update spawn Alex 0 72 0)
[20:49:42] [Server thread/DEBUG]: #6 vendor/pocketmine/snooze/src/SleeperHandler(120): pocketmine\Server->pocketmine{closure}()
[20:49:42] [Server thread/DEBUG]: #7 vendor/pocketmine/snooze/src/SleeperHandler(82): pocketmine\snooze\SleeperHandler->processNotifications()
[20:49:42] [Server thread/DEBUG]: #8 src/pocketmine/Server(2278): pocketmine\snooze\SleeperHandler->sleepUntil(double 1544906982.6688)
[20:49:42] [Server thread/DEBUG]: #9 src/pocketmine/Server(2139): pocketmine\Server->tickProcessor()
[20:49:42] [Server thread/DEBUG]: #10 src/pocketmine/Server(1715): pocketmine\Server->start()
[20:49:42] [Server thread/DEBUG]: #11 src/pocketmine/PocketMine(249): pocketmine\Server->__construct(BaseClassLoader object, pocketmine\utils\MainLogger object, string /home/container/, string /home/container/plugins/)
[20:49:42] [Server thread/DEBUG]: #12 /home/container/PocketMine-MP.phar(1): require(string phar:///home/container/PocketMine-MP.phar/src/pocketmine/PocketMine.php)
[20:49:42] [Server thread/EMERGENCY]: An unrecoverable error has occurred and the server has crashed. Creating a crash dump
[20:49:42] [Server thread/EMERGENCY]: Please upload the "/home/container/crashdumps/Sat_Dec_15-20.49.42-UTC_2018.log" file to the Crash Archive and submit the link to the Bug Reporting page. Give as much info as you can.

When I did it in-game, per users view:
/mw update spawn
[20:52:42] [Server thread/CRITICAL]: TypeError: "Argument 3 passed to multiworld\util\LanguageManager::getMsg() must be of the type array, string given, called in phar:///home/container/plugins/MultiWorld.phar/src/multiworld/command/subcommand/UpdateSubcommand.php on line 56" (EXCEPTION) in "MultiWorld.phar/src/multiworld/util/LanguageManager" at line 66
[20:52:42] [Server thread/DEBUG]: #0 MultiWorld.phar/src/multiworld/command/subcommand/UpdateSubcommand(56): multiworld\util\LanguageManager::getMsg(pocketmine\Player object, string update-spawn-done, string Strating)
[20:52:42] [Server thread/DEBUG]: #1 MultiWorld.phar/src/multiworld/command/MultiWorldCommand(112): multiworld\command\subcommand\UpdateSubcommand->executeSub(pocketmine\Player object, array Array(), string update)
[20:52:42] [Server thread/DEBUG]: #2 src/pocketmine/command/SimpleCommandMap(256): multiworld\command\MultiWorldCommand->execute(pocketmine\Player object, string mw, array Array())
[20:52:42] [Server thread/DEBUG]: #3 src/pocketmine/Server(1960): pocketmine\command\SimpleCommandMap->dispatch(pocketmine\Player object, string mw update spawn)
[20:52:42] [Server thread/DEBUG]: #4 src/pocketmine/Player(2169): pocketmine\Server->dispatchCommand(pocketmine\Player object, string mw update spawn)
[20:52:42] [Server thread/DEBUG]: #5 src/pocketmine/network/mcpe/PlayerNetworkSessionAdapter(229): pocketmine\Player->chat(string /mw update spawn)
[20:52:42] [Server thread/DEBUG]: #6 src/pocketmine/network/mcpe/protocol/CommandRequestPacket(54): pocketmine\network\mcpe\PlayerNetworkSessionAdapter->handleCommandRequest(pocketmine\network\mcpe\protocol\CommandRequestPacket object)
[20:52:42] [Server thread/DEBUG]: #7 src/pocketmine/network/mcpe/PlayerNetworkSessionAdapter(99): pocketmine\network\mcpe\protocol\CommandRequestPacket->handle(pocketmine\network\mcpe\PlayerNetworkSessionAdapter object)
[20:52:42] [Server thread/DEBUG]: #8 src/pocketmine/network/mcpe/protocol/BatchPacket(114): pocketmine\network\mcpe\PlayerNetworkSessionAdapter->handleDataPacket(pocketmine\network\mcpe\protocol\CommandRequestPacket object)
[20:52:42] [Server thread/DEBUG]: #9 src/pocketmine/network/mcpe/PlayerNetworkSessionAdapter(99): pocketmine\network\mcpe\protocol\BatchPacket->handle(pocketmine\network\mcpe\PlayerNetworkSessionAdapter object)
[20:52:42] [Server thread/DEBUG]: #10 src/pocketmine/Player(3044): pocketmine\network\mcpe\PlayerNetworkSessionAdapter->handleDataPacket(pocketmine\network\mcpe\protocol\BatchPacket object)
[20:52:42] [Server thread/DEBUG]: #11 src/pocketmine/network/mcpe/RakLibInterface(162): pocketmine\Player->handleDataPacket(pocketmine\network\mcpe\protocol\BatchPacket object)
[20:52:42] [Server thread/DEBUG]: #12 vendor/pocketmine/raklib/src/server/ServerHandler(98): pocketmine\network\mcpe\RakLibInterface->handleEncapsulated(string 82.27.254.221 52230, raklib\protocol\EncapsulatedPacket object, integer 0)
[20:52:42] [Server thread/DEBUG]: #13 src/pocketmine/network/mcpe/RakLibInterface(102): raklib\server\ServerHandler->handlePacket()
[20:52:42] [Server thread/DEBUG]: #14 src/pocketmine/network/Network(94): pocketmine\network\mcpe\RakLibInterface->process()
[20:52:42] [Server thread/DEBUG]: #15 src/pocketmine/network/mcpe/RakLibInterface(92): pocketmine\network\Network->processInterface(pocketmine\network\mcpe\RakLibInterface object)
[20:52:42] [Server thread/DEBUG]: #16 vendor/pocketmine/snooze/src/SleeperHandler(120): pocketmine\network\mcpe\RakLibInterface->pocketmine\network\mcpe{closure}()
[20:52:42] [Server thread/DEBUG]: #17 vendor/pocketmine/snooze/src/SleeperHandler(82): pocketmine\snooze\SleeperHandler->processNotifications()
[20:52:42] [Server thread/DEBUG]: #18 src/pocketmine/Server(2278): pocketmine\snooze\SleeperHandler->sleepUntil(double 1544907162.1475)
[20:52:42] [Server thread/DEBUG]: #19 src/pocketmine/Server(2139): pocketmine\Server->tickProcessor()
[20:52:42] [Server thread/DEBUG]: #20 src/pocketmine/Server(1715): pocketmine\Server->start()
[20:52:42] [Server thread/DEBUG]: #21 src/pocketmine/PocketMine(249): pocketmine\Server->__construct(BaseClassLoader object, pocketmine\utils\MainLogger object, string /home/container/, string /home/container/plugins/)
[20:52:42] [Server thread/DEBUG]: #22 /home/container/PocketMine-MP.phar(1): require(string phar:///home/container/PocketMine-MP.phar/src/pocketmine/PocketMine.php)

@Hricxo
Copy link
Author

Hricxo commented Dec 15, 2018

Latest PocketMine version, Windows 10

@dktapps
Copy link
Member

dktapps commented Dec 15, 2018

This is not a plugin support forum.

@Hricxo
Copy link
Author

Hricxo commented Dec 15, 2018

This was a spam comment. Made with

SVQgSVMgUE9DS0VUTUlORSBJU1NVRQ==

Disclaimer: This was not detected by a bot. This was detected by a magic from a no life no-life iron(II) thiooxide who watch the issue tracker all day very disrespectfully.

@Hricxo
Copy link
Author

Hricxo commented Dec 15, 2018

This was a spam comment. Made with

TU9TVCBQTFVHSU5TIEFORCBDT01NQU5EUyBDUkFTSEVTIEZPUiBTT01FICcnSW50ZXJuYWwgU2Vy
dmVyIEVycm9yJyc=

Disclaimer: This was not detected by a bot. This was detected by a magic from a no life no-life iron(II) thiooxide who watch the issue tracker all day very disrespectfully.

@pmmp pmmp locked as spam and limited conversation to collaborators Dec 15, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants