Tigge / openant

ANT and ANT-FS Python Library
MIT License
174 stars 80 forks source link

Fails to run the example antfs_list.py #15

Closed ghost closed 8 years ago

ghost commented 8 years ago

Running the example "antfs_list.py", it fails with the traceback I am sending attached. I tried running against a Garmin Swim.

traceback.txt

Tigge commented 8 years ago

Ah yes, the call to set_time can actually throw AntFSTimeException, AntFSDownloadException and AntFSUploadException. I'll update this example as soon as I can. Thanks!

Tigge commented 8 years ago

Should be fixed now @gmagno. Thank you!

ghost commented 8 years ago

Thanks! I think I found something else, I will post it in a different thread. (false alarm, it is working! :)

Tigge commented 8 years ago

Great! Let me know if you find any more issues.