Syntax checking dont work

when i cod give me that no eror but when i run the cod console give me eror

Morning @abdulrahman_badr,

Please provide the following info:

  1. Programming language
  2. Code sample indicating what is failing
  3. Komodo version
  4. OS/Platform

I have the same problem.
info:

  1. perl 5.22
  2. any nonsense, for example:
    bla-bla-bla = blu-blu-blu
    no reaction from syntax checker
  3. Komodo IDE, version 12.0.1, build 91869, platform win32-x86.
    Built on Mon Feb 10 18:14:23 2020.
  4. Win 10 Home x64

Preferences:
Enable background syntax checking after 3000 msecs ( ON )
Languages -> Perl -> Use this interpreter = C:\Perl\bin\perl.exe
(this is right path. With the option “Find on Path” also doesn’t work)
Manual run syntax check (by hotkey) also doesn’t work.

Troubleshooting log file:
[2021-06-10 14:02:57,049] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
File “”, line 0, in

[2021-06-10 14:02:57,049] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
File “”, line 0, in

[2021-06-10 14:02:57,049] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
File “”, line 0, in

[2021-06-10 14:03:03,413] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
File “”, line 0, in

[2021-06-10 14:03:03,414] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
File “”, line 0, in

[2021-06-10 14:03:03,414] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
File “”, line 0, in

[2021-06-10 14:03:03,414] [ERROR] console-logger: uncaught exception: [object Object] (0) in :0
Traceback (most recent call last):
File “”, line 0, in

Hi @Vladislav,

Can you share:

  • Full logs
  • screenshot of your syntax checking prefs screen

It appears to be working for me so hopefully it’s something about your environment.

Try restarting in Safe mode to see if it’s some setting that Komodo is picking up:

  • Help menu > troubleshooting > Restart in Safe mode

I’m guessing your other post about Go To Def not working is related to whatever is going on here.

  • Carey