Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

website not displayed in builder #97

Open
ohadh opened this issue May 31, 2018 · 4 comments
Open

website not displayed in builder #97

ohadh opened this issue May 31, 2018 · 4 comments
Labels
bug localization Issues related to the handling of multiple languages

Comments

@ohadh
Copy link

ohadh commented May 31, 2018

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"
        }
      }
    }
  ]
}
@pestevez pestevez added the bug label May 31, 2018
@pestevez
Copy link
Contributor

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.

@ohadh
Copy link
Author

ohadh commented May 31, 2018

ok thanx for the update

@dsbrianwebster
Copy link

Think this might be
Duplicate of #108

@pestevez pestevez added the localization Issues related to the handling of multiple languages label Feb 12, 2021
@pestevez
Copy link
Contributor

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 pestevez added needs investigation Issues that are potential bugs and removed needs investigation Issues that are potential bugs labels Feb 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug localization Issues related to the handling of multiple languages
Projects
None yet
Development

No branches or pull requests

3 participants