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
Search for an album or song using YouTube Music tabs.
Titles do not load correctly.
Clicking an album results in infinite loading.
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.
Steps to reproduce
Expected behavior
Actual behavior
https://music.youtube.com/playlist?list=OLAK5uy_m3se10UyzN9sygypuYrbc31NTzrN-eXEc&si=ygHr70dVeWcv9zek
https://www.youtube.com/playlist?list=https://music.youtube.comOLAK5uy_m3se10UyzN9sygypuYrbc31NTzrN-eXEc
https://music.youtube.com
in thelist
parameter appears to be causing the issue.LibreTube version
Libretube Nightly
Android version
Android 15
Other details
libre_log.txt
Acknowledgements
The text was updated successfully, but these errors were encountered: