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

MediaCCC default kiosk extractor and kiosk list default kiosk don't match #1254

Open
6 tasks done
migalmoreno opened this issue Dec 30, 2024 · 0 comments
Open
6 tasks done
Labels
bug Issue is related to a bug

Comments

@migalmoreno
Copy link

Checklist

  • I am able to reproduce the bug with the latest version given here: CLICK THIS LINK.
  • I am aware that this issue is being opened for the NewPipe Extractor, NOT the app, and my bug report will be dismissed otherwise.
  • I made sure that there are no existing issues - open or closed - which I could contribute my information to.
  • I have taken the time to fill in all the required details. I understand that the bug report will be dismissed otherwise.
  • This issue contains only one bug.
  • I have read and understood the contribution guidelines.

Affected version

0.24.2

Steps to reproduce the bug

  1. Get the kiosk list for MediaCCC with getKioskList and receive a default kiosk via getDefaultKioskId.
  2. Get a default kiosk extractor for MediaCCC with getDefaultKioskExtractor
  3. Notice these don't match: 1 returns "recent" while 2 returns "conferences" for the extractor ID but returns related streams for the "recent" extractor

Expected behavior

The default kiosk should match in both cases for MediaCCC.

Actual behavior

You can try this by going to https://tubo.media/api-docs, executing the request with ID 2 for MediaCCC for /api/v1/services/{service-id}/default-kiosk and then executing the request for /api/v1/services/{service-id}/kiosks and you'll see the disparities in the results.

Screenshots/Screen recordings

No response

Logs

No response

Additional information

No response

@migalmoreno migalmoreno added the bug Issue is related to a bug label Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue is related to a bug
Projects
None yet
Development

No branches or pull requests

1 participant