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

Related Videos first page without results in v7.0.3 Beta 2 #572

Closed
Mo1967 opened this issue Feb 1, 2024 · 2 comments
Closed

Related Videos first page without results in v7.0.3 Beta 2 #572

Mo1967 opened this issue Feb 1, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@Mo1967
Copy link

Mo1967 commented Feb 1, 2024

Context

Please provide any relevant information about your setup

  • Add-on Version: 7.0.3 Beta 2
  • Kodi Version: Nexus 20.3
  • Kodi GUI Language: Default
  • Operating System: Android
  • Operating System Language: Default

Expected Behavior

First page with results to Related Videos of selected item.


Current Behavior

First page without results, in second page everything okay.


Log and sreenshot

https://paste.kodi.tv/eyezibeken.kodi

020124164418
020124165005


@Mo1967 Mo1967 added the bug Something isn't working label Feb 1, 2024
@Mo1967
Copy link
Author

Mo1967 commented Feb 2, 2024

@MoojMidge
excellent, first page filled out with bd13ff4
Thanks for the fast fix

@MoojMidge
Copy link
Collaborator

This is caused by issues with the Youtube response (may be a bug, may be a deliberate change) and effects all third party clients that utilise the same API endpoint eg TeamNewPipe/NewPipe#10808, FreeTubeApp/FreeTube#4625, iv-org/invidious#4415, etc

Looks those other projects are choosing to follow a similar approach as MoojMidge@bd13ff4 I.e. just load the continuation, but that is not a proper fix and will need further work.

In some instances there will be no continuation to load. The only correct way to workaround the issue is to either load the video watch page and get the related videos from there, along with any continuations that can then subsequently be loaded using the V1 API next endpoint, or alternatively get the response for a TV client via the next endpoint but which won't have any continuations.

This was how @RNavega originally did it here in #508 (comment), but I was trying to avoid the multiple requests and parsing the video watch page.

MoojMidge added a commit to MoojMidge/plugin.video.youtube that referenced this issue Feb 4, 2024
- Fix anxdpanic#572
- TODO: Improve behaviour of using ActivateWindow/ReplaceWindow with no listing
@MoojMidge MoojMidge mentioned this issue Feb 7, 2024
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

2 participants