Systeminfo error in log, still not fixed?

Hi,

After upgrading to 2.4, I still get a

2018-12-31 11:24:35.121 [ERROR] [ding.systeminfo.internal.handler.SysteminfoHandler] - No information for channel network#ip with device intex 0 :
    org.openhab.binding.systeminfo.internal.model.DeviceNotFoundException: Device with index: 0 can not be found!
            at org.openhab.binding.systeminfo.internal.model.OshiSysteminfo.getDevice(OshiSysteminfo.java:101) ~[?:?]
            at org.openhab.binding.systeminfo.internal.model.OshiSysteminfo.getNetworkIp(OshiSysteminfo.java:293) ~[?:?]
            at org.openhab.binding.systeminfo.internal.handler.SysteminfoHandler.getInfoForChannel(SysteminfoHandler.java:403) ~[?:?]
            at org.openhab.binding.systeminfo.internal.handler.SysteminfoHandler.publishDataForChannel(SysteminfoHandler.java:249) ~[?:?]
            at org.openhab.binding.systeminfo.internal.handler.SysteminfoHandler.publishData(SysteminfoHandler.java:242) ~[?:?]
            at org.openhab.binding.systeminfo.internal.handler.SysteminfoHandler.lambda$2(SysteminfoHandler.java:231) ~[?:?]
            at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:?]
            at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:?]
            at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) [?:?]
            at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) [?:?]
            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) [?:?]

Error. Searching around, I did find a PR but it seems not fixed (yet). Searching further, I found on github the following line:

logger.error("No information for channel {} with device intex {} :", channelID, deviceIndex, e);

here at line 445.

Does anyone else has this problem too?

It only occurs when OH is restarted so not a major thing but it would be neat if it is just fixed. I just assume ‘index’ should be ‘index’

Best regards