When upgrading aframe.js from version 1.0.4 to 1.4.2 the web browser connection is not recognized, i.e. the status remains "no connected web browsers...", and the following error is thrown in the terminal.
Aug 21, 2023 1:27:17 AM org.nanohttpd.protocols.http.response.Response send
SEVERE: Could not send response to the client
java.net.SocketException: An established connection was aborted by the software in your host machine
at java.base/sun.nio.ch.NioSocketImpl.implWrite(NioSocketImpl.java:420)
at java.base/sun.nio.ch.NioSocketImpl.write(NioSocketImpl.java:440)
at java.base/sun.nio.ch.NioSocketImpl$2.write(NioSocketImpl.java:826)
at java.base/java.net.Socket$SocketOutputStream.write(Socket.java:1035)
at java.base/java.io.OutputStream.write(OutputStream.java:127)
at org.nanohttpd.protocols.http.response.ChunkedOutputStream.write(ChunkedOutputStream.java:68)
at java.base/java.util.zip.GZIPOutputStream.finish(GZIPOutputStream.java:167)
at org.nanohttpd.protocols.http.response.Response.sendBodyWithCorrectEncoding(Response.java:310)
at org.nanohttpd.protocols.http.response.Response.sendBodyWithCorrectTransferAndEncoding(Response.java:299)
at org.nanohttpd.protocols.http.response.Response.send(Response.java:268)
at org.nanohttpd.protocols.http.HTTPSession.execute(HTTPSession.java:435)
at org.nanohttpd.protocols.http.ClientHandler.run(ClientHandler.java:75)
at java.base/java.lang.Thread.run(Thread.java:833)
When upgrading aframe.js from version 1.0.4 to 1.4.2 the web browser connection is not recognized, i.e. the status remains "no connected web browsers...", and the following error is thrown in the terminal.