dmunozv04 / iSponsorBlockTV

SponsorBlock client for all YouTube TV clients.
GNU General Public License v3.0
2.21k stars 92 forks source link

"Could not find video id" Using a 2022 Apple TV 4k #40

Closed ghstzch closed 1 year ago

ghstzch commented 1 year ago

I am running an Apple 2022 4k now and was able to get past the issues with it not detecting during setup.

But once I have the API key added, it will pull the video ID up but not load any of the sponsorblock data to skip segments. Please see attached for the debug log and screenshot of console.

Screenshot 2023-04-16 at 10 41 46 AM
ghstzch commented 1 year ago

isponsorblocktv debug.zip

dmunozv04 commented 1 year ago

Would you mind providing the categories that you have selected to skip on the config file?

ghstzch commented 1 year ago

Thanks for the quick response!

"skip_categories": ["sponsor,", "selfpromo,", "interaction,", "intro,", "outro,", "filler"]}

dmunozv04 commented 1 year ago

Edit: I did change the text in the configurator, explaining to not add trailing ,. If you remove them, your problem will most likely be fixed. I'd like to thank you for sending debug logs and all details without having to ask for them They should look like this: "skip_categories": ["sponsor", "selfpromo", "interaction", "intro", "outro", "filler"]}

oxixes commented 1 year ago

Fixed by #42, which allows comma separated categories

dmunozv04 commented 1 year ago

Thanks random internet stranger for your great PR. I'll proceed to close this issue as solved.