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
322 stars 141 forks source link

[BUG] youtube video is not playing due to api failure "youtubei/v1/player" which gives this issue " "playabilityStatus": { "status": "LOGIN_REQUIRED", "reason": "Please sign in" }," #304

Closed chiku7665 closed 1 week ago

chiku7665 commented 1 week ago

Describe the bug Youtube video is not playing

To Reproduce This is curl of api:-

curl --location 'https://www.youtube.com/youtubei/v1/player?key=AIzaSyA8eiZmM1FaDVjRy-df2KTyQ_vz_yYM39w&prettyPrint=false' \ --header 'Content-Type: application/json' \ --header 'Accept-Language: en-US,en;q=0.9' \ --data '{ "context": { "client": { "clientName": "ANDROID_CREATOR", "clientVersion": "24.24.100", "androidSdkVersion": 30, "hl": "en", "gl": "US", "utcOffsetMinutes": 0 } }, "videoId": "Tu6GFBRd5eQ" }'

You can check with different videoId as well, I am getting below response and my video doesn't getting play :- { "responseContext": { "visitorData": "CgtBbzRiYkhvX3VFTSj-iO64BjIKCgJJThIEGgAgMQ%3D%3D", "serviceTrackingParams": [ { "service": "GFEEDBACK", "params": [ { "key": "is_alc_surface", "value": "false" }, { "key": "is_viewed_live", "value": "False" }, { "key": "ipcc", "value": "0" }, { "key": "logged_in", "value": "0" }, { "key": "e", "value": "9407157,23966208,24004644,24077241,24181174,24241378,24459436,24542367,24548629,24556101,39325413,39327451,39327468,51009781,51017346,51020570,51025415,51050361,51053689,51054999,51064835,51111738,51115184,51117319,51124104,51129210,51133103,51144925,51152050,51157411,51157841,51158514,51160545,51162170,51165467,51169039,51169118,51176511,51177793,51177817,51178982,51182851,51183910,51190652,51195231,51217504,51219964,51222382,51223961,51227037,51227291,51228350,51230241,51230478,51230710,51231814,51237842,51239093,51241028,51242448,51243940,51246250,51248255,51248734,51251836,51255676,51255680,51255708,51255743,51256074,51256084,51258066,51263957,51266454,51267567,51269739,51269914,51270302,51275785,51276557,51276565,51276641,51276684,51280515,51281227,51285717,51287196,51287500,51287512,51289938,51293898,51294322,51295132,51295408,51296439,51298019,51298830,51299711,51299724,51299901,51300415,51300699,51302492,51302680,51303665,51303667,51303670,51303789,51304155,51304277,51305839,51306416,51307502,51307812,51308045,51308060,51310323,51312688,51313149,51313530,51313768,51313850,51315208,51316744,51318240,51319713,51321868,51322837,51323365,51324382,51324388,51325281,51326932,51329227" } ] }, { "service": "LISTNR", "params": [ { "key": "e", "value": "51299724,51217504,51255676,51280515,51302492,24459436,51313768,51323365,51162170,51287196,51293898,24542367,39327468,51177793,51160545,51227291,51294322,51313149,51255708,51009781,51303667,51322837,51298019,51230478,51269739,51310323,51064835,51251836,51326932,51303789,51223961,51230241,51313530,51158514,51202133,51313850,51321868,51237842,51303670,51248734,51239093,51308045,51255680,51329227,51295408,51307502,51176511,24286257,51304277,51277250,24548629,51256084,51124104,24556101,51266454,51304155,51117319,24181174,51129210,51157411,51246250,51152050,51276684,51299711,51315208,24274141,51222382,51296439,51053689,51189308,51074286,51020570,51177817,51287500,51258066,51298830,51054999,51195231,51299901,51230710,51276557,51285717,51300415,51300699,51302680,51303665,51307812,51308060,51242448,51248255,51050361,51178982,39327451,39325413,51025415,51256074,51289938,51255743,51169039,51169118,51182851,24220751,51190652,51305839,51312688,51275785,51276565,51111738" } ] } ], "maxAgeSeconds": 0 }, "playabilityStatus": { "status": "LOGIN_REQUIRED", "reason": "Please sign in" }, "trackingParams": "CAAQu2kiEwjSmsiTuqmJAxVEBbcAHTF6ArM=", "adBreakHeartbeatParams": "Q0FBJTNE" }

Enviroment: (please complete the following information):

Hexer10 commented 1 week ago

Please follow the request template and provide the code that is not working along with the proper logs.