Problem with localhost, Bert model and sanic library

Hello, I wanted to replicate this example GitHub - nghuyong/rasa-faq-bot: Use Rasa to build a FAQ bot, but when I run rasa run actions I have that error on the localhost, also in the Bert model it says it can’t find some files, use bert as sevice in my run_bert_service.sh file I have the following bert-serving-start
-pooling_layer -4 -3 -2 -1
-model_dir = multi_cased_L-12_H-768_A-12
-num_worker = 8
-max_seq_len = 16

I use a multilingual model, since it is Spanish text, the model folder is unzipped in the directory where I have the config, domain, data, endpoints files … Help please