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
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.
The text was updated successfully, but these errors were encountered:
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?
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.The text was updated successfully, but these errors were encountered: