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
{{ message }}
This repository was archived by the owner on May 17, 2021. It is now read-only.
Every day at midnight I get the following exception from the Fritzbox Binding:
2014-12-15 00:00:07.708 ERROR o.o.b.f.i.FritzboxBinding[:435]- Lost connection to FritzBox
java.net.SocketException: Socket closed
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:152)
at java.net.SocketInputStream.read(SocketInputStream.java:122)
at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283)
at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325)
at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177)
Probably this is related to reconnecting to the box. The functionality seems not to be affected but I think there should not be any exception if everything is working fine.
The text was updated successfully, but these errors were encountered:
Every day at midnight I get the following exception from the Fritzbox Binding:
2014-12-15 00:00:07.708 ERROR o.o.b.f.i.FritzboxBinding[:435]- Lost connection to FritzBox
java.net.SocketException: Socket closed
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:152)
at java.net.SocketInputStream.read(SocketInputStream.java:122)
at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283)
at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325)
at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177)
Probably this is related to reconnecting to the box. The functionality seems not to be affected but I think there should not be any exception if everything is working fine.
The text was updated successfully, but these errors were encountered: