Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web XR server does not work with latest version of aframe.js 1.4.2 #117

Open
jharaldson opened this issue Aug 20, 2023 · 0 comments
Open

Comments

@jharaldson
Copy link

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant