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 am not sure if it is a hubot bug, i posted this in several groups but became no answers. I am Using 0.71.1 of Rocketchat (dockerimage) and Hubot 2.19.0 (also tested 3.1.1)
I am programming API functions, the following Function is working, this simply displays the Verison Informations usw:
If i open “Administration” - “Rooms” in Rocketchat the following LOG Entry occures in Rocketchat:
Meteor ➔ publish adminRooms ->
The difference to the first function is the “publish” instead of the “method” in the LOG Entry, how do i have to call the “adminRooms” Method/function in hubot to get a list of all Rooms?
This discussion was converted from issue #1479 on April 18, 2023 14:02.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am not sure if it is a hubot bug, i posted this in several groups but became no answers. I am Using 0.71.1 of Rocketchat (dockerimage) and Hubot 2.19.0 (also tested 3.1.1)
I am programming API functions, the following Function is working, this simply displays the Verison Informations usw:
Running this functions makes a Log entry i Rocketcaht like:
Meteor ➔ method getServerInfo -> …
Calling the following function returns a 404 Error “Method not found”:
No LOG Method occures.
If i open “Administration” - “Rooms” in Rocketchat the following LOG Entry occures in Rocketchat:
Meteor ➔ publish adminRooms ->
The difference to the first function is the “publish” instead of the “method” in the LOG Entry, how do i have to call the “adminRooms” Method/function in hubot to get a list of all Rooms?
Beta Was this translation helpful? Give feedback.
All reactions