You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 with2.3.8
, which takes time.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
Additional notes
No response
The text was updated successfully, but these errors were encountered: