-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Debugger port conflict when you fork children #66
Comments
Same issue, very annoying that debugger is not working. Any hacks? |
I saw this issue too, looks like conflict with the nodemon |
bump |
Not really good solution, but OK fr debugging. process.execArgv.length = 0
Tesseract.recognize(imagination) |
Close for now, please check v2 if the issue exists and reopen if needed. |
Please re-open this bug. It is still a problem in v2.0.0-beta.1. Run this file with
|
Fixed in 2.0.0-beta.2, please check. |
This was referenced May 21, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm debugging my app and get a EADDRINUSE error when Tesseract.recognize is called. I hunted this down and I think its because you don't specify execArgv. See the following issue others have with debugging and forking in general:
nodejs/node#3469
As it stands, I can't debug to inspect the result.
The text was updated successfully, but these errors were encountered: