Note that there are some explanatory texts on larger screens.

plurals
  1. POHTML5 Websocket Script working in Ubuntu, not working in Win7 or WinXP
    primarykey
    data
    text
    <p>I've installed <a href="https://github.com/lemmingzshadow/php-websocket" rel="nofollow noreferrer">lemmingzshadow / php-websocket</a> on my Win7 machine, which was pretty simple to do:</p> <ol> <li>unzipped the content into my htdocs folder.</li> <li>executed server.php from command line.</li> <li>requested the file /client/status.html from a browser that supports Websockets.</li> </ol> <h3>Now here's what I get on the local machine running Google Chrome 19 / Windows 7</h3> <p><img src="https://i.stack.imgur.com/CcBwy.jpg" alt="Win7"> <a href="https://i.stack.imgur.com/CcBwy.jpg" rel="nofollow noreferrer">click to enlarge</a></p> <p>It says "connected" for 30 seconds (displaying no info from the server) then says "disconnected", and here's the related command line output:</p> <p><img src="https://i.stack.imgur.com/7uZmh.jpg" alt="command line report"></p> <h3>Exact same issue when accessing the script through LAN from another computer with Firefox 12 / WinXP</h3> <p><img src="https://i.stack.imgur.com/KiCkR.jpg" alt="winXP"> <a href="https://i.stack.imgur.com/KiCkR.jpg" rel="nofollow noreferrer">click to enlarge</a></p> <h3>It only seems to work when accessing it from my VirtualBox Ubuntu, using either Firefox 7.0.1 or Chromium</h3> <p><img src="https://i.stack.imgur.com/g5Z8D.jpg" alt="Ubuntu"> <a href="https://i.stack.imgur.com/g5Z8D.jpg" rel="nofollow noreferrer">click to enlarge</a></p> <p>It's been days since I've trying to figure out why this is happening, tried other Websocket scripts and they only work when I access them from Ubuntu. I even installed this same script on Ubuntu / XAMPP and was still stuck with the same issue (script running fine on Ubuntu but not on the other operating systems).</p> <p>I'm going crazy over this, any idea why it's happening??</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload