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
{{ message }}
This repository was archived by the owner on Dec 11, 2019. It is now read-only.
When downloading files using 0.22.6e6ff4ea, you'll get the following error in the terminal/command prompt:
(node:74390) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 removed listeners added. Use emitter.setMaxListeners() to increase limit
MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 removed listeners added. Use emitter.setMaxListeners() to increase limit
at _addListener (events.js:262:19)
at DownloadItem.addListener (events.js:279:10)
at DownloadItem.<anonymous> (/Applications/Brave-Beta.app/Contents/Resources/app.asar/app/filtering.js:596:12)
at emitTwo (events.js:106:13)
at DownloadItem.emit (events.js:194:7)
Steps to Reproduce
install/launch 0.22.6e6ff4ea via the terminal/command prompt
Description
When downloading files using
0.22.6
e6ff4ea, you'll get the following error in the terminal/command prompt:Steps to Reproduce
0.22.6
e6ff4ea via the terminal/command promptActual result:
Brave displaying
node:74390) MaxListenersExceededWarning: Possible EventEmitter memory leak detected.
errors when downloading files.Expected result:
Brave shouldn't be displaying
node:74390) MaxListenersExceededWarning: Possible EventEmitter memory leak detected.
errors when downloading files.Reproduces how often:
100% reproducible using the above STR.
Brave Version
about:brave info:
Reproducible on current live release:
Yes, currently reproducible using
0.21.24
19c78a1 which is the latest released build.Additional Information
The text was updated successfully, but these errors were encountered: