Hi,
I am unable to connect to the demo server using the Tryton client.
The web client also does not seem to work. I am able to login, but the
screen stays blank.
In both cases I get the following error:
Traceback (most recent call last):
File "/trytond/protocols/jsonrpc.py", line 150, in _marshaled_dispatch
response['result'] = dispatch_method(method, params)
File "/trytond/protocols/jsonrpc.py", line 179, in _dispatch
res = dispatch(*args)
File "/trytond/protocols/dispatcher.py", line 42, in dispatch
res = security.login(database_name, user, session)
File "/trytond/security.py", line 26, in login
User = pool.get('res.user')
File "/trytond/pool.py", line 168, in get
return self._pool[self.database_name][type][name]
KeyError: 'res.user'