You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems to be an edge case for some video files.
When the metadata info 'tracks' XML element is empty, this code will blow up: https://github.com/greatseth/mediainfo/blob/1eb021d8018a37b0cd3604d55c17a3e7a1eef56c/lib/mediainfo/tracks.rb#L40 since ::REXML::Element#text, i.e.: parameter.text will return nil.
The text was updated successfully, but these errors were encountered:
This seems to be an edge case for some video files.
When the metadata info 'tracks' XML element is empty, this code will blow up:
https://github.com/greatseth/mediainfo/blob/1eb021d8018a37b0cd3604d55c17a3e7a1eef56c/lib/mediainfo/tracks.rb#L40
since::REXML::Element#text
, i.e.:parameter.text
will returnnil
.The text was updated successfully, but these errors were encountered: