Replies: 2 comments
-
Here we cannot fix errors of other addons like InputStream Helper |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for getting back to me. It decided to start working last night. I
didn't make any change.
Cheers,
David.
…--
Mob: +61-4-11513404
On Wed, 13 Oct 2021 at 03:14, Stefano Gottardo ***@***.***> wrote:
Here we cannot fix errors of other addons like InputStream Helper
please report the problem to the right addon
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1242 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AL27SLNLGAMGTRTM4BPN7H3UGRNFZANCNFSM5FWO33KA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
All videos fail with the message:
Could not make the request. Your internet may be down...
After pressing No I then get
InputStream Helper has generated an internal error: NoneType oject has no attribute strip
It was working with release 18 of Kodi a few months ago. When I restarted this box just recently it wouldn't start. So I upgraded to 19 Matrix and upgraded all tyhe add-ons. I also installed kodi-inputstream-adaptive_19.0.0-1_focal_amd64.deb
The log shows
2021-10-11 00:09:32.414 T:51807 WARNING <general>: CGUIWindowManager - HandleAction - ignoring action 107, because topmost modal dialog closing animation is running 2021-10-11 00:09:32.631 T:52435 INFO <general>: Skipped 18 duplicate messages.. 2021-10-11 00:09:32.631 T:52435 INFO <general>: CPythonInvoker(9, /home/kodi/.kodi/addons/plugin.video.netflix/addon.py): script successfully run 2021-10-11 00:09:32.648 T:51807 ERROR <general>: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.netflix/play/show/81039388/season/81185402/episode/81185681/?profile_guid=WSDCXZ7FVBFE3PY4WBG445BPZM] 2021-10-11 00:09:38.185 T:51807 WARNING <general>: CGUIWindowManager - HandleAction - ignoring action 107, because topmost modal dialog closing animation is running 2021-10-11 00:09:39.351 T:52435 INFO <general>: Skipped 12 duplicate messages.. 2021-10-11 00:09:39.351 T:52435 INFO <general>: initializing python engine. 2021-10-11 00:09:49.768 T:52435 WARNING <general>: [script.module.inputstreamhelper] Download failed with error <urlopen error [Errno 101] Network is unreachable> 2021-10-11 00:10:39.100 T:51807 WARNING <general>: CGUIWindowManager - HandleAction - ignoring action 107, because topmost modal dialog closing animation is running 2021-10-11 00:10:39.317 T:52435 ERROR <general>: Skipped 6 duplicate messages.. 2021-10-11 00:10:39.317 T:52435 ERROR <general>: [plugin.video.netflix (2)] Traceback (most recent call last): File "/home/kodi/.kodi/addons/plugin.video.netflix/resources/lib/navigation/player.py", line 104, in get_inputstream_listitem inputstream_ready = is_helper.check_inputstream() File "/home/kodi/.kodi/addons/script.module.inputstreamhelper/lib/inputstreamhelper/__init__.py", line 407, in check_inputstream return self._check_drm() File "/home/kodi/.kodi/addons/script.module.inputstreamhelper/lib/inputstreamhelper/__init__.py", line 359, in _check_drm return self._check_widevine() File "/home/kodi/.kodi/addons/script.module.inputstreamhelper/lib/inputstreamhelper/__init__.py", line 329, in _check_widevine self._update_widevine() File "/home/kodi/.kodi/addons/script.module.inputstreamhelper/lib/inputstreamhelper/__init__.py", line 284, in _update_widevine latest_version = latest_available_widevine_from_repo().get('version') File "/home/kodi/.kodi/addons/script.module.inputstreamhelper/lib/inputstreamhelper/widevine/widevine.py", line 175, in latest_available_widevine_from_repo cdm_versions = http_get(config.WIDEVINE_VERSIONS_URL).strip('\n').split('\n') AttributeError: 'NoneType' object has no attribute 'strip'
How can I fix?
Beta Was this translation helpful? Give feedback.
All reactions