All - Activity - deeksha1 - Rasa Community Forum
Rasa 3.0.2 socket.io error as The client is using an unsupported version of the Socket.IO or Engine.IO protocols
I am connecting an e-commerce shopify store.
socketio:
user_message_evt: user_uttered
bot_message_evt: bot_uttered
session_persistence: false
Error: The client is using an unsupported version of the Socket.IO or Engine.IO protocols. (further occurrences of this error will be logged with level INFO)
Rasa Version: 3.0.2
Minimum Compatible Version: 3.0.0
Rasa SDK Version: 3.1.0
Rasa X Version: None
Python Version: ...
Rasa installation error in macOS
I was installing rasa in my Ventura macOS and I got this error. Please help me out.
Building wheels for collected packages: regex
Building wheel for regex (setup.py) … error
Error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰──> [17 lines of output...]
Rasa user inputs in the form of notes
Hey, Is it possible to get user responses to be printed in the form of notes? For example, there are buttons such as- ["saree", "Jeans", "skirts"]. I want to know which option the user chooses without Rasa X. I want to print these in the form of a text file.
Rasa with Shopify add items to cart
Currently, I have an e-commerce website using Shopify. I am using Rasa chatbot along with Shopify API calls for displaying collections and stuff. Now, when the product is displayed in the chatbot, can I add that product directly to the cart?
"image_url": (format(PI1)),
"subtitle": (format(PN1)),
"buttons": ...
Order products through Rasa chatbot
And features seem like this:
- Check the status of an order
- Return an item
- Cancel an item
- Search a product inventory for shoes
- Subscribe to product updates
How to place an order? Is it possible?
Hey, about the one you suggested- Retailer starter pack, it is connected to SQLite database. But my store is done using Shopify. We don’t have to use SQL database. How to do then?
Is there an API call?
Hey, I have an e-commerce website. I would like to implement Rasa chatbot in it. I want customers to order products through the chatbot. Is it possible to order in the chatbot and then send it to checkout?
Get Rasa chatbot responses
How can I get the Rasa chatbot user answers or is there any way to store user input?
For example: user has clicked on a button, how can I know what the user has chosen?
Setting a slot that captures the value provided by initPayload
Hey! Any idea how to solve that issue? Even I am getting None. I want the username from the website to the bot.
Is there a way my Rasa chatbot can know the logged in user's full name and greet him?
I’m currently working on Rasa to develop a chatbot for my e-commerce website. I want to know how do I greet the user with his/her own name. For instance, the user will log in to the application and then when he clicks on the chatbot icon, it should know who logged in and greet the user. Is there a way...
Rasa fetch data
Okay. But the thing is I want my website to send custom data to Rasa.
If I want to order products through the chatbot, I want that to be stored on my website.
I have an e-commerce website and I have used Rasa chatbot and passed API too. Now when I click on a product, I want my chatbot to fetch that data through customData. How is that possible?
Rasa bug
When I run the Rasa shell command, I get my output but with this error:
Traceback: (most recent call last):
File "c:\users\diganth\deekshachatbot\venv\lib\site-packages\sanic\app.py", line 918, in handle_request
handler, args, kwargs, uri = self.router.get(request)
Error after training
I have got this error and not sure how to solve, kindly help
Error: (most recent call last):
File "c:\users\diganth\deekshachatbot\venv\lib\site-packages\sanic\server.py", line 860, in serve
http_server = loop.run_until_complete(server_coroutine)