-
Notifications
You must be signed in to change notification settings - Fork 76
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
Download of track from Forerunner 910XT is failed #159
Comments
ligurio
changed the title
Download of tracks failed
Download of track from Forerunner 910XT is failed
Dec 30, 2016
I think I'm having a similar issue, though I'm on Ubuntu. Driver available: [<class 'ant.base.driver.SerialDriver'>, <class 'ant.base.driver.USB2Driver'>, <class 'ant.base.driver.USB3Driver'>]
- Using: <class 'ant.base.driver.USB3Driver'>
Request basic information...
Capabilities: array('B', [8, 8, 0, 186, 54, 0, 223])
Starting system...
Key done...
Searching...
Authenticating with Forerunner 910XT (3899567679)
- Passkey: OK
- Set time: FAILED
Downloading 40 file(s)
Downloading 2015-09-22_05-36-24_4_8.fit: [ ] ETA: 0:04:33Traceback (most recent call last):
File "/home/nate/.venvs/antfs-cli/lib/python3.8/site-packages/openant-0.4-py3.8.egg/ant/easy/channel.py", line 118, in send_burst_transfer
self.wait_for_event([Message.Code.EVENT_TRANSFER_TX_START])
File "/home/nate/.venvs/antfs-cli/lib/python3.8/site-packages/openant-0.4-py3.8.egg/ant/easy/channel.py", line 51, in wait_for_event
return wait_for_event(ok_codes, self._node._events, self._node._event_cond)
File "/home/nate/.venvs/antfs-cli/lib/python3.8/site-packages/openant-0.4-py3.8.egg/ant/easy/filter.py", line 72, in wait_for_event
return wait_for_message(match, process, queue, condition)
File "/home/nate/.venvs/antfs-cli/lib/python3.8/site-packages/openant-0.4-py3.8.egg/ant/easy/filter.py", line 57, in wait_for_message
raise TransferFailedException()
ant.easy.exception.TransferFailedException
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/nate/.venvs/antfs-cli/lib/python3.8/site-packages/antfs_cli-0.4-py3.8.egg/antfs_cli/program.py", line 357, in main
g.start()
File "/home/nate/.venvs/antfs-cli/lib/python3.8/site-packages/openant-0.4-py3.8.egg/ant/fs/manager.py", line 217, in start
self._main()
File "/home/nate/.venvs/antfs-cli/lib/python3.8/site-packages/openant-0.4-py3.8.egg/ant/fs/manager.py", line 155, in _main
self.on_transport(beacon)
File "/home/nate/.venvs/antfs-cli/lib/python3.8/site-packages/antfs_cli-0.4-py3.8.egg/antfs_cli/program.py", line 245, in on_transport
self.download_file(fileobject)
File "/home/nate/.venvs/antfs-cli/lib/python3.8/site-packages/antfs_cli-0.4-py3.8.egg/antfs_cli/program.py", line 282, in download_file
data = self.download(fil.get_index(), AntFSCLI._get_progress_callback())
File "/home/nate/.venvs/antfs-cli/lib/python3.8/site-packages/openant-0.4-py3.8.egg/ant/fs/manager.py", line 311, in download
self._send_command(DownloadRequest(index, offset, True, crc))
File "/home/nate/.venvs/antfs-cli/lib/python3.8/site-packages/openant-0.4-py3.8.egg/ant/fs/manager.py", line 195, in _send_command
self._channel.send_burst_transfer(data)
File "/home/nate/.venvs/antfs-cli/lib/python3.8/site-packages/openant-0.4-py3.8.egg/ant/easy/channel.py", line 123, in send_burst_transfer
self.send_burst_transfer(data)
File "/home/nate/.venvs/antfs-cli/lib/python3.8/site-packages/openant-0.4-py3.8.egg/ant/easy/channel.py", line 118, in send_burst_transfer
self.wait_for_event([Message.Code.EVENT_TRANSFER_TX_START])
File "/home/nate/.venvs/antfs-cli/lib/python3.8/site-packages/openant-0.4-py3.8.egg/ant/easy/channel.py", line 51, in wait_for_event
return wait_for_event(ok_codes, self._node._events, self._node._event_cond)
File "/home/nate/.venvs/antfs-cli/lib/python3.8/site-packages/openant-0.4-py3.8.egg/ant/easy/filter.py", line 72, in wait_for_event
return wait_for_message(match, process, queue, condition)
File "/home/nate/.venvs/antfs-cli/lib/python3.8/site-packages/openant-0.4-py3.8.egg/ant/easy/filter.py", line 61, in wait_for_message
raise AntException("Timed out while waiting for message")
ant.easy.exception.AntException: Timed out while waiting for message
Interrupted: Timed out while waiting for message |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For unknown reasons downloading is failed:
Watch: Garmin Forerunner 910XT
OS: Mac OS El Capitan (10.11.6 (15G1004))
USB stick: antusb-m
With enabled --debug option:
The text was updated successfully, but these errors were encountered: