Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

End time in search for playback range not expected format #143

Closed
aywaldron opened this issue Oct 23, 2019 · 0 comments · Fixed by #144
Closed

End time in search for playback range not expected format #143

aywaldron opened this issue Oct 23, 2019 · 0 comments · Fixed by #144

Comments

@aywaldron
Copy link
Contributor

aywaldron commented Oct 23, 2019

This line throws an error because end_time does not match the expected format:

dt = datetime.strptime(end_time, '%Y-%m-%dT%H:%M:%S.%fZ')

To replicate:

  1. Check out branch issue-142 and use latest updated master branch of AIT-Core
  2. Update config.yaml to contain the following:
plugins:
    - plugin:
         name: ait.gui.AITGUIPlugin
         inputs:
              - telem_stream
              - log_stream
         outputs:
              - command_stream

    - plugin:
         name: ait.core.server.plugins.DataArchive
         datastore: ait.core.db.InfluxDBBackend
         inputs:
             - telem_stream
  1. Run ait-server and navigate to localhost:8080
  2. Run ait-example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant