This repository has been archived by the owner on Jan 21, 2024. It is now read-only.
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.
Open
Description
Checklist
- I am using the latest version - 0.21.8
- I checked, but didn't find any duplicates (open OR closed) of this issue in the repo.
- I have read the contribution guidelines given at https://github.com/TeamNewPipe/NewPipe/blob/HEAD/.github/CONTRIBUTING.md.
- This issue contains only one bug. I will open one issue for every bug report I want to file.
Steps to reproduce the bug
- Host private SponsorBlock instance
- Set API URL in NewPipe to
http://(server ip)/api/
, in my case that'shttp://192.168.2.151/api/
- Play any video
Actual behavior
The private SponsorBlock API is never accessed. Thus SponsorBlock does not appear to function on device.
The instance does work, as when tested from a different device using SponsorBlock for Firefox, it functions normally. The instance also works from a web browser on the device running NewPipe, indicating there's no apparent connection issues between the instance server and the device running NewPipe.
When using the official SponsorBlock API, (https://sponsor.ajay.app/api/
), everything functions normally.
Expected behavior
NewPipe should send requests to the private SponsorBlock instance, just like it does with the official instance.
Device info
- Android version/Custom ROM version: Android 10, LineageOS 17.1
- Device model: OnePlus Nord
Edit: After posting this issue I saw I was one version behind. I have updated and the issue remains.