Advertisement
Guest User

Untitled

a guest
Dec 8th, 2023
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. ❯ tryton --dev
  2.  
  3. (tryton:48752): dbind-WARNING **: 17:17:40.154: Couldn't connect to accessibility bus: Failed to connect to socket /run/user/1000/at-spi/bus_0: No such file or directory
  4. ERROR:tryton.common.common:Traceback (most recent call last):
  5. File "tryton/tryton/tryton/gui/main.py", line 256, in do_activate
  6. common.get_credentials()
  7. File "tryton/tryton/tryton/common/common.py", line 1032, in get_credentials
  8. Login()
  9. File "tryton/tryton/tryton/common/common.py", line 1089, in __init__
  10. func(parameters)
  11. File "tryton/tryton/tryton/rpc.py", line 122, in login
  12. result = connection.common.db.login(username, parameters, language)
  13. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14. File "/usr/lib/python3.11/xmlrpc/client.py", line 1122, in __call__
  15. return self.__send(self.__name, args)
  16. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  17. File "tryton/tryton/tryton/jsonrpc.py", line 304, in __request
  18. raise Fault(*response['error'])
  19. tryton.jsonrpc.Fault: 'test'
  20.  
  21. Fault: 'test'
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement