-
Notifications
You must be signed in to change notification settings - Fork 446
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
error when running the code #104
Comments
I am facing the same issues |
use below as actions.py from future import absolute_import from rasa_core_sdk import Action class ActionWeather(Action):
|
I get this error ERROR: rasa 1.0.9 has requirement requests~=2.22, but you'll have requests 2.21.0 which is incompatible when I install apixu from github. is there any request package version to which both rasa 1.0.9 and apixu are compatible. Pl help |
@aryabhat1 what are the steps you following? |
@aryabhat1 |
HI,
When running the code i am getting the below error..
2019-09-19 11:25:49 ERROR rasa.core.actions.action - Failed to run custom action 'action_weather'. Couldn't connect to the server at 'http://localhost:5055/webhook'. Is the server ru
nning? Error: Cannot connect to host localhost:5055 ssl:None [Connect call failed ('127.0.0.1', 5055)]
2019-09-19 11:25:49 ERROR rasa.core.processor - Encountered an exception while running action 'action_weather'. Bot will continue, but the actions events are lost. Make sure to fix t
he exception in your custom code.
The text was updated successfully, but these errors were encountered: