Discussion:
[BitPim-devel] LG 6190 Exception
Damion M
2005-09-23 15:51:45 UTC
Permalink
<html><div style='background-color:'><DIV class=RTE> <P><BR><BR>I have an LG 6190 phone and am operating on windows xp. Ive only had BitPim for a few days and so far its worked great for me. But when i tried to upload a picture i immediatley recieved a 'Exception' error and now when i try to upload or download anything from the camera I get the same exception every time. Ive checked the postings and found one similar to my problem but no solutions were listed, hopefully ill have better luck.....</P><FONT size=1> <P>An unexpected exception has occurred.</P> <P>Please see the help for details on what to do.</P> <P>Traceback (most recent call last):</P> <P>File "gui.pyo", line 173, in run</P> <P>File "gui.pyo", line 113, in __call__</P> <P>File "gui.pyo", line 1740, in dirlisting</P> <P>File "gui.pyo", line 1614, in setupcomm</P> <P>File "commport.pyo", line 65, in __init__</P> <P>File "commport.pyo", line 90, in _openport</P> <P>File "commport.pyo", line 124, in _openusb</P> <P>Exception: Failed to find usb device usb::bus-2::\\.\libusb0-0004--0x1004-0x6000::2</P> <P>Variables by last 8 frames, innermost last</P> <P>Frame __bootstrap in threading.pyo at line 442</P> <P>self = &lt;WorkerThread(BitPim helper, started daemon)&gt;</P> <P>Frame run in gui.pyo at line 166</P> <P>e = &lt;exceptions.Exception instance at 0x025C2C88&gt;</P> <P>res = None</P> <P>self = &lt;WorkerThread(BitPim helper, started daemon)&gt;</P> <P>item = (&lt;gui.Request instance at 0x025C2BE8&gt;, &lt;gui.Callback instance at 0x025C2D00&gt;)</P> <P>call = &lt;gui.Request instance at 0x025C2BE8&gt;</P> <P>ex = &lt;exceptions.Exception instance at 0x025C2C88&gt;</P> <P>resultcb = &lt;gui.Callback instance at 0x025C2D00&gt;</P> <P>first = 0</P> <P>Frame __call__ in gui.pyo at line 113</P> <P>self = &lt;gui.Request instance at 0x025C2BE8&gt;</P> <P>args = ()</P> <P>d = Keys []</P> <P>{}</P> <P>kwargs = Keys []</P> <P>{}</P> <P>Frame dirlisting in gui.pyo at line 1740</P> <P>path = ''</P> <P>self = &lt;WorkerThread(BitPim helper, started daemon)&gt;</P> <P>recurse = 0</P> <P>Frame setupcomm in gui.pyo at line 1614</P> <P>name = 'usb::bus-2::\\\\.\\libusb0-0004--0x1004-0x6000::2'</P> <P>self = &lt;WorkerThread(BitPim helper, started daemon)&gt;</P> <P>autofunc = None</P> <P>comcfg = Keys ['baud', 'hardwareflow', 'retryontimeout', 'softwareflow', 'timeout']</P> <P>{'baud': 115200, 'hardwareflow': 0, 'softwareflow': 0, 'retryontimeout': 0, 'tim</P> <P>klass = &lt;class commport.CommConnection at 0x0220D8D0&gt;</P> <P>Frame __init__ in commport.pyo at line 65</P> <P>baud = 115200</P> <P>autolistargs = (&lt;module 'com_lgvx6100' from 'C:\Program Files\BitPim\library.zip\com_lgvx6100.p</P> <P>self = &lt;commport.CommConnection instance at 0x025C2D28&gt;</P> <P>hardwareflow = 0</P> <P>autolistfunc = None</P> <P>timeout = 3</P> <P>logtarget = &lt;WorkerThread(BitPim helper, started daemon)&gt;</P> <P>configparameters = Keys ['baud', 'hardwareflow', 'retryontimeout', 'softwareflow', 'timeout']</P> <P>{'baud': 115200, 'hardwareflow': 0, 'softwareflow': 0, 'retryontimeout': 0, 'tim</P> <P>softwareflow = 0</P> <P>port = 'usb::bus-2::\\\\.\\libusb0-0004--0x1004-0x6000::2'</P> <P>Frame _openport in commport.pyo at line 103</P> <P>baud = 115200</P> <P>dummy = 0</P> <P>description = None</P> <P>self = &lt;commport.CommConnection instance at 0x025C2D28&gt;</P> <P>hardwareflow = 0</P> <P>timeout = 3</P> <P>softwareflow = 0</P> <P>port = 'usb::bus-2::\\\\.\\libusb0-0004--0x1004-0x6000::2'</P> <P>Frame _openusb in commport.pyo at line 124</P> <P>wantedbus = 'bus-2'</P> <P>name = 'usb::bus-2::\\\\.\\libusb0-0004--0x1004-0x6000::2'</P> <P>bus = &lt;native.usb.usb.USBBus instance at 0x025C22D8&gt;</P> <P>self = &lt;commport.CommConnection instance at 0x025C2D28&gt;</P>
<P>wanteddev = '\\\\.\\libusb0-0004--0x1004-0x6000'</P>
<P>timeout = 3</P>
<P>wantediface = 2</P>
<P>_ = 'usb'</P></FONT></DIV></div></html>
Roger Binns
2005-09-24 04:22:07 UTC
Permalink
Post by Damion M
Exception: Failed to find usb device
usb::bus-2::\\.\libusb0-0004--0x1004-0x6000::2
There is no real point to using libusb on Windows. Windows requires
that there is a driver attached to each interface before libusb can see
the device. And since you'll have a driver there is no need for
libusb.

Mac and Linux are the opposite way round. They won't let you use
libusb if there is a driver present.

Roger

Loading...