Tryton client crashed and can't login anymore

Traceback (most recent call last):
File “/usr/local/lib/python3.6/dist-packages/tryton-5.4.3-py3.6.egg/tryton/gui/main.py”, line 279, in do_activate
common.Login()
File “/usr/local/lib/python3.6/dist-packages/tryton-5.4.3-py3.6.egg/tryton/common/common.py”, line 900, in init
func(parameters)
File “/usr/local/lib/python3.6/dist-packages/tryton-5.4.3-py3.6.egg/tryton/rpc.py”, line 87, in login
result = connection.common.db.login(username, parameters, language)
File “/usr/lib/python3.6/xmlrpc/client.py”, line 1112, in call
return self.__send(self.__name, args)
File “/usr/local/lib/python3.6/dist-packages/tryton-5.4.3-py3.6.egg/tryton/jsonrpc.py”, line 306, in __request
raise Fault(*response[‘error’])
tryton.jsonrpc.Fault: ‘res.user’

Fault: ‘res.user’

I did a trytond-admin -c /etc/tryton/trytond.conf -d tryton --activate-dependencies but that does not help. What can I do now?

Have it running again. Don’t know why. :worried:

I think the error has gone because you restarted the server.

For me, it may look like:

  • you have multiple installation running or configuration
  • you are connecting to the wrong database

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.