MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.

    need help trying to understand this error... and how to fix it.

    Troubleshooting
    3
    3
    662
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • justjim1220
      justjim1220 Module Developer last edited by

      Not sure what it means or how to fix it…

      Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://www.youtube.com') does not match the recipient window's origin ('http://localhost:8080').
      

      "Life's Too Short To Dance With Ugly People"
      Jim Hallock - 1995

      S 1 Reply Last reply Reply Quote 0
      • A
        acimail01 last edited by acimail01

        have the same problem.did you solve it?

        1 Reply Last reply Reply Quote 0
        • S
          sdetweil @justjim1220 last edited by

          @justjim1220 this is called a cross site scripting error… scammers started sending messages to random websites, collecting/stealing data (they look at the javascript and see there is a message or method that could return customer info)… so the browsers have implemented a restriction… if your request is not from the same site family, it is rejected…

          www.example.com -> youtube.com, fails.
          www.example.com -> www.example.com/some/path, is allowed

          I don’t know how to get around it… google search

          Sam

          Create a working config
          How to add modules

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          • First post
            Last post
          Enjoying MagicMirror? Please consider a donation!
          MagicMirror created by Michael Teeuw.
          Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy