All - Activity - hajoura - Rasa Community Forum
Why my bot did print the information
in my actions file I write this …
print(" Temperature (in kelvin unit) = " +
str(current_temperature) +
"\n atmospheric pressure (in hPa unit) = " +
str(current_pressure) +
"\n humidity (in percentage) = " +
str(current_humidity)
Deploy rasa x to server
I would to share my bot to real testers should create account in to google platform and share my credit care or is there any other solution because I have been so confused in that case. and what what about dockers should let run in my computer and how!
Why my telegram bot do not answer back?
@rahul.agl021 you must use ngrok with https not http
How to get values from button in Rasa?
I used rasa form action does not work? how? my bot know what option but how can I know it to run my actions
My bot fails to extract information trough button
how can solve it and plz in just give quick example
buttons:
- title: "great"
payload: "great"
- title: "super sad"
payload: "super sad"
if user click on great they said good I used form actions to extract slot in the other case that show you pictures I wrote if slot == “great” dispatcher…
Why rasa x do not display Botton in local host
in my actions I would it choose between two option after the user choose then actions start i do know how maybe my code wrong
Why when I close my terminal my bot do not answer me in the telegram?
thank you
Why when I close my terminal my bot do not answer me in the telegram?
thank you do have any idea about ?
Why when I close my terminal my bot do not answer me in the telegram?
thank you so much
I would to connect my bot with Arduino
yes I connect to my SQL Server I got my data from Arduino but I have one question how I let my bot choose the last value as example I write select temperature from table limit by 1 . the result provide but bot is 0 temperature 28,5 C
I would to get my database from Arduino anyone have any idea about and how it works and thank you
I would to deploy my bot to telegram
when tape rasa x I receive that msg sqlalchemy.exc.StatementError: (builtins.TypeError) unhashable type: ‘list’
I would to deploy my bot to telegram
please clarify when I open my url I see Tunnel 639b4189.ngrok.io not found
How can I fix that when I run the command rasa run I receive that msg how can I solve that?
telegram.error.BadRequest: Bad webhook: https url must be provided for webhook
How can I fix that when I run the command rasa run I receive that msg how can I solve that?
i use form-action nothings show up
Why I can not see my actions in my bot
I did not see the num of my actions it is written the action server in 5055 that’s all.
Why I can not see my buttons in bot
I used madıcal demo to see how it work but at start I do not see those Botton
Medical bot do not recognize action
in action server
"No registered Action found for name '{}'.".format(action_name)
Exception: No registered Action found for name 'facility_form'.