instant-articles-builder icon indicating copy to clipboard operation
instant-articles-builder copied to clipboard

website not displayed in builder

Open ohadh opened this issue 7 years ago • 4 comments

Steps required to reproduce the problem

  1. open instant articles builder
  2. enter url www.cbtisrael.co.il or article post within site

Expected Result

  • expect to see website displayed

Actual Result

  • display windows remains blank, no elements shown

Environment Info

VERSION: 0.2.0 URL: https://www.cbtisrael.co.il/2018/05/29/%D7%94%D7%A4%D7%A8%D7%A2%D7%AA-%D7%90%D7%9B%D7%99%D7%9C%D7%94-%D7%9E%D7%9E%D7%94-%D7%A0%D7%95%D7%91%D7%A2%D7%AA-%D7%90%D7%9B%D7%99%D7%9C%D7%94-%D7%A8%D7%92%D7%A9%D7%99%D7%AA/ RULES:

{
  "generator_name": "facebook-instant-articles-builder",
  "generator_version": "0.2.0",
  "rules": [
    {
      "class": "TextNodeRule"
    },
    {
      "class": "BlockquoteRule",
      "selector": "blockquote"
    },
    {
      "class": "ParagraphRule",
      "selector": "p"
    },
    {
      "class": "H2Rule",
      "selector": "h2"
    },
    {
      "class": "H1Rule",
      "selector": "h1"
    },
    {
      "class": "ListElementRule",
      "selector": "ol, ul"
    },
    {
      "class": "ListItemRule",
      "selector": "li"
    },
    {
      "class": "AnchorRule",
      "selector": "a",
      "properties": {
        "anchor.href": {
          "attribute": "href",
          "selector": "a",
          "type": "string"
        }
      }
    },
    {
      "class": "ItalicRule",
      "selector": "i"
    },
    {
      "class": "EmphasizedRule",
      "selector": "em"
    },
    {
      "class": "BoldRule",
      "selector": "b, strong"
    },
    {
      "class": "ImageRule",
      "selector": "img",
      "properties": {
        "image.url": {
          "attribute": "src",
          "selector": "img",
          "type": "string"
        },
        "image.caption": {
          "attribute": "src",
          "selector": "img",
          "type": "element"
        }
      }
    }
  ]
}

ohadh avatar May 31 '18 10:05 ohadh

Hi @ohadh, thanks for reporting this issue. I am able to reproduce the problem you describe. Our team will investigate what is causing it. We will post updates here once we have more information.

pestevez avatar May 31 '18 18:05 pestevez

ok thanx for the update

ohadh avatar May 31 '18 18:05 ohadh

Think this might be Duplicate of #108

dsbrianwebster avatar Jul 02 '19 01:07 dsbrianwebster

I believe this is related with the way we are calling the preview service and that it is not handling correctly the unicode characters. Need to investigate more.

pestevez avatar Feb 12 '21 17:02 pestevez