Hexer10 / youtube_explode_dart

Dart library to interact with many Youtube APIs

Home Page:https://pub.dev/packages/youtube_explode_dart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Unhandled exception in helpers_extension

jabirmayar opened this issue · comments

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Include the code which doesn't work in the code markdown..

    final channel = yt.channels.getUploadsFromPage('channeliD');

    channel.then((value) async {
      value.forEach((p0) {
        print("utube: $p0");
      });
     
    });

Stacktrace
Include here the stacktrace (if applicable).

Enviroment: (please complete the following information):

  • Enviroment: [Flutter o Dart VM]
  • Version [e.g. 2.8.4]
  • YoutubeExplode Version [tried on latest, 1.10.10+2, 1.10.10+1]
    Additional context
    Add any other context about the problem here.

Unhandled Exception: 'package:youtube_explode_dart/src/extensions/helpers_extension.dart': Failed assertion: line 141 pos 12: 'parts.length == 3': is not true.