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

YouTube Music Search Tabs Not Loading Properly #7197

Open
3 tasks done
akashsriramganapathy opened this issue Mar 14, 2025 · 0 comments
Open
3 tasks done

YouTube Music Search Tabs Not Loading Properly #7197

akashsriramganapathy opened this issue Mar 14, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@akashsriramganapathy
Copy link

Steps to reproduce

  1. Search for an album or song using YouTube Music tabs.
  2. Titles do not load correctly.
  3. Clicking an album results in infinite loading.
  4. Pasting the album’s direct link works fine.

Expected behavior

  • Titles should load properly in search results.
  • Clicking an album should open without issues.

Actual behavior

  • Titles do not appear in search results.
  • Clicking an album leads to continuous loading.
  • Issue with the URL passed by LibreTube:
    • Actual album link (working):
      https://music.youtube.com/playlist?list=OLAK5uy_m3se10UyzN9sygypuYrbc31NTzrN-eXEc&si=ygHr70dVeWcv9zek
    • Link LibreTube tries to open (broken):
      https://www.youtube.com/playlist?list=https://music.youtube.comOLAK5uy_m3se10UyzN9sygypuYrbc31NTzrN-eXEc
    • The extra https://music.youtube.com in the list parameter appears to be causing the issue.

LibreTube version

Libretube Nightly

Android version

Android 15

Other details

  • Logs indicate potential issues with URL handling.
  • Log details:
    --------- beginning of main
    https://lh3.googleusercontent.com/XrNLfR2MkQDOZsh1bUtNx0zeg4WFN3zoFkIB7ExJ0KiD_MJqoddbNI29HYWjjuXQfuNeShRO2n-6FoFj=w544-h544-l90-rj (118ms, 106104-byte body)
    03-14 23:04:39.953 26353 26353 E kotlinx.coroutines.StandaloneCoroutine: org.schabi.newpipe.extractor.exceptions.ExtractionException: No service can handle the url = "https://www.youtube.com/playlist?list=https://music.youtube.comOLAK5uy_m3se10UyzN9sygypuYrbc31NTzrN-eXEc"
    03-14 23:04:45.359 26353 26353 E FrameTracker: force finish cuj, time out: J<IME_INSETS_HIDE_ANIMATION::1@[email protected]>
    03-14 23:04:56.790 26353 26353 E kotlinx.coroutines.StandaloneCoroutine: org.schabi.newpipe.extractor.exceptions.ExtractionException: Invalid response type (got "text/html; charset=UTF-8", expected JSON response) (response code 400)
    
    (Full logs attached for reference.)
    • Possible cause: Incorrect parsing of YouTube Music URLs, leading to improper formatting.

libre_log.txt

Acknowledgements

  • I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.
  • I have written a short but informative title.
  • I will fill out all of the requested information in this form.
@akashsriramganapathy akashsriramganapathy added the bug Something isn't working label Mar 14, 2025
@akashsriramganapathy akashsriramganapathy changed the title Steps to reproduce YouTube Music Search Tabs Not Loading Properly Mar 14, 2025
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

1 participant