Skip to content

Error type #125

@JuanYyo

Description

@JuanYyo

I have just set TESTLINK_API_PYTHON_SERVER_URL and TESTLINK_API_PYTHON_DEVKEY and execute the following in python:

tls = testlink.TestlinkAPIClient(TESTLINK_API_PYTHON_SERVER_URL,TESTLINK_API_PYTHON_DEVKEY)

tls.about()

Traceback (most recent call last):
File "", line 1, in
File "/home/qa/.pyenv/versions/3.6.0/lib/python3.6/site-packages/testlink/testlinkdecorators.py", line 78, in wrapperWithoutArgs
return self.callServerWithPosArgs(methodAPI.name)
File "/home/qa/.pyenv/versions/3.6.0/lib/python3.6/site-packages/testlink/testlinkapigeneric.py", line 1582, in callServerWithPosArgs
response = self._callServer(methodNameAPI, argsOptional)
File "/home/qa/.pyenv/versions/3.6.0/lib/python3.6/site-packages/testlink/testlinkapigeneric.py", line 2061, in _callServer
raise testlinkerrors.TLConnectionError(new_msg)
testlink.testlinkerrors.TLConnectionError: problems connecting the TestLink Server http://localhost/testlink/lib/api/xmlrpc/v1/xmlrpc.php
[Errno 111] Connection refused

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions