Closed kiall closed 7 years ago
Nope, not fixed and still happening:
0 --------- beginning of main
1 01-20 15:08:23.950 I/ie.macinnes.tvheadend.sync.EpgSyncTask( 1827): Initial sync completed
2 01-20 15:08:23.968 I/ie.macinnes.tvheadend.sync.EpgSyncService( 1827): Stopping EPG Sync Service
3 01-20 15:08:23.968 I/ie.macinnes.htsp.Connection( 1827): Closing HTSP Connection, End State: 0
4 01-20 15:08:23.968 I/ie.macinnes.htsp.Connection( 1827): Calling SocketChannel close
5 01-20 15:08:23.968 W/ie.macinnes.htsp.Connection( 1827): Calling Selector close
6 01-20 15:08:23.980 E/ie.macinnes.htsp.Connection( 1827): Something failed - shutting down
7 01-20 15:08:23.980 E/ie.macinnes.htsp.Connection( 1827): java.nio.channels.ClosedChannelException
8 01-20 15:08:23.980 E/ie.macinnes.htsp.Connection( 1827): at sun.nio.ch.SocketChannelImpl.ensureWriteOpen(SocketChannelImpl.java:268)
9 01-20 15:08:23.980 E/ie.macinnes.htsp.Connection( 1827): at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:477)
10 01-20 15:08:23.980 E/ie.macinnes.htsp.Connection( 1827): at ie.macinnes.htsp.Connection.processWritableSelectionKey(Connection.java:466)
11 01-20 15:08:23.980 E/ie.macinnes.htsp.Connection( 1827): at ie.macinnes.htsp.Connection.run(Connection.java:153)
12 01-20 15:08:23.980 E/ie.macinnes.htsp.Connection( 1827): at java.lang.Thread.run(Thread.java:761)
13 01-20 15:08:23.992 I/ie.macinnes.htsp.Connection( 1827): Connection already closed, ignoring close request
14 01-20 15:08:23.993 E/ACRA ( 1827): ACRA caught a NullPointerException for ie.macinnes.tvheadend
15 01-20 15:08:23.993 E/ACRA ( 1827): java.lang.NullPointerException: Attempt to invoke virtual method 'java.nio.channels.SelectionKey java.nio.channels.SelectableChannel.register(java.nio.channels.Selector, int)' on a null object reference
16 01-20 15:08:23.993 E/ACRA ( 1827): at ie.macinnes.htsp.Connection.sendMessage(Connection.java:340)
17 01-20 15:08:23.993 E/ACRA ( 1827): at ie.macinnes.htsp.Connection.sendMessage(Connection.java:351)
18 01-20 15:08:23.993 E/ACRA ( 1827): at ie.macinnes.htsp.tasks.GetFileTask.sendFileRead(GetFileTask.java:160)
19 01-20 15:08:23.993 E/ACRA ( 1827): at ie.macinnes.htsp.tasks.GetFileTask.sendFileRead(GetFileTask.java:142)
20 01-20 15:08:23.993 E/ACRA ( 1827): at ie.macinnes.htsp.tasks.GetFileTask.onMessage(GetFileTask.java:102)
21 01-20 15:08:23.993 E/ACRA ( 1827): at ie.macinnes.htsp.Connection$3.run(Connection.java:447)
22 01-20 15:08:23.993 E/ACRA ( 1827): at android.os.Handler.handleCallback(Handler.java:751)
23 01-20 15:08:23.993 E/ACRA ( 1827): at android.os.Handler.dispatchMessage(Handler.java:95)
24 01-20 15:08:23.993 E/ACRA ( 1827): at android.os.Looper.loop(Looper.java:154)
25 01-20 15:08:23.993 E/ACRA ( 1827): at android.os.HandlerThread.run(HandlerThread.java:61)
26 01-20 15:08:24.039 I/ie.macinnes.tvheadend.sync.EpgSyncService( 1827): Starting EPG Sync Service
27 01-20 15:08:24.053 I/ie.macinnes.htsp.Connection( 1827): Opening HTSP Connection
The new HTSP lib just merged will have fixed this (the original code is gone)..