This is the information, which I have received,
2019-11-06 11:52:16 INFO rasa_sdk.endpoint - Action endpoint is up and running. on (‘0.0.0.0’, 5055)
2019-11-06 11:52:35 WARNING rasa_sdk.endpoint - Your versions of rasa and rasa_sdk might not be compatible. You are currently running rasa version 1.4.0a1 and rasa_sdk version 1.3.2.
To ensure compatibility use the same version for both, modulo the last number, i.e. using version A.B.x the numbers A and B should be identical for both rasa and rasa_sdk.
2019-11-06 11:52:35 DEBUG rasa_sdk.executor - Received request to run ‘Restaurant-Request’
2019-11-06 11:52:35 DEBUG rasa_sdk.executor - Finished running ‘Restaurant-Request’
127.0.0.1 - - [2019-11-06 11:52:35] “POST /webhook HTTP/1.1” 200 220 0.000000
2019-11-06 11:52:36 WARNING rasa_sdk.endpoint - Your versions of rasa and rasa_sdk might not be compatible. You are currently running rasa version 1.4.0a1 and rasa_sdk version 1.3.2.
To ensure compatibility use the same version for both, modulo the last number, i.e. using version A.B.x the numbers A and B should be identical for both rasa and rasa_sdk.
2019-11-06 11:52:36 DEBUG rasa_sdk.executor - Received request to run ‘Action-Search’
2019-11-06 11:52:36 DEBUG urllib3.connectionpool - Starting new HTTP connection (1): 127.0.0.1:3128
2019-11-06 11:52:36 DEBUG urllib3.connectionpool - http://127.0.0.1:3128 “GET http://localhost:5000/restaurant HTTP/1.1” 404 447
2019-11-06 11:52:36 DEBUG error-info.log - The requested URL could not be found. I could not disclose whether it is temporary or permanent
2019-11-06 11:52:36 ERROR flask.app - Exception on /webhook [POST]
Traceback (most recent call last):
File “c:\apps\sa2446\lib\site-packages\flask\app.py”, line 2292, in wsgi_app
response = self.full_dispatch_request()
File “c:\apps\sa2446\lib\site-packages\flask\app.py”, line 1815, in full_dispatch_request
rv = self.handle_user_exception(e)
File “c:\apps\sa2446\lib\site-packages\flask_cors\extension.py”, line 161, in wrapped_function
return cors_after_request(app.make_response(f(*args, **kwargs)))
File “c:\apps\sa2446\lib\site-packages\flask\app.py”, line 1718, in handle_user_exception
reraise(exc_type, exc_value, tb)
File “c:\apps\sa2446\lib\site-packages\flask_compat.py”, line 35, in reraise
raise value
File “c:\apps\sa2446\lib\site-packages\flask\app.py”, line 1813, in full_dispatch_request
rv = self.dispatch_request()
File “c:\apps\sa2446\lib\site-packages\flask\app.py”, line 1799, in dispatch_request
return self.view_functionsrule.endpoint
File “c:\apps\sa2446\lib\site-packages\flask_cors\decorator.py”, line 128, in wrapped_function
resp = make_response(f(*args, **kwargs))
File “c:\apps\sa2446\lib\site-packages\rasa_sdk\endpoint.py”, line 59, in webhook
response = executor.run(action_call)
File “c:\apps\sa2446\lib\site-packages\rasa_sdk\executor.py”, line 259, in run
validated_events = self.validate_events(events, action_name)
File “c:\apps\sa2446\lib\site-packages\rasa_sdk\executor.py”, line 209, in validate_events
for e in events:
TypeError: ‘HTTPError’ object is not iterable
127.0.0.1 - - [2019-11-06 12:36:30] “POST /webhook HTTP/1.1” 500 411 0.015621