-
Notifications
You must be signed in to change notification settings - Fork 85
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
antfs-cli fails with timeout #95
Comments
As I wrote above the problem started with 6eb8e19. I can restore functionality with either of these changes:
or:
The problem seems to be that the capabilities response requested by fs/manager gets ignored/discarded. Can you create a proper fix from this information? I don't know what the expected behaviour is. |
What USB ANT+ stick are you using? A try/catch can be put around the request for capabilities but it's odd that it isn't being responded to. |
It's not a hardware problem. The scenario is:
The same problem seems to exist for SERIAL_NUMBER and ANT_VERSION requests. Ie it's not possible to send these messages and receive a response. |
Ah I see the issue when you explain it like that; I've not used the antfs stuff myself and didn't have time to look into it when you opened this. Thanks for the PR to just fix it since this stuff isn't used and if is needed, can be grabbed from https://github.com/Tigge/openant/blob/master/openant/easy/node.py#L151 etc. |
I've been trying to download logs from my Garmin Forerunner watch and have found that it fails with recent openant versions.
I applied #93 and #94 and then it worked up until 6eb8e19. After this commit it says:
I'll take a closer look at this breaking commit, but if you have any pointers to what to try, that would be good.
This is also reported in Tigge/antfs-cli#194.
The text was updated successfully, but these errors were encountered: