- Issue created by @Anul
- Status changed to Fixed
over 1 year ago 9:40am 3 April 2023 Automatically closed - issue fixed for 2 weeks with no activity.
When I am trying to setup one of the brightcove accounts on our production site which has around 60k videos I am running into an issue and the batch process stucks at Brightcove Custom Field queue worker:
Error I am facing:
Drupal\Core\Entity\EntityStorageException: SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'description' at row 1: INSERT INTO "brightcove_custom_field" ("uuid", "langcode", "name", "api_client", "uid", "created", "changed", "status", "custom_field_id", "description", "required", "type") VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, :db_insert_placeholder_3, :db_insert_placeholder_4, :db_insert_placeholder_5, :db_insert_placeholder_6, :db_insert_placeholder_7, :db_insert_placeholder_8, :db_insert_placeholder_9, :db_insert_placeholder_10, :db_insert_placeholder_11); Array ( [:db_insert_placeholder_0] => <id> [:db_insert_placeholder_1] => en [:db_insert_placeholder_2] => Access Level [:db_insert_placeholder_3] => <brightcove_account> [:db_insert_placeholder_4] => 1 [:db_insert_placeholder_5] => 1679027218 [:db_insert_placeholder_6] => 1679027218 [:db_insert_placeholder_7] => 1 [:db_insert_placeholder_8] => accesslevel [:db_insert_placeholder_9] => Set the access level of this video asset.
Fix regarding this would be much appreciated. Thanks!
Fixed
3.1
Code
Automatically closed - issue fixed for 2 weeks with no activity.