Exception Error when checking

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"
}

Hello @supervise6039, thanks for reporting the issue. Are you running this locally or in the cloud?

I am running this Locally

Thanks for the update. We found the root cause of the problem and fixed it in version 3.4.2. It is currently under review on the Chrome Web Store and should be available soon after it is approved. This is usually done in a day or two.

The updated version is now live!

1 Like

Seems to be working. Thanks for the help

1 Like