Skip to content
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

Error, unhandled 'error' event #54

Closed
kieron opened this issue Jun 12, 2020 · 0 comments · Fixed by #55
Closed

Error, unhandled 'error' event #54

kieron opened this issue Jun 12, 2020 · 0 comments · Fixed by #55

Comments

@kieron
Copy link

kieron commented Jun 12, 2020

Hey! First of all, I love this library.

I just got an error from my bot that runs this, I know theres not much info here, but im wondering if this tells you anything at all?

events.js: 180
throw er; // Unhandled 'error' event
^
TypeError: Cannot read property 'match' of undefined
at module.exports(/usr/src / app / node_modules / get - urls / index.js: 32: 20)
at urlCheck(/usr/src / app / app.js: 214: 16)
at e. < anonymous > (/usr/src / app / app.js: 84: 21)
at emit(events.js: 203: 13)
at e.parse(/usr/src / app / node_modules / twitter - lite / dist / stream.js: 1: 386)
at Gunzip. < anonymous > (/usr/src / app / node_modules / twitter - lite / dist / twitter.js: 1: 4461)
at Gunzip.emit(events.js: 203: 13)
at addChunk(_stream_readable.js: 294: 12)
at readableAddChunk(_stream_readable.js: 275: 11)
at Gunzip.Readable.push(_stream_readable.js: 210: 10)
Emitted 'error'
event at:
at e.parse(/usr/src / app / node_modules / twitter - lite / dist / stream.js: 1: 435)
at Gunzip. < anonymous > (/usr/src / app / node_modules / twitter - lite / dist / twitter.js: 1: 4461)
[...lines matching original stack trace...]
at Gunzip.Readable.push(_stream_readable.js: 210: 10)
at Gunzip.Transform.push(_stream_transform.js: 150: 32)
at Zlib.processCallback(zlib.js: 516: 10) {
    source: {
        delete: {
            status: [Object],
            timestamp_ms: '1591965130222'
        }
    }
}

Really appreciate any advice, but understand you might not be able to say anything without the input. (not logging that yet :()

Only thing I know, it failed just after this text was checked for a URL:

The producers behind Resident Evil Village discuss the characters, engine, and details of the latest entry in the series in a new developer video. https://bit.ly/2B0P5m0 however, if I run that through manually, it goes OK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant