I have created new api client and I deleted it. with the same api credentials, I have created new api with different entity_id. when I do "syn all" in brightcove status. It throwing error as "call to function getPlaylist() on null". I think if condition is missing there. I have added that in this patch. please review.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

saranya ashokkumar’s picture

Status: Active » Needs review
FileSize
788 bytes
yce’s picture

Status: Needs review » Fixed

Hi,

When the queue worker runs, the related api client must exist, so the error is correct, it shouldn't ignore it.
What was missing is that the queues were not cleared when an api client was deleted.

I've updated the module's dev version to make sure that all of the queues are emptied when an api client is deleted.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.