Skip to content

AttributeError: 'dict' object has no attribute 'session_key' #1

@hscspring

Description

@hscspring

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions