Hexer10 / youtube_explode_dart

Dart library to interact with many Youtube APIs
https://pub.dev/packages/youtube_explode_dart
BSD 3-Clause "New" or "Revised" License
299 stars 122 forks source link

Error when getting the comments of a video with comments disabled #229

Closed pesutsoos closed 1 year ago

pesutsoos commented 1 year ago

Describe the bug Getting comments on a YouTube video where comments are turner off produces a "Null check operator used on a null value" error.

For example the following video has comments turned off: https://www.youtube.com/watch?v=jtHb94_MLEE

To Reproduce

CommentsList? commentsList = await youtubeExplode.videos.commentsClient.getComments(video);
Hexer10 commented 1 year ago

Thanks for reporting this is fixed in v1.12.3.