- Issue created by @narbehm
After updating from 2.0.0 to 2.0.2, site crashes with php error:
TypeError: Drupal\dubbot\Client::dubbotApiUrl(): Return value must be of type string, null returned in Drupal\dubbot\Client->dubbotApiUrl() (line 216 of /var/www/html/drupal/docroot/modules/contrib/dubbot/src/Client.php).
The Client.php file line 216 is attempting to read the api_url config and if the api url is not set, null is returned and null check is missing.
Our dubbot settings (/admin/config/content/dubbot/settings) did not have a api url configured and the field states "Update only if directed to do so."
Active
2.0
Code