Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Manifest takes time to load. #324

Open
3 of 5 tasks
sheikhhaziq opened this issue Jan 8, 2025 · 4 comments
Open
3 of 5 tasks

[Bug]: Manifest takes time to load. #324

sheikhhaziq opened this issue Jan 8, 2025 · 4 comments
Labels
bug Something isn't working

Comments

@sheikhhaziq
Copy link

What happened?

When fetching the manifest using getManifest(videoId), it takes more than 4 seconds to load. Previously, it usually loaded within second or two. I tried with latest version avialable on pub i.e. 2.3.6, which gives error now, as well as with 2.3.8 , which takes time.

final Stopwatch stopwatch = Stopwatch()..start();
StreamManifest manifest =
    await ytExplode.videos.streamsClient.getManifest(videoId);
print('Manifest loaded in ${stopwatch.elapsedMilliseconds}ms');

Output is: Manifest loaded in 6500ms.
[Note]: I have good internet speed (50MB/s)

Stacktrace / error logs.

No response

Package (youtube_explode_dart) version

2.3.8

Checklist

  • I have provided a descriptive title
  • I have searched the issues of this repository and believe that this is not a duplicate
  • I have tested with the latest version of the library
  • (If relevant) I can open the video/playlist in a incognito/private window without being logged in.
  • I have sponsored the project

Additional notes

No response

@sheikhhaziq sheikhhaziq added the bug Something isn't working label Jan 8, 2025
@SaahoKnight
Copy link

SaahoKnight commented Jan 8, 2025

Is your Android client working? Is the return URL (video link for download)Access Denied (403)?

@secret3579
Copy link

Same issue!

@sheikhhaziq
Copy link
Author

sometimes i get

   YoutubeExplodeException: Video xTvyyoF_LZY returned 403 (stream: 137)

@Purehi
Copy link

Purehi commented Jan 13, 2025

Same issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants