Commit 17a4616
committed
fix: resolve 500 errors on youtube mix playlists for android
This commit downgrades the Android client version from 21.02.35 to 20.01.35
and adds necessary headers (X-Goog-Visitor-Id, X-YouTube-Client-Name, and
X-YouTube-Client-Version) to the resolve and search methods.
Testing confirmed that version 21.02.35 (and 20.51.39) returns a 500
Internal Server Error when fetching Mix playlists via the /next endpoint.
Downgrading to 20.01.35 restores functionality while remaining as current
as possible.1 parent 5bf13e1 commit 17a4616
1 file changed
Lines changed: 14 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
64 | 68 | | |
65 | 69 | | |
66 | 70 | | |
| |||
269 | 273 | | |
270 | 274 | | |
271 | 275 | | |
272 | | - | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
273 | 283 | | |
274 | 284 | | |
275 | 285 | | |
| |||
0 commit comments