Skip to content

Instantly share code, notes, and snippets.

@jackpot51
Last active March 30, 2017 20:10
Show Gist options
  • Save jackpot51/f6a589dfb1bcf32fd6328bb75b0c1065 to your computer and use it in GitHub Desktop.
Save jackpot51/f6a589dfb1bcf32fd6328bb75b0c1065 to your computer and use it in GitHub Desktop.
file:///home/jeremy/Projects/checkbox/checkbox-converged/components/SelectionPage.qml:313: ReferenceError: fullListIndex is not defined
qml: invoking remember_testplan on object created with converged_app.create_app_object, with args: [null] ...
ERROR:converged:remember_testplan(...) raised KeyError(None,)
Traceback (most recent call last):
File "/home/jeremy/Projects/checkbox/checkbox-converged/py/converged_app.py", line 117, in wrapper
result = func(*args, **kwargs)
File "/home/jeremy/Projects/checkbox/checkbox-converged/py/converged_app.py", line 360, in remember_testplan
self.assistant.select_test_plan(test_plan_id)
File "/usr/lib/python3/dist-packages/plainbox/impl/decorators.py", line 104, in wrapper
raise exc
File "/usr/lib/python3/dist-packages/plainbox/impl/decorators.py", line 98, in wrapper
return func(*args, **kwargs)
File "/usr/lib/python3/dist-packages/plainbox/impl/session/assistant.py", line 809, in select_test_plan
test_plan = self._context.get_unit(test_plan_id, 'test plan')
File "/usr/lib/python3/dist-packages/plainbox/impl/session/state.py", line 461, in get_unit
unit = self._unit_id_map[unit_id]
KeyError: None
qml: remember_testplan on object created with converged_app.create_app_object, with args: [null] returned: {"code":500,"error":"None","traceback":"Traceback (most recent call last):\n File \"/home/jeremy/Projects/checkbox/checkbox-converged/py/converged_app.py\", line 117, in wrapper\n result = func(*args, **kwargs)\n File \"/home/jeremy/Projects/checkbox/checkbox-converged/py/converged_app.py\", line 360, in remember_testplan\n self.assistant.select_test_plan(test_plan_id)\n File \"/usr/lib/python3/dist-packages/plainbox/impl/decorators.py\", line 104, in wrapper\n raise exc\n File \"/usr/lib/python3/dist-packages/plainbox/impl/decorators.py\", line 98, in wrapper\n return func(*args, **kwargs)\n File \"/usr/lib/python3/dist-packages/plainbox/impl/session/assistant.py\", line 809, in select_test_plan\n test_plan = self._context.get_unit(test_plan_id, 'test plan')\n File \"/usr/lib/python3/dist-packages/plainbox/impl/session/state.py\", line 461, in get_unit\n unit = self._unit_id_map[unit_id]\nKeyError: None\n"}
qml: Unable to save testplan selection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment