Skip to content

Video playing issue #4142

@0xrish

Description

@0xrish

Official Instance

Describe the bug

java.io.IOException: java.util.concurrent.ExecutionException: java.lang.Exception: error sending request for url (https://www.youtube.com/youtubei/v1/visitor_id?prettyPrint=false)
at me.kavin.piped.utils.DownloaderImpl.execute(DownloaderImpl.java:117)
at org.schabi.newpipe.extractor.downloader.Downloader.post(Downloader.java:143)
at org.schabi.newpipe.extractor.downloader.Downloader.postWithContentType(Downloader.java:175)
at org.schabi.newpipe.extractor.downloader.Downloader.postWithContentTypeJson(Downloader.java:217)
at org.schabi.newpipe.extractor.downloader.Downloader.postWithContentTypeJson(Downloader.java:235)
at org.schabi.newpipe.extractor.services.youtube.YoutubeParsingHelper.getVisitorDataFromInnertube(YoutubeParsingHelper.java:1512)
at org.schabi.newpipe.extractor.services.youtube.YoutubeStreamHelper.getWebMetadataPlayerResponse(YoutubeStreamHelper.java:63)
at org.schabi.newpipe.extractor.services.youtube.extractors.YoutubeStreamExtractor.fetchHtml5Client(YoutubeStreamExtractor.java:914)
at org.schabi.newpipe.extractor.services.youtube.extractors.YoutubeStreamExtractor.onFetchPage(YoutubeStreamExtractor.java:823)
at org.schabi.newpipe.extractor.Extractor.fetchPage(Extractor.java:60)
at org.schabi.newpipe.extractor.stream.StreamInfo.getInfo(StreamInfo.java:77)
at org.schabi.newpipe.extractor.stream.StreamInfo.getInfo(StreamInfo.java:72)
at org.schabi.newpipe.extractor.stream.StreamInfo.getInfo(StreamInfo.java:67)
at me.kavin.piped.server.handlers.StreamHandlers.lambda$streamsResponse$0(StreamHandlers.java:54)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.lang.VirtualThread.run(VirtualThread.java:329)
Caused by: java.util.concurrent.ExecutionException: java.lang.Exception: error sending request for url (https://www.youtube.com/youtubei/v1/visitor_id?prettyPrint=false)
at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:396)
at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2096)
at me.kavin.piped.utils.DownloaderImpl.execute(DownloaderImpl.java:115)
... 15 more
Caused by: java.lang.Exception: error sending request for url (https://www.youtube.com/youtubei/v1/visitor_id?prettyPrint=false)

To Reproduce

https://piped.video/watch?v=Nq2wYlWFucg

Expected behavior

video and it metadata should be shown properly with the comments

Logs/Errors

No response

Browser, and OS with Version.

brave-win 11

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions