-
Notifications
You must be signed in to change notification settings - Fork 4
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 ReferenceError: room is not defined #10
Comments
Hi, |
Before I made that change I didn't manage to get the bot to post any rss items at all and after that it just worked the next time I registered a new rss feed. So at least for me it happened 100% of the time. |
What version of RocketChat are you running? At least for us the bot still works fine 🤔 |
I used the latest release and the latest hubot rocketchat connector (which might be what has this change) |
Unfortunately I am no longer maintaining our RocketChat, if you could paste me some version numbers I'll check back with our instance admin so we can figure out what might have introduced this. |
My rocket chat version is |
As I already assumed we are running a older version of hubot. It seems that there were some bigger changes which require a lot more work that I thought. |
I am going to rewrite the whole bot into ES6 and make in compatible with the new hubot-rocketchat v2 adapter and Hubot v3. I try to keep as much features as possible. |
@hhyyrylainen Can you please check if I've got it running using the following dependencies:
|
Unfortunately I decided that rocketchat didn't work well enough so I have already removed it so I can't easily test to see if the new version works. |
@Flipez I am able to regenerate the issue with Could you please take a look on that?
|
I get this error when the bot tries to post rss entries:
I found a fix for this. Change the setInterval part to look like this:
Maybe this is caused by using a newer rocketchat connector.
The text was updated successfully, but these errors were encountered: