GNOME Bugzilla – Bug 339449
google live bug with deskbar applet
Last modified: 2006-07-10 11:46:05 UTC
Please describe the problem: When typing a single letter the applet doesn't work. This was figured out by running "/usr/lib/deskbar-applet/deskbar-applet -w" on the command line to debug and watching the terminal output. two or more characters seem to work fine, but one character will crash it so, a slow first character type on the applet will make it unusable until reloaded. Steps to reproduce: Need to first setup Google live search with Google.key and GoogleSearch.wsdl Then: 1. run /usr/lib/deskbar-applet/deskbar-applet -w 2. type a single letter 3. wait for google live search to happen Actual results: The output is long but is roughly: <Fault SOAP-ENV:Server: Exception from service object: For input string: "24880000000": <SOAPpy.Types.structType detail at -1260412084>: {'stackTrace': 'java.lang.NumberFormatException: For input string: "24880000000"\n\tat java.lang.NumberFormatException.forInputString(Unknown Source)\n\tat java.lang.Integer.parseInt(Unknown Source)\n\tat java.lang.Integer.parseInt(Unknown Source)\n\tat . . . . . . Exception in thread Thread-9: Traceback (most recent call last):
+ Trace 67795
self.run()
self.__target(*self.__args, **self.__kwargs)
res = self.query (qstring)
"utf-8", "utf-8") # input/output encodings
return self.__r_call(*args, **kw)
self.__hd, self.__ma) File "/u
Expected results: it shouldn't crash, it should search for that letter Does this happen every time? every time I tried it Other information: Bug was found in dapper see: reference: https://launchpad.net/distros/ubuntu/+source/deskbar-applet/+bug/40876
I can confirm this on 2.14.1 on Dapper
According to the Launchpad bug this seems to be a soappy issue. I forwarded it upstream: http://sourceforge.net/tracker/index.php?func=detail&aid=1476002&group_id=26183&atid=386366
Closing as INVALID then.