You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am getting connection refused with too many open ports. if i start http server on 8000 it starts but from pyresttest if i provide 8000 it says connection refused. can any one help me with that pls?
ERROR:Test Failed: Create person URL=http://127.0.0.1:63858/api/person/ Group=Quickstart HTTP Status Code: None ERROR:Test Failure, failure type: Curl Exception, Reason: Curl Exception: (7, 'Failed to connect to 127.0.0.1 port 63858: Connection refused') ERROR:Validator/Error details:Traceback (most recent call last): File "c:\automation\aglc\selenium\aglc_venv\lib\site-packages\pyresttest\resttest.py", line 351, in run_test curl.perform() # Run the actual call pycurl.error: (7, 'Failed to connect to 127.0.0.1 port 63858: Connection refused')
The text was updated successfully, but these errors were encountered:
Hi,
I am getting connection refused with too many open ports. if i start http server on 8000 it starts but from pyresttest if i provide 8000 it says connection refused. can any one help me with that pls?
ERROR:Test Failed: Create person URL=http://127.0.0.1:63858/api/person/ Group=Quickstart HTTP Status Code: None ERROR:Test Failure, failure type: Curl Exception, Reason: Curl Exception: (7, 'Failed to connect to 127.0.0.1 port 63858: Connection refused') ERROR:Validator/Error details:Traceback (most recent call last): File "c:\automation\aglc\selenium\aglc_venv\lib\site-packages\pyresttest\resttest.py", line 351, in run_test curl.perform() # Run the actual call pycurl.error: (7, 'Failed to connect to 127.0.0.1 port 63858: Connection refused')
The text was updated successfully, but these errors were encountered: