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] getAboutPageByUsername Failed to perform an HTTP request to YouTube due to a fatal failure

azkadev opened this issue · comments

commented
import 'package:youtube_explode_dart/youtube_explode_dart.dart';

void main(List<String> args) async {
  var youtube = YoutubeExplode();
  var channel = await youtube.channels.getAboutPageByUsername("miawaug");
  print(channel);
}
FatalFailureException (FatalFailureException: Failed to perform an HTTP request to YouTube due to a fatal failure.
In most cases, this error indicates that YouTube most likely changed something, which broke the library.
If this issue persists, please report it on the project's GitHub page.
Request: GET https://www.youtube.com/user/@miawaug/about?hl=en
Response: (404)
)

I couldn't reproduce this, your error indicates you are passing @miawaug as an argument in youtube.channels.getAboutPageByUsername