C2-12828-1 on launch
It's worked before, I'm not sure what's wrong now though. Only thing is I use an account switcher, and have since changed PSN account after install
Unlike https://github.com/THEN00P/EasyPlugin/issues/3#issuecomment-519316953, my config file does not contain any plugins that are commented out
I have uninstalled and reinstalled from the vpk file to no change in results


Atm. EasyPlugin doesn't mess with previously installed plugins. The only things coming to mind right now would be that something is wrong with your app.db or that wifi isn't enabled. Have you tried rebuilding your database?
Fixed the issue by deleting data\Easy_Plugins\plugins.json
I am unsure why this threw an error
This is actually an easy fix, and I've made a Pull Request for EasyVPK since it's the same issue. Commit below:
https://github.com/DRok17/EasyVPK/commit/db57bbe4b3be836da45ff5a5a3138555bc4b7950
Just need to add the following line to the main.cpp file just above line 87:
Filesystem::removePath("ux0:data/Easy_Plugins");
https://github.com/THEN00P/EasyPlugin/blob/122eca8249d7efb02463a8ac95b989c6f895a491/src/main.cpp#L87
This removes the data folder on launch, which is then recreated by the mkDir on the following line.