Hello everyone, I generated my Python BDK bot using the Symphony Generator (https://github.com/finos/generator-symphony). When I tried to launch the Python B...
Say i have a string array of names and have passef it into the form.Wanted to use the person-selector option with other tags in forms so that it could show o...
one year ago
say i have a set in java whose length is not fixed and it changes with time, who do we pass this set into the form and use it to display those set values as ...
one year ago
I'm trying to send in an object into jinja2 template but this compartive doesn't work in any fashion. Is there any documentation that clearly states how this...
one year ago
Hi there, I am following the tutorial to build my first demo bot using the symphony-bdk-python . When I get to the step : \BotProject>pip3 install -r require...
Hi, Starting up the demo bot from chatper 4, runs fine. It looks good and replies with teh @mention followed by /command but the bot's online status at the S...
Hi, I am at: https://learn.symphony.com/courses/take/bdk-2-python/lessons/27987560-demo-configuration-hello-world and trying to run the bot at 3:44 for the f...
Hi, I have to list all system features(/v1/admin/system/features/list that endpoint). Is there any service in java BDK to do that? If not how I may achive th...
hi, I am following the Developing Bots using BDK for Python. I have an unexpected pb when I run the bot using command python -m src I am getting the error be...
Hi.. I have created a bot by the BotGenerator. I have configured the config.yaml by referring the working sample including the firm's proxy setup. The servic...
Does BDK support creating multiple Bot connections from spring boot container? 2. Any concerns around using BDK instance per AsyncExecutor. i.e setting the A...
Hi, I am tring to create a bean of SymphonyBdk class however during initialization I am getting below exception: > Caused by: com.symphony.bdk.http.api.ApiEx...
2 years ago
Hi, I have created a room and want to upate it from my bot. I am trying to use V2RoomSearchCriteria to search my room first then retrieve roomId to further u...
Hey guys, we are making heavy use of the @activites.slash decorator, something along the lines of: But think duplicating that decorator 20 times for various ...
I am using the Python BDK 2.0. The RealTimeEventListener contains methods which are looking relevant for catching the event which is getting raised when I st...
Hi guys! Does anyone know how to prevent the asyncio.exceptions.TimeoutError? Is there anything I can do? I am using Python BDK. Thanks
How to show invalid command message. Example we are using /Help or /CommandName to show the command activity, but if the user type "/CommandName test" or "/C...
I'm implementing a UserJoinedRoomContext watcher in my bot. The code gets called python async def on_activity(self, context: UserJoinedRoomContext): user = a...
I would like to create a bot that sends "/data.csv" to a bot, attaches a data.csv file and replies. can you tell me. I'm using SpringBoot BDK Java.
2 years ago
I am trying to follow the Developing Bots using BDK for Python, but I'm having a problem when I try to run the bot using command py -m src I am getting the e...
3 years ago
I’m getting Symphony API exception while staring the Bot Application. [SymphonyBdk_DatafeedThread] c.s.bdk.core.retry.RetryWithRecovery : Exception recovered...
Hi, is there a working example of Server-sent events available please? I see some limited documentation here: https://docs.developers.symphony.com/developer-...
3 years ago
Does BDK 2.0 (Java) supports the reading of messages with styles? We are Having requirement to read Rich Text message ( having excels tables and images ) and...