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
Add the expected behavior/issue description/Actual behavior here
My gauge installation stopped working. It is throwing the following error message:
Traceback (most recent call last):
File "start.py", line 25, in
main()
File "start.py", line 17, in main
s = connection.connect()
File "/usr/local/lib/python3.5/site-packages/getgauge/connection.py", line 10, in connect
s.connect(('localhost', int(os.environ['GAUGE_INTERNAL_PORT'])))
socket.gaierror: [Errno 8] nodename nor servname provided, or not known
Failed to start gauge API: Runner with pid 20637 quit unexpectedly(exit status 1).
Steps to reproduce
Install gauge on MAC OSX Sierra 10.12.6 via the terminal using:
a. brew update
b. brew install gauge
c. gauge install python
Ensure you have python3 installed and run the following:
a. pip3 install getgauge
b. pip3 list <-- verify if it got installed
Create an empty folder in your home folder
a. mkdir temp
b. cd temp
Initialize the project
a. gauge init python
Update env/default/python.properties to use python3 instead
Execute the dummy test case that comes with gauge:
a. gauge run specs
Verify the error message you get. Verify if you see any error message pertaining to GAUGE_INTERNAL_PORT and that the Gauge API failed to start.
Information that will help us debug
Gauge version
Gauge Python plugin version: getgauge (0.2.2)
Python version: 3.5.2
PIP3 version: pip 9.0.1 from /usr/local/lib/python3.5/site-packages (python 3.5)
getgauge package version, run pip3 show getgauge to get it
Name: getgauge
Version: 0.2.2
Summary: Enables Python support for Gauge
Home-page: https://github.com/kashishm/gauge-python
Author: Kashish Munjal
Author-email: kashishmunjal64@gmail.com
License: MIT
Location: /usr/local/lib/python3.5/site-packages
Requires: protobuf, redBaron, colorama
OS information
MAC OSX 10.12.6 Sierra using both the built-in terminal and iTerm2 3.1.2
The text was updated successfully, but these errors were encountered:
Description
Add the expected behavior/issue description/Actual behavior here
My gauge installation stopped working. It is throwing the following error message:
Traceback (most recent call last):
File "start.py", line 25, in
main()
File "start.py", line 17, in main
s = connection.connect()
File "/usr/local/lib/python3.5/site-packages/getgauge/connection.py", line 10, in connect
s.connect(('localhost', int(os.environ['GAUGE_INTERNAL_PORT'])))
socket.gaierror: [Errno 8] nodename nor servname provided, or not known
Failed to start gauge API: Runner with pid 20637 quit unexpectedly(exit status 1).
Steps to reproduce
a. brew update
b. brew install gauge
c. gauge install python
a. pip3 install getgauge
b. pip3 list <-- verify if it got installed
a. mkdir temp
b. cd temp
a. gauge init python
a. gauge run specs
Information that will help us debug
Gauge version
Gauge Python plugin version: getgauge (0.2.2)
Python version: 3.5.2
PIP3 version: pip 9.0.1 from /usr/local/lib/python3.5/site-packages (python 3.5)
getgauge
package version, runpip3 show getgauge
to get itName: getgauge
Version: 0.2.2
Summary: Enables Python support for Gauge
Home-page: https://github.com/kashishm/gauge-python
Author: Kashish Munjal
Author-email: kashishmunjal64@gmail.com
License: MIT
Location: /usr/local/lib/python3.5/site-packages
Requires: protobuf, redBaron, colorama
OS information
MAC OSX 10.12.6 Sierra using both the built-in terminal and iTerm2 3.1.2
The text was updated successfully, but these errors were encountered: