-
-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Hi!
I'm trying to use your software with Polar v650. The list command does see the device, but when I try to connect it I get an error
loophole(no device)>list
0 - Polar V650 (BUEY4HDMAIMVW8OJ)loophole(no device)>connect 0
Traceback (most recent call last):
File "~/anaconda2/lib/python2.7/site-packages/loophole/main.py", line 300, in
main()
File "~/anaconda2/lib/python2.7/site-packages/loophole/main.py", line 293, in main
cli.cmdloop(__INTRO.format(version))
File "~/anaconda2/lib/python2.7/cmd.py", line 142, in cmdloop
stop = self.onecmd(line)
File "~/anaconda2/lib/python2.7/cmd.py", line 221, in onecmd
return func(arg)
File "~/anaconda2/lib/python2.7/site-packages/loophole/main.py", line 116, in do_connect
self.device.open()
File "~/anaconda2/lib/python2.7/site-packages/loophole/polar/init.py", line 667, in open
self.usb.open(self.usb_device)
File "~/anaconda2/lib/python2.7/site-packages/loophole/polar/init.py", line 587, in open
self.usb.open(usb_device)
File "~/anaconda2/lib/python2.7/site-packages/loophole/polar/init.py", line 502, in open
assert self.ep_out_0 is not None
AssertionError
Is it possible to solve?
Thanks!