Hi Davide,
I report you that there is a difference between git and pip version in tobiiglassesctrl/controller.py
In GIT version, the method create-project requires the value self.participant_name instead of the param projectname.
This makes impossible to create the project because in order to assign self.participant_name you need to call create_participant that requires project_id (returned by create_project).
In PIP (version 2.2.4) instead the function is correct. it uses the param projectname.
Hi Davide, I report you that there is a difference between git and pip version in tobiiglassesctrl/controller.py
In GIT version, the method
create-project
requires the valueself.participant_name
instead of the paramprojectname
. This makes impossible to create the project because in order to assignself.participant_name
you need to callcreate_participant
that requiresproject_id
(returned bycreate_project
).In PIP (version 2.2.4) instead the function is correct. it uses the param
projectname
.https://github.com/ddetommaso/TobiiGlassesPyController/blob/df48f0c0a8315c1422dd1cca1122f83d931cf80f/tobiiglassesctrl/controller.py#L319
Cheers, Dario