Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getting error in action,py #2

Open
iamgsshetty opened this issue Oct 18, 2021 · 1 comment
Open

getting error in action,py #2

iamgsshetty opened this issue Oct 18, 2021 · 1 comment

Comments

@iamgsshetty
Copy link

asyncio - Exception in callback _ProactorBasePipeTransport._call_connection_lost(None)
handle: <Handle _ProactorBasePipeTransport._call_connection_lost(None)>
Traceback (most recent call last):
File "c:\users\gaura\appdata\local\programs\python\python38\lib\asyncio\events.py", line 81, in _run
self._context.run(self._callback, *self._args)
File "c:\users\gaura\appdata\local\programs\python\python38\lib\asyncio\proactor_events.py", line 162, in _call_connection_lost
self._sock.shutdown(socket.SHUT_RDWR)
ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host
2021-10-18 22:04:57 ERROR rasa.core.processor - Encountered an exception while running action 'action_current_price'.Bot will continue, but the actions events are lost. Please check the logs of your action server for more information.
Traceback (most recent call last):
File "c:\users\gaura\appdata\local\programs\python\python38\lib\site-packages\rasa\core\processor.py", line 772, in _run_action
events = await action.run(
File "c:\users\gaura\appdata\local\programs\python\python38\lib\site-packages\rasa\core\actions\action.py", line 672, in run
raise RasaException(
rasa.shared.exceptions.RasaException: Failed to execute custom action 'action_current_price' because no endpoint is configured to run this custom action. Please take a look at the docs and set an endpoint configuration via the --endpoints flag. https://rasa.com/docs/rasa/custom-actions

@iamgsshetty
Copy link
Author

2021-10-18 22:15:27 ERROR rasa.core.actions.action - Failed to run custom action 'action_current_price'. Couldn't connect to the server at 'http://localhost:5055/webhook'. Is the server running? Error: Cannot connect to host localhost:5055 ssl:default [The remote computer refused the network connection]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant