(my input)
$ docker run -p 8000:8000 rasa/duckling
no port specified, defaulting to port 8000
Listening on http://0.0.0.0:8000
(my input in another terminal)
rasa run actions&
2019-07-12 14:13:55 INFO rasa_sdk.endpoint - Action endpoint is up and running. on (‘0.0.0.0’, 5055)
(my input in another terminal I type)
rasa shell -m models --endpoints endpoints.yml
2019-07-12 14:16:41 INFO root - Starting Rasa Core server on http://localhost:5005
Bot loaded. Type a message and press enter (use ‘/stop’ to exit):
Your input →
(This is where I hit a snag)
(my input)
hello
WARNING root - Could not parse timestamp c1a3c1b0ba984394b3e46cab5cfc10ef…
Any further inputs result in
sorry, I didn’t understand you, please try input something else
Hey @DexterDSilva, I’ve just started running into this too — as far as I know, this is a bug in duckling we have to look into. However, as this bot doesn’t parse dates, it shouldn’t be causing the fallback stuff, just annoying warnings that don’t apply here.
I think what’s causing the fallback is that you didn’t give it any input here:
14:16:41 INFO root - Starting Rasa Core server on http://localhost:5005 Bot loaded. Type a message and press enter (use ‘/stop’ to exit): Your input ->
Here’s an example I had with this bot today:
Your input -> hi
2019-07-13 14:24:13 WARNING root - Could not parse timestamp f8a32f568ceb43f1b15d2536798684e6. Instead current UTC time will be passed to duckling. Error: invalid literal for int() with base 10: 'f8a32f568ceb43f1b15d2536798684e6'
Hello! I am restaurant search assistant! How can I help?
Your input -> i want to book a restaurant
2019-07-13 14:24:27 WARNING root - Could not parse timestamp 50d4e8aa274e49a788dd3186db7708e4. Instead current UTC time will be passed to duckling. Error: invalid literal for int() with base 10: '50d4e8aa274e49a788dd3186db7708e4'
what cuisine?
Your input -> chinese
2019-07-13 14:24:30 WARNING root - Could not parse timestamp 0cea23002975466f9ecb36e0971242d2. Instead current UTC time will be passed to duckling. Error: invalid literal for int() with base 10: '0cea23002975466f9ecb36e0971242d2'
how many people?
Your input -> 3