Code Monkey home page Code Monkey logo

Comments (11)

matcracker avatar matcracker commented on June 29, 2024

Did you encountered this issue by running the plugin the first time or by upgrading it from a previous version?

from bedcoreprotect.

 avatar commented on June 29, 2024

from the first time

from bedcoreprotect.

 avatar commented on June 29, 2024

ohh btw i forgot to say that when i put this plugin in a private phone hosted server it worked fine but when i do /core status i get kicked with internal server error and this error shows up in the console (matcracker\BedcoreProtect\libs\SOFe\AwaitGenerator\AwaitException: "Unhandled async exception" (EXCEPTION) in "plugins/BedcoreProtect_dev-144.phar/src/matcracker/BedcoreProtect/libs/SOFe/AwaitGenerator/Await" at line 358

but when i put it in my public server which is web hosted it never worked it crashes upon server starts as i pointed above.

from bedcoreprotect.

matcracker avatar matcracker commented on June 29, 2024

Thank you for you report, issue is fixed in v0.5.2 (alias dev build #145)

from bedcoreprotect.

 avatar commented on June 29, 2024

issue still persists, the server freezes when the plugin disables itself with the same error:

2019-10-05 [08:20:36] [Server thread/DEBUG]: #0 (): pocketmine\utils\Utils::errorExceptionHandler(integer 2, string[62] yaml_parse(): end of stream reached without finding document 0, string[144] phar:///home/minecraft/multicraft/servers/server22957/plugins/BedcoreProtect_dev, integer 43, array[2])
2019-10-05 [08:20:36] [Server thread/DEBUG]: #1 plugins/BedcoreProtect_dev-145.phar/src/matcracker/BedcoreProtect/storage/PatchManager(43): yaml_parse(string[30] # !!! DON'T EDIT THIS FILE !!!)
2019-10-05 [08:20:36] [Server thread/DEBUG]: #2 plugins/BedcoreProtect_dev-145.phar/src/matcracker/BedcoreProtect/storage/PatchManager(58): matcracker\BedcoreProtect\storage\PatchManager->getVersionsToPatch(string[5] 0.5.2)
2019-10-05 [08:20:36] [Server thread/DEBUG]: #3 plugins/BedcoreProtect_dev-145.phar/src/matcracker/BedcoreProtect/libs/poggit/libasynql/base/DataConnectorImpl(153): matcracker\BedcoreProtect\storage\PatchManager->matcracker\BedcoreProtect\storage\{closure}(array[1], array[3])
2019-10-05 [08:20:36] [Server thread/DEBUG]: #4 plugins/BedcoreProtect_dev-145.phar/src/matcracker/BedcoreProtect/libs/poggit/libasynql/base/DataConnectorImpl(183): matcracker\BedcoreProtect\libs\poggit\libasynql\base\DataConnectorImpl->matcracker\BedcoreProtect\libs\poggit\libasynql\base\{closure}(object matcracker\BedcoreProtect\libs\poggit\libasynql\result\SqlSelectResult)
2019-10-05 [08:20:36] [Server thread/DEBUG]: #5 plugins/BedcoreProtect_dev-145.phar/src/matcracker/BedcoreProtect/libs/poggit/libasynql/base/SqlThreadPool(91): matcracker\BedcoreProtect\libs\poggit\libasynql\base\DataConnectorImpl->matcracker\BedcoreProtect\libs\poggit\libasynql\base\{closure}(object matcracker\BedcoreProtect\libs\poggit\libasynql\result\SqlSelectResult)
2019-10-05 [08:20:36] [Server thread/DEBUG]: #6 plugins/BedcoreProtect_dev-145.phar/src/matcracker/BedcoreProtect/libs/poggit/libasynql/base/DataConnectorImpl(262): matcracker\BedcoreProtect\libs\poggit\libasynql\base\SqlThreadPool->readResults(array[1])
2019-10-05 [08:20:36] [Server thread/DEBUG]: #7 plugins/BedcoreProtect_dev-145.phar/src/matcracker/BedcoreProtect/libs/poggit/libasynql/base/DataConnectorImpl(256): matcracker\BedcoreProtect\libs\poggit\libasynql\base\DataConnectorImpl->checkResults()
2019-10-05 [08:20:36] [Server thread/DEBUG]: #8 plugins/BedcoreProtect_dev-145.phar/src/matcracker/BedcoreProtect/storage/PatchManager(71): matcracker\BedcoreProtect\libs\poggit\libasynql\base\DataConnectorImpl->waitAll()
2019-10-05 [08:20:36] [Server thread/DEBUG]: #9 plugins/BedcoreProtect_dev-145.phar/src/matcracker/BedcoreProtect/Main(150): matcracker\BedcoreProtect\storage\PatchManager->patch()
2019-10-05 [08:20:36] [Server thread/DEBUG]: #10 src/pocketmine/plugin/PluginBase(123): matcracker\BedcoreProtect\Main->onEnable()
2019-10-05 [08:20:36] [Server thread/DEBUG]: #11 src/pocketmine/plugin/PluginManager(588): pocketmine\plugin\PluginBase->setEnabled(boolean 1)
2019-10-05 [08:20:36] [Server thread/DEBUG]: #12 src/pocketmine/Server(2002): pocketmine\plugin\PluginManager->enablePlugin(object matcracker\BedcoreProtect\Main)
2019-10-05 [08:20:36] [Server thread/DEBUG]: #13 src/pocketmine/Server(1988): pocketmine\Server->enablePlugin(object matcracker\BedcoreProtect\Main)
2019-10-05 [08:20:36] [Server thread/DEBUG]: #14 src/pocketmine/Server(1782): pocketmine\Server->enablePlugins(integer 1)
2019-10-05 [08:20:36] [Server thread/DEBUG]: #15 src/pocketmine/PocketMine(274): pocketmine\Server->__construct(object BaseClassLoader, object pocketmine\utils\MainLogger, string[47] /home/minecraft/multicraft/servers/server22957/, string[55] /home/minecraft/multicraft/servers/server22957/plugins/)
2019-10-05 [08:20:36] [Server thread/DEBUG]: #16 (1): require(string[118] phar:///home/minecraft/multicraft/jar/versions/PocketMine/PocketMine-MP1.12.0-3.)
2019-10-05 [08:20:36] [Server thread/INFO]: Disabling BedcoreProtect v0.5.2```

from bedcoreprotect.

matcracker avatar matcracker commented on June 29, 2024

I can't reproduce the issue

from bedcoreprotect.

 avatar commented on June 29, 2024

it works fine on the phone hosted server but in the web hosted one it doesn't! thats so weird, i tried to add other plugins and they worked just fine

from bedcoreprotect.

 avatar commented on June 29, 2024

btw if this would make any help after the plugin disables itself and the server freezes the plugin data is created successfully:

  • bedcore_database.db
  • config.yml

from bedcoreprotect.

 avatar commented on June 29, 2024

if this issue is related to a not very important feature like for example an auto updater or update notifier it would be great if u tell me how to remove it so i can use this plugin

from bedcoreprotect.

matcracker avatar matcracker commented on June 29, 2024

@mote166 try to use build #146

from bedcoreprotect.

 avatar commented on June 29, 2024

worked! thanks.

from bedcoreprotect.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.