EasyEdit icon indicating copy to clipboard operation
EasyEdit copied to clipboard

pocketmine\utils\InternetException: "Couldn't load needed data files" (EXCEPTION) in "/data/data/com.termux/files/home/pmmp/plugins/EasyEdit-master/src/platz1de/EasyEdit/task/DynamicStoredFlipTask" at line 45

Open LIVEGUYS opened this issue 3 months ago • 1 comments

[19:57:04.160] [EasyEdit editing thread/CRITICAL]: pocketmine\utils\InternetException: "Couldn't load needed data files" (EXCEPTION) in "/data/data/com.termux/files/home/pmmp/plugins/EasyEdit-master/src/platz1de/EasyEdit/task/DynamicStoredFlipTask" at line 45 how to fix this issue?

  • [ ]

LIVEGUYS avatar Aug 30 '25 20:08 LIVEGUYS

There should be an additional error / warning at server startup, indicating why the data files couldn't be loaded.

Since you seem to be using a folder plugin loader, this is probably due to /data/data/com.termux/files/home/pmmp/plugins/EasyEdit-master/resources/repo not existing or being empty (when cloning the repo make sure to clone recursively, or use a build from poggit). You can fix this by creating the directory and putting the 8 json files from the data repo there.

platz1de avatar Sep 01 '25 17:09 platz1de