We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TypeError: "Argument 1 passed to pocketmine\inventory\BaseInventory::setContents() must be of the type array, null given, called in phar:///home/container/plugins/MultiWorld.phar/src/czechpmdevs/multiworld/EventListener.php on line 182" (EXCEPTION) in "src/pocketmine/inventory/BaseInventory" at line 125 [03:57:45] [Server thread/CRITICAL]: #0 plugins/MultiWorld.phar/src/czechpmdevs/multiworld/EventListener(182): pocketmine\inventory\BaseInventory->setContents(NULL ) [03:57:45] [Server thread/CRITICAL]: #1 src/pocketmine/plugin/MethodEventExecutor(42): czechpmdevs\multiworld\EventListener->onPlayerRespawn(object pocketmine\event\player\PlayerRespawnEvent) [03:57:45] [Server thread/CRITICAL]: #2 src/pocketmine/plugin/RegisteredListener(80): pocketmine\plugin\MethodEventExecutor->execute(object czechpmdevs\multiworld\EventListener, object pocketmine\event\player\PlayerRespawnEvent) [03:57:45] [Server thread/CRITICAL]: #3 src/pocketmine/event/Event(88): pocketmine\plugin\RegisteredListener->callEvent(object pocketmine\event\player\PlayerRespawnEvent) [03:57:45] [Server thread/CRITICAL]: #4 src/pocketmine/Player(3841): pocketmine\event\Event->call() [03:57:45] [Server thread/CRITICAL]: #5 src/pocketmine/Player(1114): pocketmine\Player->respawn() [03:57:45] [Server thread/CRITICAL]: #6 src/pocketmine/network/mcpe/PlayerNetworkSessionAdapter(310): pocketmine\Player->doFirstSpawn() [03:57:45] [Server thread/CRITICAL]: #7 src/pocketmine/network/mcpe/protocol/SetLocalPlayerAsInitializedPacket(45): pocketmine\network\mcpe\PlayerNetworkSessionAdapter->handleSetLocalPlayerAsInitialized(object pocketmine\network\mcpe\protocol\SetLocalPlayerAsInitializedPacket) [03:57:45] [Server thread/CRITICAL]: #8 src/pocketmine/network/mcpe/PlayerNetworkSessionAdapter(109): pocketmine\network\mcpe\protocol\SetLocalPlayerAsInitializedPacket->handle(object pocketmine\network\mcpe\PlayerNetworkSessionAdapter) [03:57:45] [Server thread/CRITICAL]: #9 src/pocketmine/network/mcpe/protocol/BatchPacket(127): pocketmine\network\mcpe\PlayerNetworkSessionAdapter->handleDataPacket(object pocketmine\network\mcpe\protocol\SetLocalPlayerAsInitializedPacket) [03:57:45] [Server thread/CRITICAL]: #10 src/pocketmine/network/mcpe/PlayerNetworkSessionAdapter(109): pocketmine\network\mcpe\protocol\BatchPacket->handle(object pocketmine\network\mcpe\PlayerNetworkSessionAdapter) [03:57:45] [Server thread/CRITICAL]: #11 src/pocketmine/Player(3273): pocketmine\network\mcpe\PlayerNetworkSessionAdapter->handleDataPacket(object pocketmine\network\mcpe\protocol\BatchPacket) [03:57:45] [Server thread/CRITICAL]: #12 src/pocketmine/network/mcpe/RakLibInterface(169): pocketmine\Player->handleDataPacket(object pocketmine\network\mcpe\protocol\BatchPacket) [03:57:45] [Server thread/CRITICAL]: #13 vendor/pocketmine/raklib/src/server/ServerHandler(95): pocketmine\network\mcpe\RakLibInterface->handleEncapsulated(string[19] 24.175.84.148 64769, object raklib\protocol\EncapsulatedPacket, integer 0) [03:57:45] [Server thread/CRITICAL]: #14 src/pocketmine/network/mcpe/RakLibInterface(109): raklib\server\ServerHandler->handlePacket() [03:57:45] [Server thread/CRITICAL]: #15 src/pocketmine/network/mcpe/RakLibInterface(99): pocketmine\network\mcpe\RakLibInterface->process() [03:57:45] [Server thread/CRITICAL]: #16 vendor/pocketmine/snooze/src/SleeperHandler(123): pocketmine\network\mcpe\RakLibInterface->pocketmine\network\mcpe{closure}() [03:57:45] [Server thread/CRITICAL]: #17 vendor/pocketmine/snooze/src/SleeperHandler(85): pocketmine\snooze\SleeperHandler->processNotifications() [03:57:45] [Server thread/CRITICAL]: #18 src/pocketmine/Server(2157): pocketmine\snooze\SleeperHandler->sleepUntil(double 1610510264.1227) [03:57:45] [Server thread/CRITICAL]: #19 src/pocketmine/Server(1994): pocketmine\Server->tickProcessor() [03:57:45] [Server thread/CRITICAL]: #20 src/pocketmine/Server(1588): pocketmine\Server->start() [03:57:45] [Server thread/CRITICAL]: #21 src/pocketmine/PocketMine(273): pocketmine\Server->__construct(object BaseClassLoader, object pocketmine\utils\MainLogger, string[16] /home/container/, string[24] /home/container/plugins/) [03:57:45] [Server thread/CRITICAL]: #22 src/pocketmine/PocketMine(304): pocketmine\server() [03:57:45] [Server thread/CRITICAL]: #23 (11): require(string[71] phar:///home/container/PocketMine-MP.phar/src/pocketmine/PocketMine.php)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Internal Server Error
TypeError: "Argument 1 passed to pocketmine\inventory\BaseInventory::setContents() must be of the type array, null given, called in phar:///home/container/plugins/MultiWorld.phar/src/czechpmdevs/multiworld/EventListener.php on line 182" (EXCEPTION) in "src/pocketmine/inventory/BaseInventory" at line 125
[03:57:45] [Server thread/CRITICAL]: #0 plugins/MultiWorld.phar/src/czechpmdevs/multiworld/EventListener(182): pocketmine\inventory\BaseInventory->setContents(NULL )
[03:57:45] [Server thread/CRITICAL]: #1 src/pocketmine/plugin/MethodEventExecutor(42): czechpmdevs\multiworld\EventListener->onPlayerRespawn(object pocketmine\event\player\PlayerRespawnEvent)
[03:57:45] [Server thread/CRITICAL]: #2 src/pocketmine/plugin/RegisteredListener(80): pocketmine\plugin\MethodEventExecutor->execute(object czechpmdevs\multiworld\EventListener, object pocketmine\event\player\PlayerRespawnEvent)
[03:57:45] [Server thread/CRITICAL]: #3 src/pocketmine/event/Event(88): pocketmine\plugin\RegisteredListener->callEvent(object pocketmine\event\player\PlayerRespawnEvent)
[03:57:45] [Server thread/CRITICAL]: #4 src/pocketmine/Player(3841): pocketmine\event\Event->call()
[03:57:45] [Server thread/CRITICAL]: #5 src/pocketmine/Player(1114): pocketmine\Player->respawn()
[03:57:45] [Server thread/CRITICAL]: #6 src/pocketmine/network/mcpe/PlayerNetworkSessionAdapter(310): pocketmine\Player->doFirstSpawn()
[03:57:45] [Server thread/CRITICAL]: #7 src/pocketmine/network/mcpe/protocol/SetLocalPlayerAsInitializedPacket(45): pocketmine\network\mcpe\PlayerNetworkSessionAdapter->handleSetLocalPlayerAsInitialized(object pocketmine\network\mcpe\protocol\SetLocalPlayerAsInitializedPacket)
[03:57:45] [Server thread/CRITICAL]: #8 src/pocketmine/network/mcpe/PlayerNetworkSessionAdapter(109): pocketmine\network\mcpe\protocol\SetLocalPlayerAsInitializedPacket->handle(object pocketmine\network\mcpe\PlayerNetworkSessionAdapter)
[03:57:45] [Server thread/CRITICAL]: #9 src/pocketmine/network/mcpe/protocol/BatchPacket(127): pocketmine\network\mcpe\PlayerNetworkSessionAdapter->handleDataPacket(object pocketmine\network\mcpe\protocol\SetLocalPlayerAsInitializedPacket)
[03:57:45] [Server thread/CRITICAL]: #10 src/pocketmine/network/mcpe/PlayerNetworkSessionAdapter(109): pocketmine\network\mcpe\protocol\BatchPacket->handle(object pocketmine\network\mcpe\PlayerNetworkSessionAdapter)
[03:57:45] [Server thread/CRITICAL]: #11 src/pocketmine/Player(3273): pocketmine\network\mcpe\PlayerNetworkSessionAdapter->handleDataPacket(object pocketmine\network\mcpe\protocol\BatchPacket)
[03:57:45] [Server thread/CRITICAL]: #12 src/pocketmine/network/mcpe/RakLibInterface(169): pocketmine\Player->handleDataPacket(object pocketmine\network\mcpe\protocol\BatchPacket)
[03:57:45] [Server thread/CRITICAL]: #13 vendor/pocketmine/raklib/src/server/ServerHandler(95): pocketmine\network\mcpe\RakLibInterface->handleEncapsulated(string[19] 24.175.84.148 64769, object raklib\protocol\EncapsulatedPacket, integer 0)
[03:57:45] [Server thread/CRITICAL]: #14 src/pocketmine/network/mcpe/RakLibInterface(109): raklib\server\ServerHandler->handlePacket()
[03:57:45] [Server thread/CRITICAL]: #15 src/pocketmine/network/mcpe/RakLibInterface(99): pocketmine\network\mcpe\RakLibInterface->process()
[03:57:45] [Server thread/CRITICAL]: #16 vendor/pocketmine/snooze/src/SleeperHandler(123): pocketmine\network\mcpe\RakLibInterface->pocketmine\network\mcpe{closure}()
[03:57:45] [Server thread/CRITICAL]: #17 vendor/pocketmine/snooze/src/SleeperHandler(85): pocketmine\snooze\SleeperHandler->processNotifications()
[03:57:45] [Server thread/CRITICAL]: #18 src/pocketmine/Server(2157): pocketmine\snooze\SleeperHandler->sleepUntil(double 1610510264.1227)
[03:57:45] [Server thread/CRITICAL]: #19 src/pocketmine/Server(1994): pocketmine\Server->tickProcessor()
[03:57:45] [Server thread/CRITICAL]: #20 src/pocketmine/Server(1588): pocketmine\Server->start()
[03:57:45] [Server thread/CRITICAL]: #21 src/pocketmine/PocketMine(273): pocketmine\Server->__construct(object BaseClassLoader, object pocketmine\utils\MainLogger, string[16] /home/container/, string[24] /home/container/plugins/)
[03:57:45] [Server thread/CRITICAL]: #22 src/pocketmine/PocketMine(304): pocketmine\server()
[03:57:45] [Server thread/CRITICAL]: #23 (11): require(string[71] phar:///home/container/PocketMine-MP.phar/src/pocketmine/PocketMine.php)
The text was updated successfully, but these errors were encountered: