WebSockets not working in Internet Explorer 10

14,220

Stumbled upon same issue today.

After some investigation it turned out that i have changed the browser and document mode of the rendering engine using Developer tools (F12).

Setting back document mode back to Standards fixed the problem for me.

Share:
14,220
Jonathan
Author by

Jonathan

Builder of rich interactive experiences with ranging technologies that include .net, node, sql, angular, and much more.

Updated on June 04, 2022

Comments

  • Jonathan
    Jonathan almost 2 years

    I am using web sockets in a web application and they have stopped working in Internet Explorer, but after a little research no site with web sockets is working. Sites like twitter show the same error message in the IE console.

    Here is the error:

    SCRIPT12004: An internal error occurred in the Microsoft Internet extensions
    

    I have tried resetting all settings for IE and I have reset the web sockets according to this article: http://answers.microsoft.com/en-us/ie/forum/ie9-windows_7/an-internal-error-occurred-in-the-microsoft/c3a186ac-4db0-46b5-b2ba-d134086bb293?msgId=47625912-31b8-44b7-be85-45562ac5767c

    After trying everything I still can't find an answer or get it to work.

  • Matty Brown
    Matty Brown over 7 years
    This problem has been driving me nuts. Document mode was on Edge (Default), tested and got 12004, set to IE 10, tested OK, set back to Edge (Default), tested OK. Now I can't get it to fail, whereas before I couldn't get it to work. Not convinced that this is the fix, but at least for today following the steps in this answer has cured the problem for this user.