Interactive learning does not work

Version: Rasa Enterprise 0.33.2

When trying to create a story in the Talk to your bot tab, the bot doesn’t respond. (see attached image) it hangs and there aren’t any visible errors in any component (Values.debugMode = true)

| rasa-x {"sender_id": "8af9cee2376e4df4b2b363fc922f7f5b", "event": "action", "timestamp":1604958229.7189019, "name": "action_session_start", "policy": null, "confidence": null}                                                           
│
│ rasa-x 2020-11-09 21:43:49 DEBUG    rasa.core.brokers.pika  - Published Pika events to exchange 'rasa-exchange' on host 'rasa-x-1585685734-rabbit':                                                                                        
│
│ rasa-x {"sender_id": "8af9cee2376e4df4b2b363fc922f7f5b", "event": "session_started", "timestamp": 1604958229.7189114}                                                                                                                      │
│ rasa-x 2020-11-09 21:43:49 DEBUG    rasa.core.brokers.pika  - Published Pika events to exchange 'rasa-exchange' on host 'rasa-x-1585685734-rabbit':                                                                                        
│
│ rasa-x {"sender_id": "8af9cee2376e4df4b2b363fc922f7f5b", "event": "action", "timestamp": 1604958229.7189274, "name": "action_listen", "policy": null, "confidence": null}                                                                  
│
│ rasa-x 2020-11-09 21:43:49 DEBUG    rasa.core.tracker_store  - Tracker with sender_id '8af9cee2376e4df4b2b363fc922f7f5b' stored to database                                                                                                
│
│ rasa-x 2020-11-09 21:43:49 DEBUG    rasa.core.lock_store  - Deleted lock for conversation '8af9cee2376e4df4b2b363fc922f7f5b'.                                                                                                              
│
│ rasa-x 2020-11-09 21:43:54 DEBUG    rasa.core.lock_store  - Issuing ticket for conversation '8af9cee2376e4df4b2b363fc922f7f5b'.                                                                                                            
│
│ rasa-x 2020-11-09 21:43:54 DEBUG    rasa.core.lock_store  - Acquiring lock for conversation '8af9cee2376e4df4b2b363fc922f7f5b'.                                                                                                            
│
│ rasa-x 2020-11-09 21:43:54 DEBUG    rasa.core.lock_store  - Acquired lock for conversation '8af9cee2376e4df4b2b363fc922f7f5b'.                                                                                                             
│
│ rasa-x 2020-11-09 21:43:54 DEBUG    rasa.core.tracker_store  - Recreating tracker from sender id '8af9cee2376e4df4b2b363fc922f7f5b'                                                                                                        │
│ rasa-x 2020-11-09 21:43:54 DEBUG    rasa.core.processor  - Received user message 'email einrichten' with intent '{'name': 'email einrichten', 'confidence': 1.0}' and entities '[]'                                                        
│
│ rasa-x 2020-11-09 21:43:54 DEBUG    rasa.core.processor  - Logged UserUtterance - tracker now has 3 events.                                                                                                                                │
│ rasa-x 2020-11-09 21:43:54 DEBUG    rasa.core.tracker_store  - Recreating tracker from sender id '8af9cee2376e4df4b2b363fc922f7f5b'                                                                                                        │
│ rasa-x 2020-11-09 21:43:54 DEBUG    rasa.core.brokers.pika  - Published Pika events to exchange 'rasa-exchange' on host 'rasa-x-1585685734-rabbit':                                                                                        
│
│ rasa-x {"sender_id": "8af9cee2376e4df4b2b363fc922f7f5b", "event": "user", "timestamp": 1604958234.7447863, "text": "email einrichten", "parse_data": {"intent": {"name": "email einrichten", "confidence": 1.0}, "entities": [], "text": " │
│ rasa-x 2020-11-09 21:43:54 DEBUG    rasa.core.tracker_store  - Tracker with sender_id '8af9cee2376e4df4b2b363fc922f7f5b' stored to database                                                                                                
│
│ rasa-x 2020-11-09 21:43:54 DEBUG    rasa.core.lock_store  - Deleted lock for conversation '8af9cee2376e4df4b2b363fc922f7f5b'.   

It seems that the tracker is not able to get either the domain or the policy ensemble for some reason, which leads to the message being processed by NLU, but no events being predicted by dialogue management:

│ rasa-x 2020-11-10 06:41:09 DEBUG    rasa.core.tracker_store  - Recreating tracker from sender id '753f5ad1d8044bebb2935ff464449e33'                                                                                                        │
│ rasa-x /opt/venv/lib/python3.7/site-packages/rasa/shared/utils/io.py:93: UserWarning: No policy ensemble or domain set. Skipping action prediction.You should set a policy before training a model.                                        │
│ rasa-x   More info at https://rasa.com/docs/rasa/policies                                                                                                                                                                                  │
│ rasa-x 2020-11-10 06:41:09 DEBUG    rasa.server  - Traceback (most recent call last):                                                                                                                                                      │
│ rasa-x   File "/opt/venv/lib/python3.7/site-packages/rasa/server.py", line 718, in predict                                                                                                                                                 │
│ rasa-x     responses["scores"], key=lambda k: (-k["score"], k["action"])                                                                                                                                                                   │
│ rasa-x TypeError: 'NoneType' object is not subscriptable                                                                                                                                                                                   │
│ rasa-x 2020-11-10 06:41:09 ERROR    rasa.server  - An unexpected error occurred. Error: 'NoneType' object is not subscriptable                                                                                                             │
│ rasa-x 2020-11-10 06:42:09

@kronos-cm are you able to successfully interact with the tracker store over other channels?

This is resolved by downgrading to 2.0.2, versions 2.0.3-2.0.6 have issues with Rasa X’s model polling. There will be a patch in version 2.0.7 soon as well

No, it is the same for all channels

Version 2.0.7 has been released with the fix :rocket: it will be coming soon to 2.1.x as well.