Hi I recently started using Distill but I realized I’ve been getting errors. I’m trying to check when this item will get back in stock https://www.costco.ca/8-ft.-%c3%97-10-ft.-tarp%2c-3-pack-bluesilver.product.100806497.html
I’ve tried changing the selection to different parts to no success. Any help would be greatly appreciated thanks.
Error Details
Code: EXCEPTION
Msg: Failed to execute ‘setAttribute’ on ‘Element’: ‘xdel-only,’ is not a valid attribute name.
Recommended Actions
There is no information about this error
Selection Config
{
"selections": [
{
"frames": [
{
"index": 0,
"excludes": [],
"includes": [
{
"type": "xpath",
"expr": "//div[@id='product-details']/div[@class='row']",
"fields": [
{
"name": "text",
"type": "builtin"
}
]
},
{
"type": "xpath",
"expr": "(//div[@id='ctas']/ul[@role='presentation']/div)[2]",
"fields": [
{
"name": "text",
"type": "builtin"
}
]
}
]
}
],
"dynamic": true,
"delay": 2
}
],
"ignoreEmptyText": true,
"includeStyle": false,
"dataAttr": "text"
}