I've installed the dev environment for 0.70 (think I fixed all the pathing issues) and I'm using Panda. I get a local server running (using full-1999 template)
However, when I try to connect with the client, I get a pair of exceptions - one unhandled because its of type string.
The following are the exception stacktraces. Any ideas of what I'm doing wrong?
2012-02-22 14:14:21-0800 [HTTPPageGetter,client] Starting factory <HTTPClientFac
tory: https://localhost:8080/service/>
2012-02-22 14:14:21-0800 [HTTPPageGetter,client] Stopping factory <HTTPClientFac
tory: https://localhost:8080/service/>
2012-02-22 14:14:26-0800 [HTTPPageGetter,client] Unhandled Error
Traceback (most recent call last):
File "C:\Python26\lib\site-packages\twisted\internet\defer.py", line 5
45, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "C:\Python26\lib\site-packages\twisted\internet\defer.py", line 1
095, in gotResult
_inlineCallbacks(r, g, deferred)
File "C:\Python26\lib\site-packages\twisted\internet\defer.py", line 1
037, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "C:\Python26\lib\site-packages\twisted\python\failure.py", line 3
82, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
--- <exception caught here> ---
File "C:\Projects\MV3D\trunk\mv3d\client\state.py", line 96, in onLogi
n
self.client.svc = yield self.client.conductor.getService(service)
File "C:\Python26\lib\site-packages\twisted\internet\defer.py", line 1
037, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "C:\Python26\lib\site-packages\twisted\python\failure.py", line 3
82, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "C:\Projects\MV3D\trunk\mv3d\net\client.py", line 821, in getServ
ice
pws = yield self.getTempPasswords(sl)
File "C:\Python26\lib\site-packages\twisted\internet\defer.py", line 1
037, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "C:\Python26\lib\site-packages\twisted\python\failure.py", line 3
82, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
exceptions.TypeError: exceptions must be classes, or instances, not str
2012-02-22 14:14:26-0800 [HTTPPageGetter,client] Stopping factory <HTTPClientFac
tory: https://localhost:8080/service/>