ddetommaso / TobiiGlassesPyController

Tobii Pro Glasses 2 Python controller
GNU General Public License v3.0
56 stars 28 forks source link

Error 400 Bad Request when creating new Recording #12

Closed dariopasquali closed 4 years ago

dariopasquali commented 4 years ago

Hi Davide, another difference between PIP and GIT versions. On GIT I receive an Error 400 Bad Request when I start a new recording. It does not happen with PIP code. I cannot test the stop_recording because I cannot start it.

As we noticed together, and I can confirm the difference in PIP version, is the datetime format: https://github.com/ddetommaso/TobiiGlassesPyController/blob/df48f0c0a8315c1422dd1cca1122f83d931cf80f/tobiiglassesctrl/controller.py#L41

Cheers, Dario