Skip to content

Issue Getting Delta5 to work #90

Description

@blakermchale

I've been trying to get the app to run by following the Software Setup Guide, but when in the settings this error keeps occurring.
This only happens in the settings, and I'm unable to add pilots or heats.
None of python files were changed after cloning

Any help would be appreciated.
Thanks.

Client connected
connect handler error
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/engineio/server.py", line 423, in _trigger_event
    return self.handlers[event](*args)
  File "/usr/local/lib/python2.7/dist-packages/socketio/server.py", line 503, in _handle_eio_connect
    return self._handle_connect(sid, '/')
  File "/usr/local/lib/python2.7/dist-packages/socketio/server.py", line 421, in _handle_connect
    self.environ[sid]) is False:
  File "/usr/local/lib/python2.7/dist-packages/socketio/server.py", line 490, in _trigger_event
    return self.handlers[namespace][event](*args)
  File "/usr/local/lib/python2.7/dist-packages/flask_socketio/__init__.py", line 251, in _handler
    *args)
  File "/usr/local/lib/python2.7/dist-packages/flask_socketio/__init__.py", line 632, in _handle_event
    ret = handler()
  File "server.py", line 339, in connect_handler
    emit_leaderboard() # Race page, load leaderboard for current laps
  File "server.py", line 835, in emit_leaderboard
    heat_id=RACE.current_heat, node_index=node).first().pilot_id
AttributeError: 'NoneType' object has no attribute 'pilot_id'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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