You can't synchronize the subscription between sites because when the config importer goes to import it a second time, Brightcove fails with a 404 that the subscription already exists. This hard failure prevents further synchronization. When syncing the configuration or installing a new site, it exists from the previous configuration, and thus shouldn't be a hard failure. One possible solution, provided as a patch here, is just to remove the existing subscription endpoint before creating a new one. Another possible solution is to catch the 404 and fail more gracefully. I did not do that solution, because I'm not sure what else can cause a 404, and I didn't want to look at string text to find the exact error.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

douggreen created an issue. See original summary.

douggreen’s picture

Status: Active » Needs review
FileSize
1.15 KB

patch attached

douggreen’s picture

FileSize
1.17 KB

Cleaner patch attached (the last one built ontop of previous ones and applied with offsets).

douggreen’s picture

FileSize
1.14 KB

Updated to latest head

yce’s picture

Status: Needs review » Fixed

It should be fixed now in the 1.3 version, the subscriptions are no longer config entities.

Status: Fixed » Closed (fixed)

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