From: Stephen W. <sa...@us...> - 2004-04-30 03:02:40
|
On Thu, 2004-04-29 at 01:12, Roger Binns wrote: > > I also tried running a server on a WinME machine, but had absolutely no > > luck. Nothing ever showed up in the bitfling log on the winme machine. > > As you surmise it is probably firewall. Try doing a telnet to the > port. > > Roger I turned off Microsoft Internet Connection Sharing on the WinME server machine. That helped a lot, I could read from the phone, but I had to specify the port, browsing got an exception. This happened both with the client being Linux CVS, or the Linux 0.7test9 build. Perhaps we should note in the documentation that running ICS on the target machine can impair bitfling. Maybe picking a smaller port number, not much above 1024 might help?? Stephen An unexpected exception has occurred. Please see the help for details on what to do. Traceback (most recent call last): File "./bitflingscan.py", line 162, in run res=func(*args, **kwargs) File "./bitflingscan.py", line 66, in scan ports=self.client.scan() File "./bitfling/client.py", line 35, in scan return self.server.scan() File "./bitfling/xmlrpcstuff.py", line 429, in __call__ return self.__send(self.__name, args) File "./bitfling/xmlrpcstuff.py", line 518, in __send raise common.getfullname(klass)(str) AttributeError: 'module' object has no attribute 'UpdateLists' Variables by last 8 frames, innermost last Frame __bootstrap in /usr/lib/python2.2/threading.py at line 414 self = <BitFlingWorkerThread(BitFling worker thread, started daemon Frame run in ./bitflingscan.py at line 160 q = <Queue.Queue instance at 0x92f327c> func = <bound method flinger.scan of <bitflingscan.flinger instance kwargs = {} res = None self = <BitFlingWorkerThread(BitFling worker thread, started daemon args = () Frame scan in ./bitflingscan.py at line 66 self = <bitflingscan.flinger instance at 0x8fae144> Frame scan in ./bitfling/client.py at line 35 self = <bitfling.client.client instance at 0x960eac4> Frame __call__ in ./bitfling/xmlrpcstuff.py at line 429 self = <bitfling.xmlrpcstuff._Method object at 0x971294c> args = () Frame __send in ./bitfling/xmlrpcstuff.py at line 518 methodname = 'scan' resplen = 328 self = <XML-RPC over SSH proxy for saw @ floor:12652> args = () request = "<?xml version='1.0'?>\n<methodCall>\n<methodName>scan</meth p = <xmlrpclib.ExpatParser instance at 0x9797f04> u = <xmlrpclib.Unmarshaller instance at 0x966e4fc> klass = 'exceptions.AttributeError' str = "'module' object has no attribute 'UpdateLists'" e = <Fault 17: "exceptions.AttributeError:'module' object has no response = "<?xml version='1.0'?>\n<methodResponse>\n<fault>\n<value><s |