KomodoEdit icon indicating copy to clipboard operation
KomodoEdit copied to clipboard

Toolbox items disappear after running a toolbox command

Open ervumlens opened this issue 8 years ago • 7 comments

From #491:

Reproduced in Komodo Edit, version 9.2.0, build 15966, platform win32-x86. Built on Tue Aug 04 21:08:06 2015.

opened a python file, modified its content, then called command: selection_191

Undo disabled: selection_192

Pressed Ctrl+Z: file modified icons enabled: selection_194

But when hovered mouse to execute again the command, the toolbox panel cleared again: toolbox cleared

ervumlens avatar Aug 08 '15 19:08 ervumlens

  • I've hit this problem in both Windows and Linux.
  • It's only happened to me when launching toolbox items with the mouse. Shortcut keys don't seem to trigger the problem.
  • Has happened to me with both toolbox commands and macros. Nothing about the items themselves seems unusual.
  • I have no idea how to reproduce it consistently.

ervumlens avatar Aug 08 '15 19:08 ervumlens

Occasionally I will see almost identical behavior, but unfortunately I have not been able to reliably reproduce it. It usually occurs after running macro or userscript commands in the JavaScript console.

It is interesting that this particular bug report mentions Ctr+Z, as does a similar bug report. I have tried running console commands and then pressing Ctr+Z, but, as mentioned, have not been able to reproduce it on demand or detect any other sort of pattern.

Of course, if I learn how to consistently reproduce this behavior, I will update this bug report.

Platform Information

Komodo IDE 10.2.2 on Windows 10 Pro

mjross avatar Jul 20 '17 20:07 mjross

Of course, if I learn how to consistently reproduce this behavior, I will update this bug report.

Please do. Even I hit this on occasion when using the toolbox heavily but have never been able to reproduce the issue.

th3coop avatar Jul 20 '17 21:07 th3coop

@cgchoffman had this issue today. Was playing with a userscript but then the toolbox suddenly fails. The error report:

[2017-10-03 11:08:03,552] [WARNING] console-logger: Key event not available on some keyboard layouts: key="f" modifiers="control,alt" (1) in chrome://komodo/content/project/macroProperties.xul:0
[2017-10-03 11:08:03,553] [WARNING] console-logger: Key event not available on GTK2: key="u" modifiers="control,shift" (1) in chrome://komodo/content/project/macroProperties.xul:0
[2017-10-03 11:08:03,553] [WARNING] console-logger: Key event not available on some keyboard layouts: key="v" modifiers="control,alt" (1) in chrome://komodo/content/project/macroProperties.xul:0
[2017-10-03 11:08:07,062] [ERROR] console-logger: TypeError: ko.views is undefined (2) in chrome://sidebyside/content/overlay.js:178
Traceback (most recent call last):
  File "chrome://sidebyside/content/overlay.js", line 178, in 

[2017-10-03 11:08:07,082] [ERROR] console-logger: TypeError: ko.views is undefined (2) in chrome://sidebyside/content/overlay.js:178
Traceback (most recent call last):
  File "chrome://sidebyside/content/overlay.js", line 178, in 

ERROR:xpcom:Unhandled exception calling 'int8 * setFilter(in wstring);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 1085, in setFilter
    self.clearFilter()
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 1128, in clearFilter
    self._filter_std_toolbox()
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 1172, in _filter_std_toolbox
    if len(self._rows_model) == 0:
TypeError: object of type 'NoneType' has no len()
[2017-10-03 11:09:00,611] [ERROR] console-logger: NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [koIToolbox2HTreeView.setFilter] (2) in chrome://komodo/content/toolbox/toolbox2.js:185
Traceback (most recent call last):
  File "chrome://komodo/content/toolbox/toolbox2.js", line 185, in 

