[SOLVED] Cloud client down

Hi,

The power was disconnected a few times while my Windows computer with the Openhab2 as a service was running. Now the cloud is still working but my client Windows is down (connection refused).

See below log
2019-01-26 11:59:45.042 [ERROR] [io.openhabcloud.internal.CloudClient] - Socket.IO error: {}
io.socket.engineio.client.EngineIOException: websocket error
at io.socket.engineio.client.Transport.onError(Transport.java:71) [248:org.openhab.io.openhabcloud:2.4.0]
at io.socket.engineio.client.transports.WebSocket.access$500(WebSocket.java:28) [248:org.openhab.io.openhabcloud:2.4.0]
at io.socket.engineio.client.transports.WebSocket$2$5.run(WebSocket.java:150) [248:org.openhab.io.openhabcloud:2.4.0]
at io.socket.thread.EventThread$2.run(EventThread.java:80) [248:org.openhab.io.openhabcloud:2.4.0]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:?]
at java.lang.Thread.run(Thread.java:748) [?:?]
Caused by: java.io.EOFException
at okio.RealBufferedSource.require(RealBufferedSource.java:59) ~[?:?]
at okio.RealBufferedSource.readByte(RealBufferedSource.java:72) ~[?:?]
at okhttp3.internal.ws.WebSocketReader.readHeader(WebSocketReader.java:115) ~[?:?]
at okhttp3.internal.ws.WebSocketReader.processNextFrame(WebSocketReader.java:104) ~[?:?]
at okhttp3.internal.ws.RealWebSocket.readMessage(RealWebSocket.java:97) ~[?:?]
at okhttp3.ws.WebSocketCall.createWebSocket(WebSocketCall.java:152) ~[?:?]
at okhttp3.ws.WebSocketCall.access$000(WebSocketCall.java:41) ~[?:?]
at okhttp3.ws.WebSocketCall$1.onResponse(WebSocketCall.java:97) ~[?:?]
at okhttp3.RealCall$AsyncCall.execute(RealCall.java:126) ~[?:?]
at okhttp3.internal.NamedRunnable.run(NamedRunnable.java:32) ~[?:?]
… 3 more
2019-01-26 11:59:45.044 [INFO ] [io.openhabcloud.internal.CloudClient] - Disconnected from the openHAB Cloud service (UUID = 35162d0b-b834-4c18-abcb-c67512aa8533, base URL = http://localhost:8080)
2019-01-26 11:59:46.970 [INFO ] [io.openhabcloud.internal.CloudClient] - Connected to the openHAB Cloud service (UUID = 35162d0b-b834-4c18-abcb-c67512aa8533, base URL = http://localhost:8080)
2019-01-26 12:34:27.311 [INFO ] [radfri.handler.TradfriGatewayHandler] - Bridge configuration updated. Updating paired things (if any).
2019-01-26 12:34:31.272 [ERROR] [io.openhabcloud.internal.CloudClient] - null
2019-01-26 12:34:31.272 [WARN ] [io.openhabcloud.internal.CloudClient] - Jetty request 352907 failed: null
2019-01-26 12:34:31.273 [WARN ] [io.openhabcloud.internal.CloudClient] - Request Failure: null
2019-01-26 12:34:31.274 [WARN ] [io.openhabcloud.internal.CloudClient] - Response Failure: null
2019-01-26 12:34:31.275 [WARN ] [io.openhabcloud.internal.CloudClient] - Jetty request 353025 failed: null
2019-01-26 12:34:31.275 [WARN ] [io.openhabcloud.internal.CloudClient] - Response Failure: null
2019-01-26 12:34:31.275 [WARN ] [io.openhabcloud.internal.CloudClient] - Jetty request 353051 failed: null
etc.

Does anyone konw how to solve this ?

thanks

Walter

Restart OH.

If that doesn’t work then uninstall the binding and reinstall. This has been an issue for several others, hopefully it gets fixed soon.

Great advise. reinstalled all bindings, restart Windows / openhab. De-installed google home Ikea etc. reinstalled and now its working again : local host up and running !

Solved

Good to hear.:+1:

Please click the square box (lower right corner) on the post that provided the solution.

Thanks

@Walter1 you only need to restart OH when having this issue. Uninstalling the cloud binding only if the restart doesn’t work but uninstalling all bindings is not necessary as you will most likely see this issue again. Or I should say you may see this issue again until a fix is released.