snuffyDev / Beatbump

Alternative YouTube Music frontend built with Svelte/SvelteKit 🎧
https://beatbump.io/
GNU Affero General Public License v3.0
1.05k stars 87 forks source link

[BUG] Music doesn’t play. #229

Open LostShadowGD opened 4 months ago

LostShadowGD commented 4 months ago

Describe the bug Music doesn’t play. I get the error typeerror:%200undefined%20is%20not%20an%20object%20(evaluating%20'((v=n==null?void%0AO:n.streamingData)==null?void%0A0:v.h%7CsManifestUrl)%20replace')(copied from a screenshot) To Reproduce Steps to reproduce the behavior:

  1. Play 99% of songs.
  2. It doesn’t play and gives you the error.

Expected behavior The song plays with no errors.

Smartphone:

Additional context This hasn’t worked for about 4 months now, not sure what’s going on.

dillfrescott commented 4 months ago

Not just you. Happens even when running locally. YouTube probably changed something and broke this app. :(

dillfrescott commented 4 months ago

Console output of the issue it seems:

RESPONSE {
  responseContext: {
    visitorData: 'Cgs4NXM0ZlVZenJXbyjojMGxBjIKCgJVUxIEGgAgOg%3D%3D',
    serviceTrackingParams: [ [Object], [Object], [Object] ],
    maxAgeSeconds: 120
  },
  contents: { tabbedSearchResultsRenderer: { tabs: [Array] } },
  trackingParams: 'CAAQvGkiEwjwstHy4eiFAxUCyRYJHa2SDl8='
}
RESULTS {
  results: [
    { contents: [Array], header: [Object] },
    { contents: [Array], header: [Object] },
    { contents: [Array], header: [Object] },
    { contents: [Array], header: [Object] },
    { contents: [Array], header: [Object] },
    { contents: [Array], header: [Object] },
    { contents: [Array], header: [Object] },
    { contents: [Array], header: [Object] }
  ],
  continuation: {}
}
HttpError { status: 400, body: { message: 'Bad Request' } }