This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SOLVED] Inspecter crashes on reset
#1
Pi 3, recently updated with a couple of days ago..
git clone -b v0.8.0 https://github.com/sailoog/openplotter.git
Also I've been unsuccessfulyy p;laying around with mqtt..
Now when pressing the reset button in the inspector it crashes to a blank screen, terminal output below...
Did I break it Wink
Code:
pi@openplotter:~ $ python /home/pi/.config/openplotter/openplotter.py
signalk-server running at 0.0.0.0:3000

Traceback (most recent call last):
 File "/home/pi/.config/openplotter/output.py", line 186, in reset
   if self.mqtt: self.mqtt.stop()
 File "/home/pi/.config/openplotter/classes/mqtt.py", line 68, in stop
   self.client.loop_stop()
AttributeError: Mqtt instance has no attribute 'client'
Traceback (most recent call last):
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 16763, in <lambda>
   lambda event: event.callable(*event.args, **event.kw) )
 File "/home/pi/.config/openplotter/output.py", line 165, in refresh_data
   if self.data: self.list.SetStringItem(self.data[0],self.data[1],self.data[2])
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_controls.py", line 4521, in SetStringItem
   return _controls_.ListCtrl_SetStringItem(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "id >= 0 && (size_t)id < GetItemCount()" failed at ../src/generic/listctrl.cpp(3302) in SetItem(): invalid item index in SetItem
Traceback (most recent call last):
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 16763, in <lambda>
   lambda event: event.callable(*event.args, **event.kw) )
 File "/home/pi/.config/openplotter/output.py", line 165, in refresh_data
   if self.data: self.list.SetStringItem(self.data[0],self.data[1],self.data[2])
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_controls.py", line 4521, in SetStringItem
   return _controls_.ListCtrl_SetStringItem(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "id >= 0 && (size_t)id < GetItemCount()" failed at ../src/generic/listctrl.cpp(3302) in SetItem(): invalid item index in SetItem
Traceback (most recent call last):
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 16763, in <lambda>
   lambda event: event.callable(*event.args, **event.kw) )
 File "/home/pi/.config/openplotter/output.py", line 165, in refresh_data
   if self.data: self.list.SetStringItem(self.data[0],self.data[1],self.data[2])
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_controls.py", line 4521, in SetStringItem
   return _controls_.ListCtrl_SetStringItem(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "id >= 0 && (size_t)id < GetItemCount()" failed at ../src/generic/listctrl.cpp(3302) in SetItem(): invalid item index in SetItem
Traceback (most recent call last):
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 16763, in <lambda>
   lambda event: event.callable(*event.args, **event.kw) )
 File "/home/pi/.config/openplotter/output.py", line 165, in refresh_data
   if self.data: self.list.SetStringItem(self.data[0],self.data[1],self.data[2])
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_controls.py", line 4521, in SetStringItem
   return _controls_.ListCtrl_SetStringItem(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "id >= 0 && (size_t)id < GetItemCount()" failed at ../src/generic/listctrl.cpp(3302) in SetItem(): invalid item index in SetItem
Traceback (most recent call last):
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 16763, in <lambda>
   lambda event: event.callable(*event.args, **event.kw) )
 File "/home/pi/.config/openplotter/output.py", line 165, in refresh_data
   if self.data: self.list.SetStringItem(self.data[0],self.data[1],self.data[2])
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_controls.py", line 4521, in SetStringItem
   return _controls_.ListCtrl_SetStringItem(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "id >= 0 && (size_t)id < GetItemCount()" failed at ../src/generic/listctrl.cpp(3302) in SetItem(): invalid item index in SetItem
Traceback (most recent call last):
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 16763, in <lambda>
   lambda event: event.callable(*event.args, **event.kw) )
 File "/home/pi/.config/openplotter/output.py", line 165, in refresh_data
   if self.data: self.list.SetStringItem(self.data[0],self.data[1],self.data[2])
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_controls.py", line 4521, in SetStringItem
   return _controls_.ListCtrl_SetStringItem(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "id >= 0 && (size_t)id < GetItemCount()" failed at ../src/generic/listctrl.cpp(3302) in SetItem(): invalid item index in SetItem
Traceback (most recent call last):
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 16763, in <lambda>
   lambda event: event.callable(*event.args, **event.kw) )
 File "/home/pi/.config/openplotter/output.py", line 165, in refresh_data
   if self.data: self.list.SetStringItem(self.data[0],self.data[1],self.data[2])
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_controls.py", line 4521, in SetStringItem
   return _controls_.ListCtrl_SetStringItem(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "id >= 0 && (size_t)id < GetItemCount()" failed at ../src/generic/listctrl.cpp(3302) in SetItem(): invalid item index in SetItem
Traceback (most recent call last):
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 16763, in <lambda>
   lambda event: event.callable(*event.args, **event.kw) )
 File "/home/pi/.config/openplotter/output.py", line 165, in refresh_data
   if self.data: self.list.SetStringItem(self.data[0],self.data[1],self.data[2])
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_controls.py", line 4521, in SetStringItem
   return _controls_.ListCtrl_SetStringItem(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "id >= 0 && (size_t)id < GetItemCount()" failed at ../src/generic/listctrl.cpp(3302) in SetItem(): invalid item index in SetItem
Traceback (most recent call last):
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 16763, in <lambda>
   lambda event: event.callable(*event.args, **event.kw) )
 File "/home/pi/.config/openplotter/output.py", line 165, in refresh_data
   if self.data: self.list.SetStringItem(self.data[0],self.data[1],self.data[2])
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_controls.py", line 4521, in SetStringItem
   return _controls_.ListCtrl_SetStringItem(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "id >= 0 && (size_t)id < GetItemCount()" failed at ../src/generic/listctrl.cpp(3302) in SetItem(): invalid item index in SetItem
Traceback (most recent call last):
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 16763, in <lambda>
   lambda event: event.callable(*event.args, **event.kw) )
 File "/home/pi/.config/openplotter/output.py", line 165, in refresh_data
   if self.data: self.list.SetStringItem(self.data[0],self.data[1],self.data[2])
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_controls.py", line 4521, in SetStringItem
   return _controls_.ListCtrl_SetStringItem(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "id >= 0 && (size_t)id < GetItemCount()" failed at ../src/generic/listctrl.cpp(3302) in SetItem(): invalid item index in SetItem
Traceback (most recent call last):
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 16763, in <lambda>
   lambda event: event.callable(*event.args, **event.kw) )
 File "/home/pi/.config/openplotter/output.py", line 165, in refresh_data
   if self.data: self.list.SetStringItem(self.data[0],self.data[1],self.data[2])
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_controls.py", line 4521, in SetStringItem
   return _controls_.ListCtrl_SetStringItem(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "id >= 0 && (size_t)id < GetItemCount()" failed at ../src/generic/listctrl.cpp(3302) in SetItem(): invalid item index in SetItem
Traceback (most recent call last):
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 16763, in <lambda>
   lambda event: event.callable(*event.args, **event.kw) )
 File "/home/pi/.config/openplotter/output.py", line 165, in refresh_data
   if self.data: self.list.SetStringItem(self.data[0],self.data[1],self.data[2])
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_controls.py", line 4521, in SetStringItem
   return _controls_.ListCtrl_SetStringItem(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "id >= 0 && (size_t)id < GetItemCount()" failed at ../src/generic/listctrl.cpp(3302) in SetItem(): invalid item index in SetItem
Traceback (most recent call last):
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 16763, in <lambda>
   lambda event: event.callable(*event.args, **event.kw) )
 File "/home/pi/.config/openplotter/output.py", line 165, in refresh_data
   if self.data: self.list.SetStringItem(self.data[0],self.data[1],self.data[2])
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_controls.py", line 4521, in SetStringItem
   return _controls_.ListCtrl_SetStringItem(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "id >= 0 && (size_t)id < GetItemCount()" failed at ../src/generic/listctrl.cpp(3302) in SetItem(): invalid item index in SetItem
Traceback (most recent call last):
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 16763, in <lambda>
   lambda event: event.callable(*event.args, **event.kw) )
 File "/home/pi/.config/openplotter/output.py", line 165, in refresh_data
   if self.data: self.list.SetStringItem(self.data[0],self.data[1],self.data[2])
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_controls.py", line 4521, in SetStringItem
   return _controls_.ListCtrl_SetStringItem(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "id >= 0 && (size_t)id < GetItemCount()" failed at ../src/generic/listctrl.cpp(3302) in SetItem(): invalid item index in SetItem
Traceback (most recent call last):
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 16763, in <lambda>
   lambda event: event.callable(*event.args, **event.kw) )
 File "/home/pi/.config/openplotter/output.py", line 165, in refresh_data
   if self.data: self.list.SetStringItem(self.data[0],self.data[1],self.data[2])
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_controls.py", line 4521, in SetStringItem
   return _controls_.ListCtrl_SetStringItem(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "id >= 0 && (size_t)id < GetItemCount()" failed at ../src/generic/listctrl.cpp(3302) in SetItem(): invalid item index in SetItem
Traceback (most recent call last):
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 16763, in <lambda>
   lambda event: event.callable(*event.args, **event.kw) )
 File "/home/pi/.config/openplotter/output.py", line 165, in refresh_data
   if self.data: self.list.SetStringItem(self.data[0],self.data[1],self.data[2])
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_controls.py", line 4521, in SetStringItem
   return _controls_.ListCtrl_SetStringItem(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "id >= 0 && (size_t)id < GetItemCount()" failed at ../src/generic/listctrl.cpp(3302) in SetItem(): invalid item index in SetItem
Traceback (most recent call last):
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 16763, in <lambda>
   lambda event: event.callable(*event.args, **event.kw) )
 File "/home/pi/.config/openplotter/output.py", line 165, in refresh_data
   if self.data: self.list.SetStringItem(self.data[0],self.data[1],self.data[2])
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_controls.py", line 4521, in SetStringItem
   return _controls_.ListCtrl_SetStringItem(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "id >= 0 && (size_t)id < GetItemCount()" failed at ../src/generic/listctrl.cpp(3302) in SetItem(): invalid item index in SetItem
Traceback (most recent call last):
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 16763, in <lambda>
   lambda event: event.callable(*event.args, **event.kw) )
 File "/home/pi/.config/openplotter/output.py", line 165, in refresh_data
   if self.data: self.list.SetStringItem(self.data[0],self.data[1],self.data[2])
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_controls.py", line 4521, in SetStringItem
   return _controls_.ListCtrl_SetStringItem(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "id >= 0 && (size_t)id < GetItemCount()" failed at ../src/generic/listctrl.cpp(3302) in SetItem(): invalid item index in SetItem
Traceback (most recent call last):
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 16763, in <lambda>
   lambda event: event.callable(*event.args, **event.kw) )
 File "/home/pi/.config/openplotter/output.py", line 165, in refresh_data
   if self.data: self.list.SetStringItem(self.data[0],self.data[1],self.data[2])
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_controls.py", line 4521, in SetStringItem
   return _controls_.ListCtrl_SetStringItem(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "id >= 0 && (size_t)id < GetItemCount()" failed at ../src/generic/listctrl.cpp(3302) in SetItem(): invalid item index in SetItem
Traceback (most recent call last):
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 16763, in <lambda>
   lambda event: event.callable(*event.args, **event.kw) )
 File "/home/pi/.config/openplotter/output.py", line 165, in refresh_data
   if self.data: self.list.SetStringItem(self.data[0],self.data[1],self.data[2])
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_controls.py", line 4521, in SetStringItem
   return _controls_.ListCtrl_SetStringItem(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "id >= 0 && (size_t)id < GetItemCount()" failed at ../src/generic/listctrl.cpp(3302) in SetItem(): invalid item index in SetItem
Traceback (most recent call last):
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 16763, in <lambda>
   lambda event: event.callable(*event.args, **event.kw) )
 File "/home/pi/.config/openplotter/output.py", line 165, in refresh_data
   if self.data: self.list.SetStringItem(self.data[0],self.data[1],self.data[2])
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_controls.py", line 4521, in SetStringItem
   return _controls_.ListCtrl_SetStringItem(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "id >= 0 && (size_t)id < GetItemCount()" failed at ../src/generic/listctrl.cpp(3302) in SetItem(): invalid item index in SetItem
Traceback (most recent call last):
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 16763, in <lambda>
   lambda event: event.callable(*event.args, **event.kw) )
 File "/home/pi/.config/openplotter/output.py", line 165, in refresh_data
   if self.data: self.list.SetStringItem(self.data[0],self.data[1],self.data[2])
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_controls.py", line 4521, in SetStringItem
   return _controls_.ListCtrl_SetStringItem(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "id >= 0 && (size_t)id < GetItemCount()" failed at ../src/generic/listctrl.cpp(3302) in SetItem(): invalid item index in SetItem
Traceback (most recent call last):
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 16763, in <lambda>
   lambda event: event.callable(*event.args, **event.kw) )
 File "/home/pi/.config/openplotter/output.py", line 165, in refresh_data
   if self.data: self.list.SetStringItem(self.data[0],self.data[1],self.data[2])
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_controls.py", line 4521, in SetStringItem
   return _controls_.ListCtrl_SetStringItem(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "id >= 0 && (size_t)id < GetItemCount()" failed at ../src/generic/listctrl.cpp(3302) in SetItem(): invalid item index in SetItem
Traceback (most recent call last):
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 16763, in <lambda>
   lambda event: event.callable(*event.args, **event.kw) )
 File "/home/pi/.config/openplotter/output.py", line 165, in refresh_data
   if self.data: self.list.SetStringItem(self.data[0],self.data[1],self.data[2])
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_controls.py", line 4521, in SetStringItem
   return _controls_.ListCtrl_SetStringItem(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "id >= 0 && (size_t)id < GetItemCount()" failed at ../src/generic/listctrl.cpp(3302) in SetItem(): invalid item index in SetItem
Traceback (most recent call last):
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 16763, in <lambda>
   lambda event: event.callable(*event.args, **event.kw) )
 File "/home/pi/.config/openplotter/output.py", line 165, in refresh_data
   if self.data: self.list.SetStringItem(self.data[0],self.data[1],self.data[2])
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_controls.py", line 4521, in SetStringItem
   return _controls_.ListCtrl_SetStringItem(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "id >= 0 && (size_t)id < GetItemCount()" failed at ../src/generic/listctrl.cpp(3302) in SetItem(): invalid item index in SetItem
Traceback (most recent call last):
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 16763, in <lambda>
   lambda event: event.callable(*event.args, **event.kw) )
 File "/home/pi/.config/openplotter/output.py", line 165, in refresh_data
   if self.data: self.list.SetStringItem(self.data[0],self.data[1],self.data[2])
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_controls.py", line 4521, in SetStringItem
   return _controls_.ListCtrl_SetStringItem(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "id >= 0 && (size_t)id < GetItemCount()" failed at ../src/generic/listctrl.cpp(3302) in SetItem(): invalid item index in SetItem
Traceback (most recent call last):
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 16763, in <lambda>
   lambda event: event.callable(*event.args, **event.kw) )
 File "/home/pi/.config/openplotter/output.py", line 165, in refresh_data
   if self.data: self.list.SetStringItem(self.data[0],self.data[1],self.data[2])
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_controls.py", line 4521, in SetStringItem
   return _controls_.ListCtrl_SetStringItem(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "id >= 0 && (size_t)id < GetItemCount()" failed at ../src/generic/listctrl.cpp(3302) in SetItem(): invalid item index in SetItem
Traceback (most recent call last):
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 16763, in <lambda>
   lambda event: event.callable(*event.args, **event.kw) )
 File "/home/pi/.config/openplotter/output.py", line 165, in refresh_data
   if self.data: self.list.SetStringItem(self.data[0],self.data[1],self.data[2])
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_controls.py", line 4521, in SetStringItem
   return _controls_.ListCtrl_SetStringItem(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "id >= 0 && (size_t)id < GetItemCount()" failed at ../src/generic/listctrl.cpp(3302) in SetItem(): invalid item index in SetItem
Traceback (most recent call last):
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 16763, in <lambda>
   lambda event: event.callable(*event.args, **event.kw) )
 File "/home/pi/.config/openplotter/output.py", line 165, in refresh_data
   if self.data: self.list.SetStringItem(self.data[0],self.data[1],self.data[2])
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_controls.py", line 4521, in SetStringItem
   return _controls_.ListCtrl_SetStringItem(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "id >= 0 && (size_t)id < GetItemCount()" failed at ../src/generic/listctrl.cpp(3302) in SetItem(): invalid item index in SetItem
Traceback (most recent call last):
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 16763, in <lambda>
   lambda event: event.callable(*event.args, **event.kw) )
 File "/home/pi/.config/openplotter/output.py", line 165, in refresh_data
   if self.data: self.list.SetStringItem(self.data[0],self.data[1],self.data[2])
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_controls.py", line 4521, in SetStringItem
   return _controls_.ListCtrl_SetStringItem(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "id >= 0 && (size_t)id < GetItemCount()" failed at ../src/generic/listctrl.cpp(3302) in SetItem(): invalid item index in SetItem
Traceback (most recent call last):
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 16763, in <lambda>
   lambda event: event.callable(*event.args, **event.kw) )
 File "/home/pi/.config/openplotter/output.py", line 165, in refresh_data
   if self.data: self.list.SetStringItem(self.data[0],self.data[1],self.data[2])
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_controls.py", line 4521, in SetStringItem
   return _controls_.ListCtrl_SetStringItem(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "id >= 0 && (size_t)id < GetItemCount()" failed at ../src/generic/listctrl.cpp(3302) in SetItem(): invalid item index in SetItem
Traceback (most recent call last):
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 16763, in <lambda>
   lambda event: event.callable(*event.args, **event.kw) )
 File "/home/pi/.config/openplotter/output.py", line 165, in refresh_data
   if self.data: self.list.SetStringItem(self.data[0],self.data[1],self.data[2])
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_controls.py", line 4521, in SetStringItem
   return _controls_.ListCtrl_SetStringItem(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "id >= 0 && (size_t)id < GetItemCount()" failed at ../src/generic/listctrl.cpp(3302) in SetItem(): invalid item index in SetItem
Traceback (most recent call last):
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 16763, in <lambda>
   lambda event: event.callable(*event.args, **event.kw) )
 File "/home/pi/.config/openplotter/output.py", line 165, in refresh_data
   if self.data: self.list.SetStringItem(self.data[0],self.data[1],self.data[2])
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_controls.py", line 4521, in SetStringItem
   return _controls_.ListCtrl_SetStringItem(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "id >= 0 && (size_t)id < GetItemCount()" failed at ../src/generic/listctrl.cpp(3302) in SetItem(): invalid item index in SetItem
Traceback (most recent call last):
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 16763, in <lambda>
   lambda event: event.callable(*event.args, **event.kw) )
 File "/home/pi/.config/openplotter/output.py", line 165, in refresh_data
   if self.data: self.list.SetStringItem(self.data[0],self.data[1],self.data[2])
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_controls.py", line 4521, in SetStringItem
   return _controls_.ListCtrl_SetStringItem(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "id >= 0 && (size_t)id < GetItemCount()" failed at ../src/generic/listctrl.cpp(3302) in SetItem(): invalid item index in SetItem
Traceback (most recent call last):
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 16763, in <lambda>
   lambda event: event.callable(*event.args, **event.kw) )
 File "/home/pi/.config/openplotter/output.py", line 165, in refresh_data
   if self.data: self.list.SetStringItem(self.data[0],self.data[1],self.data[2])
 File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_controls.py", line 4521, in SetStringItem
   return _controls_.ListCtrl_SetStringItem(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "id >= 0 && (size_t)id < GetItemCount()" failed at ../src/generic/listctrl.cpp(3302) in SetItem(): invalid item index in SetItem
 
Reply


Messages In This Thread
[SOLVED] Inspecter crashes on reset - by PaddyB - 2016-04-20, 10:33 AM
RE: Inspecter crashes on reset - by PaddyB - 2016-04-20, 12:25 PM
RE: Inspecter crashes on reset - by Sailoog - 2016-04-20, 12:40 PM
RE: Inspecter crashes on reset - by Sailoog - 2016-04-20, 12:37 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)