-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
hello, i met an issue like this:
Traceback (most recent call last):
File "/Library/Python/2.7/site-packages/tornado/web.py", line 1543, in _execute
result = yield result
File "/Library/Python/2.7/site-packages/tornado/gen.py", line 1099, in run
value = future.result()
File "/Library/Python/2.7/site-packages/tornado/concurrent.py", line 260, in result
raise_exc_info(self._exc_info)
File "/Library/Python/2.7/site-packages/tornado/gen.py", line 1113, in run
yielded = self.gen.send(value)
File "main.py", line 82, in get
flow = Flow(flow=q.flow, name=session.session_key)
AttributeError: 'dict' object has no attribute 'session_key'
Metadata
Metadata
Assignees
Labels
No labels