Openkore: Unable to load Plugins

Created on 7 Aug 2017  路  13Comments  路  Source: OpenKore/openkore

I updated my bot today.
new updates - Parser.pm

Cause problem, unable to load all plugins
I disable all plugins for now.
image

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.

All 13 comments

same at me

im having the same problem

So, how to disable the plugins?

gf

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

farrainbow picture farrainbow  路  4Comments

comdevx picture comdevx  路  3Comments

ncplay91 picture ncplay91  路  4Comments

ojuniorbezerra picture ojuniorbezerra  路  4Comments

Keeynt picture Keeynt  路  4Comments