Rally host is non-existent or unreachable via pyral
问题 I am trying to call rally server simply using below: rally = Rally(server, user, password, workspace=workspace, project=project) But it is giving below error: Traceback (most recent call last): File "testprint.py", line 20, in <module> rally = Rally(server, user=user, password=password, workspace=workspace, project=project) File "C:\RallyRestToolkitForPython-master\pyral\restapi.py", line 259, in __init__ self.contextHelper.check(self.server, wksp, proj, self.isolated_workspace) File "C: