Trying to run ANTFS-CLI but just keep getting these errors
iMac:Garmin-Forerunner-610-Extractor brian$ antfs-cli
Driver available: [<class ant.base.driver.USB2Driver at 0x1036efe20>, <class ant.base.driver.USB3Driver at 0x1036efe88>]
Using: ant.base.driver.USB3Driver
Traceback (most recent call last):
File "build/bdist.macosx-10.12-intel/egg/antfs_cli/program.py", line 354, in main
g = AntFSCLI(config_dir, args)
File "build/bdist.macosx-10.12-intel/egg/antfs_cli/program.py", line 131, in init
Application.init(self)
File "/Library/Python/2.7/site-packages/ant/fs/manager.py", line 104, in init
self._node = Node()
File "/Library/Python/2.7/site-packages/ant/easy/node.py", line 56, in init
self.ant = Ant()
File "/Library/Python/2.7/site-packages/ant/base/ant.py", line 68, in init
self._driver.open()
File "/Library/Python/2.7/site-packages/ant/base/driver.py", line 185, in open
dev.set_configuration()
File "build/bdist.macosx-10.12-intel/egg/usb/core.py", line 869, in set_configuration
self._ctx.managed_set_configuration(self, configuration)
File "build/bdist.macosx-10.12-intel/egg/usb/core.py", line 102, in wrapper
return f(self, *args, **kwargs)
File "build/bdist.macosx-10.12-intel/egg/usb/core.py", line 148, in managed_set_configuration
self.backend.set_configuration(self.handle, cfg.bConfigurationValue)
File "build/bdist.macosx-10.12-intel/egg/usb/backend/libusb1.py", line 794, in set_configuration
_check(self.lib.libusb_set_configuration(dev_handle.handle, config_value))
File "build/bdist.macosx-10.12-intel/egg/usb/backend/libusb1.py", line 595, in _check
raise USBError(_strerror(ret), ret, _libusb_errno[ret])
USBError: [Errno 19] No such device (it may have been disconnected)
Interrupted: [Errno 19] No such device (it may have been disconnected)
iMac:Garmin-Forerunner-610-Extractor brian$
Trying to run ANTFS-CLI but just keep getting these errors iMac:Garmin-Forerunner-610-Extractor brian$ antfs-cli Driver available: [<class ant.base.driver.USB2Driver at 0x1036efe20>, <class ant.base.driver.USB3Driver at 0x1036efe88>]
Does anyone have any ideas?