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 has been archived by the owner on Jan 14, 2022. It is now read-only.
The explorer crashes as soon as /api/newsfeed is called; the following is being logged:
/home/lisk/lisk-explorer/services/newsfeed/TwitterService.js:29
return o.retweeted_status.entities.urls[0].url;
^
TypeError: Cannot read property 'url' of undefined
at tweetUrl (/home/lisk/lisk-explorer/services/newsfeed/TwitterService.js:29:46)
at tweetMapper (/home/lisk/lisk-explorer/services/newsfeed/TwitterService.js:51:7)
at Array.map (<anonymous>)
at client.get (/home/lisk/lisk-explorer/services/newsfeed/TwitterService.js:60:26)
at Request._callback (/home/lisk/lisk-explorer/node_modules/twitter/lib/twitter.js:227:5)
at Request.self.callback (/home/lisk/lisk-explorer/node_modules/request/request.js:185:22)
at emitTwo (events.js:126:13)
at Request.emit (events.js:214:7)
at Request.<anonymous> (/home/lisk/lisk-explorer/node_modules/request/request.js:1157:10)
at emitOne (events.js:116:13)
The text was updated successfully, but these errors were encountered:
The explorer crashes as soon as
/api/newsfeed
is called; the following is being logged:The text was updated successfully, but these errors were encountered: