Error in Kodi Crash Log

Question out of interest, although my HBO-Go EU and Netflix addons work OK; from time to time I get a Kodi crash log and in the log the following entries :

2019-09-27 01:30:17.559 T:4066344976 NOTICE: VideoPlayer::OpenFile: plugin://plugin.video.hbogoeu/?url=https%3A%2F%2Fhrapi.hbogo.eu%2Fv5%2FContent%2FJson%2FENG%2FCOMP%2F21cb2e78-3617-a5af-d39f-8d9cfb03a223%2F&mode=5&name=Siren±+S2E13&cid=21cb2e78-3617-a5af-d39f-8d9cfb03a223&thumbnail=http://level3cdn.hbogo.eu/f8fd3683-fd10-fad6-99e4-237e5e60d8b4_m102930_hbo/images/29654332.jpg
2019-09-27 01:30:18.151 T:3707753344 NOTICE: Creating InputStream
2019-09-27 01:30:18.211 T:3707753344 ERROR: GetDirectory - Error getting /usr/lib/kodi/addons/inputstream.adaptive/

2019-09-27 02:12:04.664 T:4066344976 NOTICE: VideoPlayer::OpenFile: plugin://plugin.video.netflix/play/show/80022632/season/80022713/episode/80022583/
2019-09-27 02:12:04.665 T:3707753344 NOTICE: Creating InputStream
2019-09-27 02:12:04.672 T:3707753344 ERROR: GetDirectory - Error getting /usr/lib/kodi/addons/inputstream.adaptive/

Since my inputstream.adaptive is in my storage/.kodi/ addons/ folder and not in usr/lib/kodi/addons, I wonder how to avoid this errors ? No big thing since addons work as expected…

Try making a copy of the inputstream.adaptive directory structure where the log points to and see if the error disappears.

That folder isn’t a physical folder but created during CE boot and think it’s read only…