Hi,
sorry for so much trouble
. I tried it out and this happens, as I update to svn 7001:
First time I saw a coloured girl with grey background, nothing else. And I see a lot of errors at the server side. So I remove on the server the ~/.mv3d directory and restart the server, initialize and restart. From now on all the same: I can't login with the client, I set it up to different server, different passwords, I downgrade step by step the svn from 7001 to 6994 , nothing.
on client I see this:
- Code: Select all
[HTTPPageGetter,client] Starting factory <HTTPClientFactory: https://login.cuonsim2.de:8080/service/>
2011-07-18 10:14:01+0200 [HTTPPageGetter,client] Stopping factory <HTTPClientFactory: https://login.cuonsim2.de:8080/service/>
2011-07-18 10:14:02+0200 [HTTPPageGetter,client] Unhandled Error
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 542, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1076, in gotResult
_inlineCallbacks(r, g, deferred)
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1018, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 349, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
--- <exception caught here> ---
File "/misc/Projekte/py3d-worlds/MV/mv3d/client/state.py", line 67, in onLogin
self.client.svc = yield self.client.conductor.getService(service)
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1018, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 349, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "/misc/Projekte/py3d-worlds/MV/mv3d/net/client.py", line 748, in getService
pws = yield self.getTempPasswords(sl)
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1018, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 349, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
exceptions.TypeError: exceptions must be classes, or instances, not str
2011-07-18 10:14:02+0200 [HTTPPageGetter,client] Stopping factory <HTTPClientFactory: https://login.cuonsim2.de:8080/service/>
And on server side I see an error at accout.py line 958, UnauthozizedLogin ("invalid Credentials")
Perhaps you can see what is wrong now, and if you wish, you can try to login to that, the server is cuonsim2.de, user admin and password pass. Perhaps we can then see if the error is on the server or client side.
My servers are running all on Ubuntu Lucid, but my client is running on Ubuntu Natty ( client has python2.7.1+ , servers running python 2.6.5)
bye
Juergen