DominicMaas / youtube-extractor

YouTube stream extractor library for Dart. Based on YouTubeExplode by Tyrrrz.
MIT License
85 stars 27 forks source link

Unhandled Exception: NoSuchMethodError: The method '>' was called on null. #22

Open Matze5590 opened 4 years ago

Matze5590 commented 4 years ago

I get this error on a newly uploaded video. Other videos are working. Whats wrong here?

Unhandled Exception: NoSuchMethodError: The method '>' was called on null. Receiver: null Tried calling: >(0)

0 Object.noSuchMethod (dart:core-patch/object_patch.dart:53:5)

1 YouTubeExtractor.getMediaStreamsAsync (package:youtube_extractor/youtube_extractor.dart:104:25)