Problem/Motivation

There are some cases (in my case, when there was an embedding error coming from the server) - when the `$event->getInput()` returns a string instead of an object.

This needs to be handled carefully (instead it explodes now in a fatal error).

Comments

nikro created an issue.