[GH-ISSUE #91] /api/stream returns Unauthorized #5917

Closed
opened 2026-04-19 07:56:22 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @thepwrtank18 on GitHub (Mar 1, 2023).
Original GitHub issue: https://github.com/imputnet/cobalt/issues/91

When making a POST request with the following data:

{"url": "https://www.youtube.com/watch?v=[url]"}

it returns 200 OK with the following data:

{
    "status": "stream",
    "url": "https://co.wukko.me/api/stream?t=[...]&e=[...]&h=[...]"
}

Opening that URL returns this:

{"status":"error","text":"Unauthorized"}
Originally created by @thepwrtank18 on GitHub (Mar 1, 2023). Original GitHub issue: https://github.com/imputnet/cobalt/issues/91 When making a POST request with the following data: ```json {"url": "https://www.youtube.com/watch?v=[url]"} ``` it returns 200 OK with the following data: ```json { "status": "stream", "url": "https://co.wukko.me/api/stream?t=[...]&e=[...]&h=[...]" } ``` Opening that URL returns this: ```json {"status":"error","text":"Unauthorized"} ```
GiteaMirror added the need more info label 2026-04-19 07:56:22 -05:00
Author
Owner

@wukko commented on GitHub (Mar 1, 2023):

does it happen with all videos you've tried, or only some? is only youtube affected?

<!-- gh-comment-id:1449409371 --> @wukko commented on GitHub (Mar 1, 2023): does it happen with all videos you've tried, or only some? is only youtube affected?
Author
Owner

@wukko commented on GitHub (Jun 1, 2023):

as you haven't replied in 2 months, i suppose the issue has been solved.

<!-- gh-comment-id:1571419913 --> @wukko commented on GitHub (Jun 1, 2023): as you haven't replied in 2 months, i suppose the issue has been solved.
Sign in to join this conversation.