-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Version of ts-node causes error The Gauge server crashed 5 times in the last 3 minutes. The server will not be restarted.
#885
Comments
The Gauge server crashed 5 times in the last 3 minutes. The server will not be restarted.
"The Gauge server crashed 5 times in the last 3 minutes. The server will not be restarted.
Hi, thanks for doing that deep-dive dissection of this problem!! I was having the same issues as the ones you mentioned and had previously posted my findings there too. I can indeed confirm that in the Gauge project that I'm working on, the VSCode extension starts working properly again after I downgrade |
The getgauge/common upgrade solves the issue where the gauge server crashes whenever a project is loaded that uses the ts plugin. The cause is described here getgauge#2419 This commit closes/permanently fixes issues like getgauge/gauge-vscode#735 getgauge/gauge-vscode#636 getgauge/gauge-vscode#885 Signed-off-by: Lukas Bockstaller <lukas.bockstaller@posteo.de>
* Upgrade getgauge/common to solve ts issue The getgauge/common upgrade solves the issue where the gauge server crashes whenever a project is loaded that uses the ts plugin. The cause is described here #2419 This commit closes/permanently fixes issues like getgauge/gauge-vscode#735 getgauge/gauge-vscode#636 getgauge/gauge-vscode#885 Signed-off-by: Lukas Bockstaller <lukas.bockstaller@posteo.de> * Tidy Go modules Signed-off-by: Chad Wilson <chadw@thoughtworks.com> * Bump Gauge version Signed-off-by: Chad Wilson <chadw@thoughtworks.com> --------- Signed-off-by: Lukas Bockstaller <lukas.bockstaller@posteo.de> Signed-off-by: Chad Wilson <chadw@thoughtworks.com> Co-authored-by: Chad Wilson <chadw@thoughtworks.com>
Hopefully fixed by getgauge/gauge#2422 in Gauge |
@chadlwilson |
All credit and thanks goes to @bockstaller on this one; I'm just clicking some buttons to get the automation through :-) |
@bockstaller |
Describe the bug
I encountered #636 and #759, and I found below.
I get
diff
between two templates,0.8.0
and0.7.0
.Therefore, as for title, I can say that version of ts-node causes error.
As a side note, version of gauge-ts and typescript has no effect on this error.
What command(s) did you run when you found the bug?
Open gauge-ts project in VSCode.
Output, stack trace or logs related to the bug
See #636 and #759.
Versions
Gauge (Output of
gauge -v
)Node.js/Java/Python/.Net/Ruby version
This is NOT used in VSCode.
Operating System information
Macbook Pro 2020 (Intel Chip)
Ventura 13.5.1
IDE information
The text was updated successfully, but these errors were encountered: