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

HTTP error when “make cmdline” #52

Open
zenglime opened this issue May 9, 2019 · 1 comment
Open

HTTP error when “make cmdline” #52

zenglime opened this issue May 9, 2019 · 1 comment

Comments

@zenglime
Copy link

zenglime commented May 9, 2019

Hello Juste, I’m new to study rasa to build a bot. I start from “starter-pack-rasa-stack” I have an error when running the last command “make cmdline” as below. can you advise?

Bot loaded. Type a message and press enter (use ‘/stop’ to exit): Your input -> hello Exception in thread Thread-1: Traceback (most recent call last): File “/etc/python3.6/lib/python3.6/threading.py”, line 916, in _bootstrap_inner self.run() File “/etc/python3.6/lib/python3.6/threading.py”, line 864, in run self._target(*self._args, **self._kwargs) File “/etc/python3.6/lib/python3.6/site-packages/rasa_core/channels/console.py”, line 114, in record_messages for response in bot_responses: File “/etc/python3.6/lib/python3.6/site-packages/rasa_core/channels/console.py”, line 73, in send_message_receive_stream r.raise_for_status() File “/etc/python3.6/lib/python3.6/site-packages/requests/models.py”, line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url: http://10.7.210.143

@CesarArribas
Copy link

Hello Juste, I’m new to study rasa to build a bot. I start from “starter-pack-rasa-stack” I have an error when running the last command “make cmdline” as below. can you advise?

Bot loaded. Type a message and press enter (use ‘/stop’ to exit): Your input -> hello Exception in thread Thread-1: Traceback (most recent call last): File “/etc/python3.6/lib/python3.6/threading.py”, line 916, in _bootstrap_inner self.run() File “/etc/python3.6/lib/python3.6/threading.py”, line 864, in run self._target(*self._args, **self._kwargs) File “/etc/python3.6/lib/python3.6/site-packages/rasa_core/channels/console.py”, line 114, in record_messages for response in bot_responses: File “/etc/python3.6/lib/python3.6/site-packages/rasa_core/channels/console.py”, line 73, in send_message_receive_stream r.raise_for_status() File “/etc/python3.6/lib/python3.6/site-packages/requests/models.py”, line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url: http://10.7.210.143

Hi zenglime, I had same issue and solved it by unabling the http_proxy in my system. Looking info for this error I found this forum where talk about a similar issue: https://forum.rasa.com/t/http-error-after-user-message/949

I hope, It helps

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

2 participants