-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Socket hang up error when trying to run in background via grunt watch #147
Comments
I'm experiencing the same thing.
karma: {
options: {
proxies: { "/w": "http://mediawiki.dev/w" } |
Hi @Krinkle, |
Hi @Krinkle, In my case /base/app has been extracted to a proxy, eg. "/app". The target URLs were using "/app/.../..." which caused that /app was called in an endless loop -> socket hang up |
@ilkercat @mianowski This bug is now fixed. See karma-runner/karma#1987. |
I'm trying to setup continuous testing using grunt-watch but keep getting an error 'Socket hung up'
my grunt config for karma:
my grunt watch task
I test by running
grunt karma:dev:start watch:karma
I can see the process running and blocking.If I then edit a file it runs the
karma:dev:run
task but this throws an error:output:
using grunt-karma 0.10.1 and karma 0.12.31 and grunt-watch 0.6.1
The text was updated successfully, but these errors were encountered: