Weatherbot_Tutorial icon indicating copy to clipboard operation
Weatherbot_Tutorial copied to clipboard

Results 76 Weatherbot_Tutorial issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.13.1 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Bumps [numpy](https://github.com/numpy/numpy) from 1.13.1 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Traceback (most recent call last): File "C:\Users\asus\Desktop\chatbot\nlu_model.py", line 18, in train_nlu('./data/data.json', 'config_spacy.json', './models/nlu') File "C:\Users\asus\Desktop\chatbot\nlu_model.py", line 9, in train_nlu trainer = Trainer(RasaNLUConfig(config)) File "C:\Users\asus\AppData\Local\Programs\Python\Python39\lib\site-packages\rasa_nlu\model.py", line 130, in __init__ component =...

ERROR:rasa_core.actions.action:Failed to run custom action 'action_weather'. Action server responded with a non 200 status code of 500. Make sure your action server properly runs actions and returns a 200 once...

I am having issue while running train_init.py . I am having tensorflow version == 2.2 This is my error : 2020-07-01 09:56:37.775650: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library 'cudart64_101.dll';...

ERROR: rasa 1.0.9 has requirement requests~=2.22, but you'll have requests 2.21.0 which is incompatible.

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...

![Capture justine](https://user-images.githubusercontent.com/33261829/56467027-445b2380-6422-11e9-94e6-adde7df8f15c.PNG) Error when I run nlu_model.py

When I sent a message on Slack I got this error : ``` rasa.core.policies.ensemble - MappingPolicy not included in policy ensemble. Default intents 'restart and back will not trigger actions...

client.getCurrentWeather(q=loc) (in actions.py line 33) fails as apixu has changed the api. Solve this issue by replacing client.getCurrentWeather(q=loc) with current = client.current(q=loc) to run according to the current code in...