[virtualcommons-svn] New issue 14 in vcweb: connection <-> pgr map with invalid entries
Status: Beta
Brought to you by:
alllee
From: Bitbucket <iss...@bi...> - 2011-06-07 16:04:30
|
--- you can reply above this line --- New issue 14: connection <-> pgr map with invalid entries https://bitbucket.org/virtualcommons/vcweb/issue/14/connection-pgr-map-with-invalid-entries virtualcommons on Tue, 7 Jun 2011 18:04:24 +0200: Description: {{{ #!python DEBUG 2011-06-07 09:01:39,871 [tornadio.vcweb|send_to_experimenter:147] sending to connection <__main__.ExperimenterHandler object at 0x2544a50> DEBUG 2011-06-07 09:01:40,263 [tornadio.vcweb|on_message:238] received message {u'participant_group_relationship_id': 2, u'message': u'pat a mat', u'message_type': u'chat'} from handler <__main__.ParticipantHandler object at 0x2748c10> DEBUG 2011-06-07 09:01:40,264 [tornadio.vcweb|get_participant_group_relationship:74] Looking for ParticipantGroupRelationship with tuple (11, 2) DEBUG 2011-06-07 09:01:40,284 [tornadio.vcweb|send_to_experimenter:144] sending {"participant": "Student 1 (s1...@as...)", "message_type": "chat", "date_created": "09:01:40", "pk": 184, "message": "2: pat a mat", "round_data_pk": 19} to e xperimenter (3, 2) DEBUG 2011-06-07 09:01:40,285 [tornadio.vcweb|send_to_experimenter:147] sending to connection <__main__.ExperimenterHandler object at 0x2544a50> DEBUG 2011-06-07 09:01:40,558 [tornadio.vcweb|on_message:238] received message {u'participant_group_relationship_id': 4, u'message': u'ok pat', u'message_type': u'chat'} from handler <__main__.ParticipantHandler object at 0x267e710> WARNING 2011-06-07 09:01:40,559 [tornadio.vcweb|get_participant_group_relationship:76] Couldn't find a participant group relationship using connection <__main__.ParticipantHandler object at 0x267e710> in connection map {<__main__.Partici pantHandler object at 0x2662ad0>: (12, 2), <__main__.ParticipantHandler object at 0x267af90>: (18, 2), <__main__.ParticipantHandler object at 0x2748c10>: (11, 2), <__main__.ParticipantHandler object at 0x27334d0>: (20, 2), <__main__.Part icipantHandler object at 0x2613c10>: (13, 2), <__main__.ParticipantHandler object at 0x2686cd0>: (19, 2), <__main__.ParticipantHandler object at 0x27472d0>: (14, 2)} ERROR:root:Uncaught exception in /participant/19/websocket Traceback (most recent call last): File "/opt/virtualenvs/vcweb/lib/python2.6/site-packages/tornado/websocket.py", line 165, in wrapper return callback(*args, **kwargs) File "/opt/virtualenvs/vcweb/lib/python2.6/site-packages/tornadio/conn.py", line 89, in raw_message self.on_message(msg[1]) File "vcwebio.py", line 269, in on_message current_round_data = participant_group_relationship.group.experiment.current_round_data AttributeError: 'NoneType' object has no attribute 'group' DEBUG 2011-06-07 09:01:40,561 [tornadio.vcweb|on_close:285] removing participant connection <__main__.ParticipantHandler object at 0x267e710> WARNING 2011-06-07 09:01:40,562 [tornadio.vcweb|remove_participant:99] caught key error <__main__.ParticipantHandler object at 0x267e710> while trying to remove participant connection <__main__.ParticipantHandler object at 0x267e710> ERROR:root:Uncaught exception, closing connection. Traceback (most recent call last): File "/opt/virtualenvs/vcweb/lib/python2.6/site-packages/tornado/iostream.py", line 230, in _run_callback callback(*args, **kwargs) File "/opt/virtualenvs/vcweb/lib/python2.6/site-packages/tornado/stack_context.py", line 173, in wrapped callback(*args, **kwargs) File "/opt/virtualenvs/vcweb/lib/python2.6/site-packages/tornado/websocket.py", line 193, in _on_end_delimiter self._receive_message() File "/opt/virtualenvs/vcweb/lib/python2.6/site-packages/tornado/websocket.py", line 178, in _receive_message self.stream.read_bytes(1, self._on_frame_type) File "/opt/virtualenvs/vcweb/lib/python2.6/site-packages/tornado/iostream.py", line 151, in read_bytes self._check_closed() File "/opt/virtualenvs/vcweb/lib/python2.6/site-packages/tornado/iostream.py", line 378, in _check_closed raise IOError("Stream is closed") IOError: Stream is closed }}} Responsible: alllee -- This is an issue notification from bitbucket.org. You are receiving this either because you are the owner of the issue, or you are following the issue. |