You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: