skip to Main Content

I’ve added some video on a Shopify page, but I can see only grey box.
Looking at lan traffic I can see that the Youtube and Vimeo resource are blocked with NS_BINDING_ABORTED
enter image description here
Does anyone know why and how to fix the error?
Thanks!

2

Answers


  1. It could have been very much better if you would have elaborated your question.
    I can give you an insight of what basically: NS_BINDING_ABORTED is.
    NS_BINDING_ABORTED error happens because the browser is navigated away from the page before it receives a response from server(In your case: Shopify).
    Hence, in short… There is no problem with your video, you shall refresh the page and attempt to see it again.
    Thanks😃

    Login or Signup to reply.
  2. if you are using HTTP monitoring tools like Fiddler or HTTP Fox then check this link :
    https://kb.webtrends.com/articles/Information/NS-BINDING-ABORTED-status-message-in-http-debugger/?l=en_US&fs=RelatedArticle

    otherwise please elaborate the question with your deployment environment, especially from a technical view of how you implemented this and getting this error. Thanks.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search