- Issue created by @Josh Waihi
- πΊπΈUnited States japerry KVUO
This seems very similar to π DAM Asset Download not updating asset versions Active ?
When attempting the process the acquia_dam_asset_update queue, I see a repetitive error that and asset with a given UUID was not found (presumed removed). This message appears continually all the while, the queue does not decrease in size. I presume this is due to the item being released to be retried.
drush queue:run acquia_dam_asset_update
[error] Client error: `GET https://[REDACTED]/api/rest/asset/uuid/60726c3d-e768-420a-9048-ce75e00ab2c0/assetversions` resulted in a `404 Not Found` response:
@
"error": "Not Found",
"description": "Asset with UUID 60726c3d-e768-420a-9048-ce75e00ab2c0 not found"
[warning] Cannot get asset version list from API. Asset id: 60726c3d-e768-420a-9048-ce75e00ab2c0, error: API responded with status: 404. If the issue persist contact the site admin. Error message: Client error: `GET https://[REDACTED]/api/rest/asset/uuid/60726c3d-e768-420a-9048-ce75e00ab2c0/assetversions` resulted in a `404 Not Found` response:
{
"error": "Not Found",
"description": "Asset with UUID 60726c3d-e768-420a-9048-ce75e00ab2c0 not found"
}
Active
1.1
Code
This seems very similar to π DAM Asset Download not updating asset versions Active ?