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:
- Programming language
- Code sample indicating what is failing
- Komodo version
- OS/Platform
I have the same problem.
info:
- perl 5.22
- any nonsense, for example:
bla-bla-bla = blu-blu-blu
no reaction from syntax checker - Komodo IDE, version 12.0.1, build 91869, platform win32-x86.
Built on Mon Feb 10 18:14:23 2020. - 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