Skip to content

Conversation

@dagwieers
Copy link
Collaborator

For some reason unclear yet, I ended up with a widevinecdm.so that had
size 0, so obviosuly it didn't match the regexp and match would be None.

Resulting in:

File "/storage/.kodi/addons/script.module.inputstreamhelper/lib/inputstreamhelper/__init__.py",
line 244, in _get_lib_version
  return match.group(0).lstrip('0')
AttributeError: 'NoneType' object has no attribute 'group'

For some reason unclear yet, I ended up with a widevinecdm.so that had
size 0, so obviosuly it didn't match the regexp and match would be None.

Resulting in:

File "/storage/.kodi/addons/script.module.inputstreamhelper/lib/inputstreamhelper/__init__.py",
line 244, in _get_lib_version
  return match.group(0).lstrip('0')
AttributeError: 'NoneType' object has no attribute 'group'
@mediaminister
Copy link
Collaborator

Looks good to me.

@dagwieers dagwieers merged commit bda852e into emilsvennesson:master Nov 5, 2019
@dagwieers dagwieers modified the milestones: v0.5.0, v0.4.4 May 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants