Closed jeffreywescott closed 1 year ago
Thank you for reporting this issue. It seams to be a bug in setting a async lock without having an event loop.
You can use my example and remove lines 42 - 71 and 77 - 78. This would run only the async code which should work.
Commenting out just line 78 seemed to work. Thanks!
In the example below,
get_all_performed_trainings.py
is a straight copy from theexamples
folder, withUSERNAME
,PASSWORD
, andFILENAME
set as appropriate.It's worth noting that the code did output a JSON file with some training data. I have no idea whether it has all of the data or not.
Other details: