@amn41, Again I appreciate your help, I did what you recommended and it is throwing an error
Your input → Quien lo puede presentar
Exception occurred while handling uri: ‘http://localhost:5005/socket.io/?EIO=3&transport=polling&t=N7MBJth’
Traceback (most recent call last):
File “/usr/local/lib/python3.7/site-packages/sanic/app.py”, line 940, in handle_request
handler, args, kwargs, uri, name = self.router.get(request)
File “/usr/local/lib/python3.7/site-packages/sanic/router.py”, line 411, in get
return self._get(request.path, request.method, “”)
File “/usr/local/lib/python3.7/site-packages/sanic/router.py”, line 475, in _get
raise NotFound(“Requested URL {} not found”.format(url))
sanic.exceptions.NotFound: Requested URL /socket.io/ not found
Exception occurred while handling uri: ‘http://localhost:5005/socket.io/?EIO=3&transport=polling&t=N7MBQCM’
Traceback (most recent call last):
File “/usr/local/lib/python3.7/site-packages/sanic/app.py”, line 940, in handle_request
handler, args, kwargs, uri, name = self.router.get(request)
File “/usr/local/lib/python3.7/site-packages/sanic/router.py”, line 411, in get
return self._get(request.path, request.method, “”)
File “/usr/local/lib/python3.7/site-packages/sanic/router.py”, line 475, in _get
raise NotFound(“Requested URL {} not found”.format(url))
sanic.exceptions.NotFound: Requested URL /socket.io/ not found
Exception occurred while handling uri: ‘http://localhost:5005/socket.io/?EIO=3&transport=polling&t=N7MBWK1’
Traceback (most recent call last):
File “/usr/local/lib/python3.7/site-packages/sanic/app.py”, line 940, in handle_request
handler, args, kwargs, uri, name = self.router.get(request)
File “/usr/local/lib/python3.7/site-packages/sanic/router.py”, line 411, in get
return self._get(request.path, request.method, “”)
File “/usr/local/lib/python3.7/site-packages/sanic/router.py”, line 475, in _get
raise NotFound(“Requested URL {} not found”.format(url))
sanic.exceptions.NotFound: Requested URL /socket.io/ not found
Exception occurred while handling uri: ‘http://localhost:5005/socket.io/?EIO=3&transport=polling&t=N7MBcgZ’
Traceback (most recent call last):
File “/usr/local/lib/python3.7/site-packages/sanic/app.py”, line 940, in handle_request
handler, args, kwargs, uri, name = self.router.get(request)
File “/usr/local/lib/python3.7/site-packages/sanic/router.py”, line 411, in get
return self._get(request.path, request.method, “”)
File “/usr/local/lib/python3.7/site-packages/sanic/router.py”, line 475, in _get
raise NotFound(“Requested URL {} not found”.format(url))
sanic.exceptions.NotFound: Requested URL /socket.io/ not found
Exception occurred while handling uri: ‘http://localhost:5005/socket.io/?EIO=3&transport=polling&t=N7MBj2P’
Traceback (most recent call last):
File “/usr/local/lib/python3.7/site-packages/sanic/app.py”, line 940, in handle_request
handler, args, kwargs, uri, name = self.router.get(request)
File “/usr/local/lib/python3.7/site-packages/sanic/router.py”, line 411, in get
return self._get(request.path, request.method, “”)
File “/usr/local/lib/python3.7/site-packages/sanic/router.py”, line 475, in _get
raise NotFound(“Requested URL {} not found”.format(url))
sanic.exceptions.NotFound: Requested URL /socket.io/ not found
Exception occurred while handling uri: ‘http://localhost:5005/socket.io/?EIO=3&transport=polling&t=N7MBpa7’
Traceback (most recent call last):
File “/usr/local/lib/python3.7/site-packages/sanic/app.py”, line 940, in handle_request
handler, args, kwargs, uri, name = self.router.get(request)
File “/usr/local/lib/python3.7/site-packages/sanic/router.py”, line 411, in get
return self._get(request.path, request.method, “”)
File “/usr/local/lib/python3.7/site-packages/sanic/router.py”, line 475, in _get
raise NotFound(“Requested URL {} not found”.format(url))
sanic.exceptions.NotFound: Requested URL /socket.io/ not found
Exception occurred while handling uri: ‘http://localhost:5005/socket.io/?EIO=3&transport=polling&t=N7MBv-q’
Traceback (most recent call last):
File “/usr/local/lib/python3.7/site-packages/sanic/app.py”, line 940, in handle_request
handler, args, kwargs, uri, name = self.router.get(request)
File “/usr/local/lib/python3.7/site-packages/sanic/router.py”, line 411, in get
return self._get(request.path, request.method, “”)
File “/usr/local/lib/python3.7/site-packages/sanic/router.py”, line 475, in _get
raise NotFound(“Requested URL {} not found”.format(url))
sanic.exceptions.NotFound: Requested URL /socket.io/ not found
Exception occurred while handling uri: ‘http://localhost:5005/socket.io/?EIO=3&transport=polling&t=N7MC0K3’
Traceback (most recent call last):
File “/usr/local/lib/python3.7/site-packages/sanic/app.py”, line 940, in handle_request
handler, args, kwargs, uri, name = self.router.get(request)
File “/usr/local/lib/python3.7/site-packages/sanic/router.py”, line 411, in get
return self._get(request.path, request.method, “”)
File “/usr/local/lib/python3.7/site-packages/sanic/router.py”, line 475, in _get
raise NotFound(“Requested URL {} not found”.format(url))
sanic.exceptions.NotFound: Requested URL /socket.io/ not found
Exception occurred while handling uri: ‘http://localhost:5005/socket.io/?EIO=3&transport=polling&t=N7MC6f0’
Traceback (most recent call last):
File “/usr/local/lib/python3.7/site-packages/sanic/app.py”, line 940, in handle_request
handler, args, kwargs, uri, name = self.router.get(request)
File “/usr/local/lib/python3.7/site-packages/sanic/router.py”, line 411, in get
return self._get(request.path, request.method, “”)
File “/usr/local/lib/python3.7/site-packages/sanic/router.py”, line 475, in _get
raise NotFound(“Requested URL {} not found”.format(url))
sanic.exceptions.NotFound: Requested URL /socket.io/ not found
Exception occurred while handling uri: ‘http://localhost:5005/socket.io/?EIO=3&transport=polling&t=N7MCCzS’
Traceback (most recent call last):
File “/usr/local/lib/python3.7/site-packages/sanic/app.py”, line 940, in handle_request
handler, args, kwargs, uri, name = self.router.get(request)
File “/usr/local/lib/python3.7/site-packages/sanic/router.py”, line 411, in get
return self._get(request.path, request.method, “”)
File “/usr/local/lib/python3.7/site-packages/sanic/router.py”, line 475, in _get
raise NotFound(“Requested URL {} not found”.format(url))
sanic.exceptions.NotFound: Requested URL /socket.io/ not found
Exception occurred while handling uri: ‘http://localhost:5005/socket.io/?EIO=3&transport=polling&t=N7MCJ6j’
Traceback (most recent call last):
File “/usr/local/lib/python3.7/site-packages/sanic/app.py”, line 940, in handle_request
handler, args, kwargs, uri, name = self.router.get(request)
File “/usr/local/lib/python3.7/site-packages/sanic/router.py”, line 411, in get
return self._get(request.path, request.method, “”)
File “/usr/local/lib/python3.7/site-packages/sanic/router.py”, line 475, in _get
raise NotFound(“Requested URL {} not found”.format(url))
sanic.exceptions.NotFound: Requested URL /socket.io/ not found
Exception occurred while handling uri: ‘http://localhost:5005/socket.io/?EIO=3&transport=polling&t=N7MCPTW’
Traceback (most recent call last):
File “/usr/local/lib/python3.7/site-packages/sanic/app.py”, line 940, in handle_request
handler, args, kwargs, uri, name = self.router.get(request)
File “/usr/local/lib/python3.7/site-packages/sanic/router.py”, line 411, in get
return self._get(request.path, request.method, “”)
File “/usr/local/lib/python3.7/site-packages/sanic/router.py”, line 475, in _get
raise NotFound(“Requested URL {} not found”.format(url))
sanic.exceptions.NotFound: Requested URL /socket.io/ not found
Exception occurred while handling uri: ‘http://localhost:5005/socket.io/?EIO=3&transport=polling&t=N7MCVl3’
Traceback (most recent call last):
File “/usr/local/lib/python3.7/site-packages/sanic/app.py”, line 940, in handle_request
handler, args, kwargs, uri, name = self.router.get(request)
File “/usr/local/lib/python3.7/site-packages/sanic/router.py”, line 411, in get
return self._get(request.path, request.method, “”)
File “/usr/local/lib/python3.7/site-packages/sanic/router.py”, line 475, in _get
raise NotFound(“Requested URL {} not found”.format(url))
sanic.exceptions.NotFound: Requested URL /socket.io/ not found
Exception occurred while handling uri: ‘http://localhost:5005/socket.io/?EIO=3&transport=polling&t=N7MCc8I’
Traceback (most recent call last):
File “/usr/local/lib/python3.7/site-packages/sanic/app.py”, line 940, in handle_request
handler, args, kwargs, uri, name = self.router.get(request)
File “/usr/local/lib/python3.7/site-packages/sanic/router.py”, line 411, in get
return self._get(request.path, request.method, “”)
File “/usr/local/lib/python3.7/site-packages/sanic/router.py”, line 475, in _get
raise NotFound(“Requested URL {} not found”.format(url))
sanic.exceptions.NotFound: Requested URL /socket.io/ not found
2020-05-02 13:22:48 DEBUG rasa.core.tracker_store - Recreating tracker for id ‘47c625931ffb46e19de525df02a79b9b’
2020-05-02 13:22:48 DEBUG rasa.nlu.classifiers.diet_classifier - There is no trained model for ‘ResponseSelector’: The component is either not trained or didn’t receive enough training data.
2020-05-02 13:22:48 DEBUG rasa.nlu.selectors.response_selector - Adding following selector key to message property: default
2020-05-02 13:22:48 DEBUG rasa.core.processor - Received user message ‘Quien lo puede presentar’ with intent ‘{‘name’: ‘ask_actor_presentacion_ex_malv’, ‘confidence’: 0.6161227822303772}’ and entities ‘’
2020-05-02 13:22:48 DEBUG rasa.core.processor - Logged UserUtterance - tracker now has 9 events.
2020-05-02 13:22:48 DEBUG rasa.core.policies.memoization - Current tracker state [None, {}, {‘intent_ask_rige’: 1.0, ‘entity_tramite’: 1.0, ‘slot_tramite_0’: 1.0, ‘prev_action_listen’: 1.0}, {‘intent_ask_rige’: 1.0, ‘entity_tramite’: 1.0, ‘prev_utter_ask_rige’: 1.0, ‘slot_tramite_0’: 1.0}, {‘intent_ask_actor_presentacion_ex_malv’: 1.0, ‘slot_tramite_0’: 1.0, ‘prev_action_listen’: 1.0}]
2020-05-02 13:22:48 DEBUG rasa.core.policies.memoization - There is no memorised next action
2020-05-02 13:22:48 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_1_TEDPolicy
2020-05-02 13:22:48 DEBUG rasa.core.processor - Predicted next action ‘utter_ask_actor_presentacion_ex_malv’ with confidence 0.94.
2020-05-02 13:22:48 DEBUG rasa.core.processor - Action ‘utter_ask_actor_presentacion_ex_malv’ ended with events ‘[BotUttered(‘La presentación la puede hacer tanto el interesado como su cónyuge.’, {“elements”: null, “quick_replies”: null, “buttons”: null, “attachment”: null, “image”: null, “custom”: null}, {}, 1588436568.7067142)]’.
2020-05-02 13:22:48 DEBUG rasa.core.policies.memoization - Current tracker state [{}, {‘intent_ask_rige’: 1.0, ‘entity_tramite’: 1.0, ‘slot_tramite_0’: 1.0, ‘prev_action_listen’: 1.0}, {‘intent_ask_rige’: 1.0, ‘entity_tramite’: 1.0, ‘prev_utter_ask_rige’: 1.0, ‘slot_tramite_0’: 1.0}, {‘intent_ask_actor_presentacion_ex_malv’: 1.0, ‘slot_tramite_0’: 1.0, ‘prev_action_listen’: 1.0}, {‘intent_ask_actor_presentacion_ex_malv’: 1.0, ‘slot_tramite_0’: 1.0, ‘prev_utter_ask_actor_presentacion_ex_malv’: 1.0}]
2020-05-02 13:22:48 DEBUG rasa.core.policies.memoization - There is no memorised next action
2020-05-02 13:22:48 DEBUG rasa.core.policies.mapping_policy - There is no mapped action for the predicted intent, ‘ask_actor_presentacion_ex_malv’.
2020-05-02 13:22:48 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_1_TEDPolicy
2020-05-02 13:22:48 DEBUG rasa.core.processor - Predicted next action ‘action_listen’ with confidence 0.94.
2020-05-02 13:22:48 DEBUG rasa.core.processor - Action ‘action_listen’ ended with events ‘’.
2020-05-02 13:22:48 DEBUG rasa.core.lock_store - Deleted lock for conversation ‘47c625931ffb46e19de525df02a79b9b’.
La presentación la puede hacer tanto el interesado como su cónyuge.
Your input →