Thanks all. @ced @edbo @wifasoi i have read and tried some commands from the suggested threads and after i ran server and started the client this is what the desktop app gives me back. I believe it has to do with the database but it is currently running (i have pgadmin opened right now) logged with the same user/password i stated on the config file i am feeding to tryton. The user is the database’s owner on Properties.
Traceback (most recent call last):
File “C:/msys64/home/ced/tryton-6.4-64/tryton/jsonrpc.py”, line 277, in __request
File “C:/msys64/mingw64/lib/python3.10/xmlrpc/client.py”, line 1166, in request
File “C:/msys64/mingw64/lib/python3.10/xmlrpc/client.py”, line 1196, in single_request
xmlrpc.client.ProtocolError: <ProtocolError for localhost:8000/tryton_db_karel/: 404 NOT FOUND>
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “C:/msys64/home/ced/tryton-6.4-64/tryton/gui/main.py”, line 249, in do_activate
File “C:/msys64/home/ced/tryton-6.4-64/tryton/common/common.py”, line 1020, in init
File “C:/msys64/home/ced/tryton-6.4-64/tryton/rpc.py”, line 85, in login
File “C:/msys64/mingw64/lib/python3.10/xmlrpc/client.py”, line 1122, in call
File "C:/msys64/home/ced/tryton-6.4-64/tryton/json
After a few tries now the error is different, i actually see a connection to the database.
Traceback (most recent call last):
File “C:/msys64/home/ced/tryton-6.4-64/tryton/gui/main.py”, line 249, in do_activate
File “C:/msys64/home/ced/tryton-6.4-64/tryton/common/common.py”, line 1020, in init
File “C:/msys64/home/ced/tryton-6.4-64/tryton/rpc.py”, line 85, in login
File “C:/msys64/mingw64/lib/python3.10/xmlrpc/client.py”, line 1122, in call
File “C:/msys64/home/ced/tryton-6.4-64/tryton/jsonrpc.py”, line 304, in __request
tryton.jsonrpc.Fault: no existe la relación «ir_cache»
LINE 1: SELECT “a”.“timestamp”, “a”.“name” FROM “ir_cache” AS “a”
^
Fault: no existe la relación «ir_cache»
LINE 1: SELECT “a”.“timestamp”, “a”.“name” FROM “ir_cache” AS “a”