ERROR:xpcom:Unhandled exception calling 'int8 * isContainer(in int32, out retval boolean);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 992, in isContainer
    return self._rows_view[index].isContainer
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * isContainer(in int32, out retval boolean);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 992, in isContainer
    return self._rows_view[index].isContainer
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * getLevel(in int32, out retval int32);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 1047, in getLevel
    return self._rows_view[index].level
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * isContainer(in int32, out retval boolean);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 992, in isContainer
    return self._rows_view[index].isContainer
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * getImageSrc(in int32, in nsISomething, in dipper retval unicode &);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 975, in getImageSrc
    node = self._rows_view[index]
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * isContainer(in int32, out retval boolean);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 992, in isContainer
    return self._rows_view[index].isContainer
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * isContainer(in int32, out retval boolean);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 992, in isContainer
    return self._rows_view[index].isContainer
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * getLevel(in int32, out retval int32);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 1047, in getLevel
    return self._rows_view[index].level
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * isContainer(in int32, out retval boolean);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 992, in isContainer
    return self._rows_view[index].isContainer
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * getImageSrc(in int32, in nsISomething, in dipper retval unicode &);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 975, in getImageSrc
    node = self._rows_view[index]
TypeError: 'NoneType' object has no attribute '__getitem__'
[2017-10-03 11:09:04,476] [ERROR] console-logger: TypeError: ko.views is undefined (2) in chrome://sidebyside/content/overlay.js:178
Traceback (most recent call last):
  File "chrome://sidebyside/content/overlay.js", line 178, in 

[2017-10-03 11:09:04,497] [ERROR] console-logger: TypeError: ko.views is undefined (2) in chrome://sidebyside/content/overlay.js:178
Traceback (most recent call last):
  File "chrome://sidebyside/content/overlay.js", line 178, in 

