Hubot connects, then crashes. Trying hubot-rss-reader

Hi There,

The Hubot connects for a few seconds and then crashes with this (hostname changed for posting only). Is this a library issue or a configuration issue?

[Sat Jan 28 2023 15:07:18 GMT-0500 (Eastern Standard Time)] INFO [startup] Rocket.Chat adapter in use
[Sat Jan 28 2023 15:07:18 GMT-0500 (Eastern Standard Time)] INFO [startup] Respond to name: Hubot
[Sat Jan 28 2023 15:07:18 GMT-0500 (Eastern Standard Time)] INFO [startup] Respond to alias: rssbot
[Sat Jan 28 2023 15:07:18 GMT-0500 (Eastern Standard Time)] INFO [connect] Connecting {
username: ‘rssbot’,
password: ‘********’,
ldap: false,
host: ‘mysite.sytes.net:8080’,
useSsl: true,
timeout: 20000,
rooms: [ ‘cloudstatus’ ],
allPublic: false,
dm: false,
livechat: false,
edited: false,
integrationId: ‘js.SDK’,
roomCacheMaxSize: 10,
roomCacheMaxAge: 300000,
dmCacheMaxSize: 10,
dmCacheMaxAge: 100000
}
[Sat Jan 28 2023 15:07:18 GMT-0500 (Eastern Standard Time)] INFO [connect] Connected
[Sat Jan 28 2023 15:07:18 GMT-0500 (Eastern Standard Time)] INFO [login] Logging in rssbot
[Sat Jan 28 2023 15:07:19 GMT-0500 (Eastern Standard Time)] INFO [subscribe] Preparing subscription: stream-room-messages: my_messages
[Sat Jan 28 2023 15:07:19 GMT-0500 (Eastern Standard Time)] INFO [subscribe] Stream ready: 2
[Sat Jan 28 2023 15:07:19 GMT-0500 (Eastern Standard Time)] INFO [reactive] Listening for change events in collection stream-room-messages
[Sat Jan 28 2023 15:07:19 GMT-0500 (Eastern Standard Time)] INFO [joinRoom] Calling (async): [“6DnndpzH6yD3wNNof”]
[Sat Jan 28 2023 15:07:20 GMT-0500 (Eastern Standard Time)] ERROR Unable to load /home/merauder/hubot-rocketchat-boilerplate/node_modules/hubot-rss-reader/scripts/hubot-rss-reader: /home/merauder/hubot-rocketchat-boilerplate/node_modules/hubot-rss-reader/libs/rss-checker.coffee:26:5: error: Can’t reference ‘this’ before calling super in derived class constructors
@entries = new Entries @robot

“Can’t reference ‘this’ before calling super in derived class constructors
@entries = new Entries @robot

I’ve seen this error when Hubot is trying to load a coffee script file/module. Coffeescript 1.x allowed this before calling super in derived classes. Coffeescript 2.x does not.