当我尝试从 MTurk(沙盒)中删除 HIT 时,我遇到了一个非常烦人的问题:我使用 CreateHIT 操作成功创建了一个 HIT,并在 DeleteHIT 操作之后使用 UpdateExpirationForHIT “删除”了 HIT。
现在我想使用完全相同的 HITType 和(元)数据再次创建 HIT——但这不起作用。
现在来自 SDK 的响应是:An error occurred (RequestError) when calling the CreateHITWithHITType operation: The HIT with ID "3ZRKL6Z1EIWONTTELLYOUGUYS" already exists. (1615913987819 s)
这很奇怪,因为它没有出现在 ListHITs 响应中,也没有出现在 SDK 或浏览器提供的任何其他操作中。
所以我尝试运行 UpdateExpirationForHIT 并得到以下响应:An error occurred (RequestError) when calling the UpdateExpirationForHIT operation: Hit 3ZRKL6Z1EIWONTTELLYOUGUYS does not exist. (1615914016394 s)
当我尝试直接运行 DeleteHIT 时,我得到以下响应:An error occurred (RequestError) when calling the DeleteHIT operation: This HIT is currently in the state 'Disposed'. This operation can be called with a status of: Reviewing, Reviewable (1615914769957 s)
所以我的问题是:如何永久删除处于“已处置”状态的 HIT?