-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
TypeError: EventEmitter, setMaxListeners, Symbol #9003
Labels
events
Issues and PRs related to the events subsystem / EventEmitter.
Comments
vkurchatkin
added
events
Issues and PRs related to the events subsystem / EventEmitter.
good first issue
Issues that are suitable for first-time contributors.
labels
Oct 10, 2016
addaleax
removed
the
good first issue
Issues that are suitable for first-time contributors.
label
Oct 11, 2016
jseagull
added a commit
to jseagull/node
that referenced
this issue
Oct 12, 2016
Allows Symbol to be converted to String so it can be included in the error. Fixes: nodejs#9003
evanlucas
pushed a commit
that referenced
this issue
Nov 3, 2016
Allows Symbol to be converted to String so it can be included in the error. Fixes: #9003 PR-URL: #9021 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
@jasnell It is fixed in master branch but still not fixed in LTS (6.x) |
Ok. Will have to investigate why that didn't get pulled into a release. Ping... @nodejs/lts |
@jasnell looks like it needs a backport: #9021 (comment) |
jseagull
added a commit
to jseagull/node
that referenced
this issue
Apr 17, 2017
Allows Symbol to be converted to String so it can be included in the error. Fixes: nodejs#9003 Conflicts: lib/events.js
3 tasks
MylesBorins
pushed a commit
that referenced
this issue
Apr 18, 2017
Allows Symbol to be converted to String so it can be included in the error. Conflicts: lib/events.js Fixes: #9003 Backport-PR-URL: #12459 PR-URL: #9021 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
MylesBorins
pushed a commit
that referenced
this issue
Apr 19, 2017
Allows Symbol to be converted to String so it can be included in the error. Conflicts: lib/events.js Fixes: #9003 Backport-PR-URL: #12459 PR-URL: #9021 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
It looks like the backport loanded in April. Closing. Feel free to comment or re-open if I'm wrong and this is still a thing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
Current Behavior
Steps to Reproduce
Stack trace
The text was updated successfully, but these errors were encountered: