### Error while running the server of rasa

Hi ,
I have trained the model and Now I am trying to run the server with the help of the command `rasa run -m models --enable-api --cors “*” --debug` But I am facing below issue  
```
2020-09-23 14:06:48 INFO root - Starting Rasa server on http://localhost:5005
2020-09-23 14:06:48 DEBUG rasa.core…
```

### Rasa Helpdesk assistant: Giving json decode error

Hi …Yes …the problem was with my service now instance. It was in hibernation so I had to activate the instance. Now working fine… Thanks for the reply

### Rasa Helpdesk assistant: Giving json decode error

Hi All,
I have downloaded Rasa help desk assistant from [here](https://github.com/RasaHQ/helpdesk-assistant). It was working earlier smoothly with proper integration with Service Now. But now when I tried it is giving me below error.
```
raise JSONDecodeError(“Expecting value”, s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: li…
```

### Rasa Fallback action failing for Faq Bot

Hi , I have developed simple faq bot with rasa using Response selector and It is working fine. But when I implement Fallback Policy in the same and if a user asks anything which is not in the training questions it does not return with the default answer. Instead it gives one answer of faq question.…

### Not able to start Rasa server

Hi , Actually yes there was some other service running on port 5005, hence I changed the port. That worked for me . Thanks for the reply though.

### Not able to start Rasa server

Hi All,
I have changed the port as there was some other application running on port 5005. By doing this , it solved the problem. Thanks for the support anyway.

### Not able to start Rasa server

Hi, I have trained the rasa model with the intents and stories . Also I have tested the same in rasa X and Rasa shell and it is working fine. But I need to integrate it with the website , hence I need to start the server but when I run the command ‘rasa run --enable-api’ it is giving me error and I …

### Giving key error name while training the file

Hi Jitesh, It is resolved now. Done few text editing in responses.md. It solved the issue…Thanks you anyway

### Giving key error name while training the file

Hi , I am using rasa for faq chatbot . I have generated nlu.md , responses.md, config.yml, domain.yml, stories.md according to the specifications but still while training it gives me following error
```
Training Core model…
2020-02-18 20:10:48 INFO absl - Entry Point [tensor2tensor.envs.tic_tac_toe…
```
