I updated my bot today.
new updates - Parser.pm
Cause problem, unable to load all plugins
I disable all plugins for now.

same at me
im having the same problem
So, how to disable the plugins?

error was found at line 5 plugins/macro/Macro/Parser.pm
try to open it on notepad and edit those line and use this
from use open ':std', ':utf8'; to use encoding 'utf8';
Note: this is a temporary fix. I just copy and paste the old line that was committed.
couldn't connect: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. (error code 10060)
to disable plugin, go to sys.txt
find this loadPlugins 2 and change it to loadPlugins 0
its working now thanks :)
@Henrybk
@FireflySkye Can you tell us the Perl version?
how about this issue ( #855 ) ?
tested loadPlugins 2 and it works again. Thank you.
Original user that opened issue seemingly has the issue solved with a later update to the code.
Anyone experiencing the same problem, please update your copy of Openkore's code -- and if problems persist, please open a new issue.
Most helpful comment
error was found at line 5 plugins/macro/Macro/Parser.pm
try to open it on notepad and edit those line and use this
from use open ':std', ':utf8'; to use encoding 'utf8';
Note: this is a temporary fix. I just copy and paste the old line that was committed.