You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line 223 expects "alexa" to have "intents" as a key but that's all been changed up recently. The problem is made worse in that the script doesn't test for the key and tries it directly, causing a KeyError.
Line 223 expects "alexa" to have "intents" as a key but that's all been changed up recently. The problem is made worse in that the script doesn't test for the key and tries it directly, causing a KeyError.