Hi folks,
I need your help. I am not able to connect to a newly created 7.8 database using proteus. The same setup works for 7.6. As you ca see database exists localhost in running on 8078. You have to trust me that admin is correct and this very complicated password too. What am I doing wrong.
Regards Jakob
Type "help", "copyright", "credits" or "license" for more information.
>>> from proteus import config
>>> config.set_xmlrpc('http://admin:admin123@localhost:8078/veridb78/')
Traceback (most recent call last):
File "<python-input-1>", line 1, in <module>
config.set_xmlrpc('http://admin:admin123@localhost:8078/veridb78/')
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/jakobfischer/Entwicklung/tryton78/lib/python3.13/site-packages/proteus/config.py", line 393, in set_xmlrpc
_CONFIG.current = XmlrpcConfig(url, **kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/Users/jakobfischer/Entwicklung/tryton78/lib/python3.13/site-packages/proteus/config.py", line 360, in __init__
self._context = self.server.model.res.user.get_preferences(True, {})
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/opt/homebrew/Cellar/python@3.13/3.13.5/Frameworks/Python.framework/Versions/3.13/lib/python3.13/xmlrpc/client.py", line 1096, in __call__
return self.__send(self.__name, args)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Cellar/python@3.13/3.13.5/Frameworks/Python.framework/Versions/3.13/lib/python3.13/xmlrpc/client.py", line 1435, in __request
response = self.__transport.request(
self.__host,
...<2 lines>...
verbose=self.__verbose
)
File "/opt/homebrew/Cellar/python@3.13/3.13.5/Frameworks/Python.framework/Versions/3.13/lib/python3.13/xmlrpc/client.py", line 1140, in request
return self.single_request(host, handler, request_body, verbose)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Cellar/python@3.13/3.13.5/Frameworks/Python.framework/Versions/3.13/lib/python3.13/xmlrpc/client.py", line 1170, in single_request
raise ProtocolError(
...<3 lines>...
)
xmlrpc.client.ProtocolError: <ProtocolError for admin:admin123@localhost:8078/veridb78/: 500 INTERNAL SERVER ERROR>
>>>