ERROR:xpcom:Unhandled exception calling 'int8 * isContainer(in int32, out retval boolean);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 992, in isContainer
    return self._rows_view[index].isContainer
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * getLevel(in int32, out retval int32);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 1047, in getLevel
    return self._rows_view[index].level
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * isContainer(in int32, out retval boolean);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 992, in isContainer
    return self._rows_view[index].isContainer
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * getLevel(in int32, out retval int32);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 1047, in getLevel
    return self._rows_view[index].level
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * isContainer(in int32, out retval boolean);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 992, in isContainer
    return self._rows_view[index].isContainer
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * getImageSrc(in int32, in nsISomething, in dipper retval unicode &);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 975, in getImageSrc
    node = self._rows_view[index]
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * getImageSrc(in int32, in nsISomething, in dipper retval unicode &);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 975, in getImageSrc
    node = self._rows_view[index]
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * getCellText(in int32, in nsISomething, in dipper retval unicode &);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 968, in getCellText
    return self._rows_view[index].name
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * isContainer(in int32, out retval boolean);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 992, in isContainer
    return self._rows_view[index].isContainer
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * getLevel(in int32, out retval int32);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 1047, in getLevel
    return self._rows_view[index].level
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * isContainer(in int32, out retval boolean);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 992, in isContainer
    return self._rows_view[index].isContainer
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * getLevel(in int32, out retval int32);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 1047, in getLevel
    return self._rows_view[index].level
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * isContainer(in int32, out retval boolean);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 992, in isContainer
    return self._rows_view[index].isContainer
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * getImageSrc(in int32, in nsISomething, in dipper retval unicode &);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 975, in getImageSrc
    node = self._rows_view[index]
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * getImageSrc(in int32, in nsISomething, in dipper retval unicode &);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 975, in getImageSrc
    node = self._rows_view[index]
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * getCellText(in int32, in nsISomething, in dipper retval unicode &);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 968, in getCellText
    return self._rows_view[index].name
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * isContainer(in int32, out retval boolean);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 992, in isContainer
    return self._rows_view[index].isContainer
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * getLevel(in int32, out retval int32);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 1047, in getLevel
    return self._rows_view[index].level
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * isContainer(in int32, out retval boolean);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 992, in isContainer
    return self._rows_view[index].isContainer
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * getLevel(in int32, out retval int32);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 1047, in getLevel
    return self._rows_view[index].level
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * isContainer(in int32, out retval boolean);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 992, in isContainer
    return self._rows_view[index].isContainer
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * getImageSrc(in int32, in nsISomething, in dipper retval unicode &);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 975, in getImageSrc
    node = self._rows_view[index]
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * getImageSrc(in int32, in nsISomething, in dipper retval unicode &);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 975, in getImageSrc
    node = self._rows_view[index]
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * getCellText(in int32, in nsISomething, in dipper retval unicode &);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 968, in getCellText
    return self._rows_view[index].name
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * isContainer(in int32, out retval boolean);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 992, in isContainer
    return self._rows_view[index].isContainer
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * getLevel(in int32, out retval int32);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 1047, in getLevel
    return self._rows_view[index].level
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * isContainer(in int32, out retval boolean);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 992, in isContainer
    return self._rows_view[index].isContainer
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * getLevel(in int32, out retval int32);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 1047, in getLevel
    return self._rows_view[index].level
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * isContainer(in int32, out retval boolean);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 992, in isContainer
    return self._rows_view[index].isContainer
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * getImageSrc(in int32, in nsISomething, in dipper retval unicode &);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 975, in getImageSrc
    node = self._rows_view[index]
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * getImageSrc(in int32, in nsISomething, in dipper retval unicode &);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 975, in getImageSrc
    node = self._rows_view[index]
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * getCellText(in int32, in nsISomething, in dipper retval unicode &);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 968, in getCellText
    return self._rows_view[index].name
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * isContainer(in int32, out retval boolean);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 992, in isContainer
    return self._rows_view[index].isContainer
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * getLevel(in int32, out retval int32);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 1047, in getLevel
    return self._rows_view[index].level
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * isContainer(in int32, out retval boolean);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 992, in isContainer
    return self._rows_view[index].isContainer
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * getLevel(in int32, out retval int32);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 1047, in getLevel
    return self._rows_view[index].level
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * isContainer(in int32, out retval boolean);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 992, in isContainer
    return self._rows_view[index].isContainer
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * getImageSrc(in int32, in nsISomething, in dipper retval unicode &);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 975, in getImageSrc
    node = self._rows_view[index]
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * getImageSrc(in int32, in nsISomething, in dipper retval unicode &);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 975, in getImageSrc
    node = self._rows_view[index]
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * getCellText(in int32, in nsISomething, in dipper retval unicode &);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 968, in getCellText
    return self._rows_view[index].name
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * isContainer(in int32, out retval boolean);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 992, in isContainer
    return self._rows_view[index].isContainer
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * getLevel(in int32, out retval int32);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 1047, in getLevel
    return self._rows_view[index].level
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * isContainer(in int32, out retval boolean);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 992, in isContainer
    return self._rows_view[index].isContainer
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * getLevel(in int32, out retval int32);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 1047, in getLevel
    return self._rows_view[index].level
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * isContainer(in int32, out retval boolean);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 992, in isContainer
    return self._rows_view[index].isContainer
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * getImageSrc(in int32, in nsISomething, in dipper retval unicode &);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 975, in getImageSrc
    node = self._rows_view[index]
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * getImageSrc(in int32, in nsISomething, in dipper retval unicode &);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 975, in getImageSrc
    node = self._rows_view[index]
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * getCellText(in int32, in nsISomething, in dipper retval unicode &);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 968, in getCellText
    return self._rows_view[index].name
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * isContainer(in int32, out retval boolean);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\python\xpcom\server\policy.py", line 303, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 10.2\lib\mozilla\components\koToolbox2HTreeView.py", line 992, in isContainer
    return self._rows_view[index].isContainer
TypeError: 'NoneType' object has no attribute '__getitem__'
ERROR:xpcom:Unhandled exception calling 'int8 * getLevel(in int32, out retval int32);'

babobski avatar Oct 03 '17 09:10 babobski

Thanks @babobski, we'll look into fixing those errors, hopefully they're related.

Naatan avatar Oct 03 '17 15:10 Naatan

Thanks for keeping this in mind @babobski.

th3coop avatar Oct 03 '17 16:10 th3coop

This problem appears to still be present in Komodo IDE, version 12.0.1, build 91869, platform win32-x86. Built on Mon Feb 10 18:14:23 2020.

The longer I run Komodo IDE the more likely this is to happen.

rfoxkendo avatar May 06 '20 15:05 rfoxkendo