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

bilibili is not working #676

Open
Josscii opened this issue Aug 8, 2024 · 8 comments
Open

bilibili is not working #676

Josscii opened this issue Aug 8, 2024 · 8 comments
Labels
bug Something isn't working

Comments

@Josscii
Copy link

Josscii commented Aug 8, 2024

bug description

Tried a lot of bilibili video links on cobalt.tools, it report error as follows:

i don't see anything i could download by your link. try a different one!

reproduction steps

  1. open cobalt.tools
  2. fill in the links
  3. tap go button

screenshots

image

links

https://b23.tv/plZiQz4
https://www.bilibili.com/video/BV1ka411H78B/?spm_id_from=333.337.search-card.all.click

platform information

  • OS [Mac OS]
  • browser [Chrome]
  • version [127.0.6533.89]

additional context

any bilibili links is not working

@Josscii Josscii added the bug Something isn't working label Aug 8, 2024
@ywllyht
Copy link

ywllyht commented Aug 8, 2024

I meet the same problem.

1 similar comment
@oslience11
Copy link

I meet the same problem.

@GGtray
Copy link

GGtray commented Aug 13, 2024

I meet the same problem, win11, browser Chrome, version: try cobalt.tools

@imputnet imputnet deleted a comment from KwiatekMiki Aug 17, 2024
@lyh1028
Copy link

lyh1028 commented Aug 17, 2024

same problem

@bb3k
Copy link

bb3k commented Aug 18, 2024

Running test 5: b23.tv shortlink
params:
{ url: 'https://b23.tv/lbMyOI9' }

Received:
{
status: 400,
body: { status: 'error', text: '!!ErrorCouldntFetch!!' }
}

❌ Fail. Expected: 200 & stream, received: 400 & error

Running test 6: bilibili.tv link
params:
{ url: 'https://www.bilibili.tv/en/video/4789599404426256' }

Received:
{
status: 400,
body: { status: 'error', text: '!!ErrorEmptyDownload!!' }
}

❌ Fail. Expected: 200 & stream, received: 400 & error

@wukko
Copy link
Member

wukko commented Aug 18, 2024

there’s no need to spam the issue, we see each and every message, including the original one. you can subscribe to updates of this issue and be notified when it’s resolved!

@gushenjie
Copy link

I meet the same problem. mac m2, os(13.2.1 (22D68))

Dobby233Liu added a commit to Dobby233Liu/bembedfix that referenced this issue Aug 25, 2024
Dobby233Liu added a commit to Dobby233Liu/bembedfix that referenced this issue Aug 27, 2024
@Dobby233Liu
Copy link

Dobby233Liu commented Aug 27, 2024

I tried to run tests locally, and surprisingly most of them ran successfully. I think I've been banned from .tv.

Running tests for bilibili...

Running test 1: 1080p video
params:
{ url: 'https://www.bilibili.com/video/BV18i4y1m7xV/' }
(node:14568) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)

Received:
{
  status: 200,
  body: {
    status: 'stream',
    url: 'xxx'
  }
}

✅ Success.

Running test 2: 1080p video muted
params:
{
  url: 'https://www.bilibili.com/video/BV18i4y1m7xV/',
  isAudioMuted: true
}

Received:
{
  status: 400,
  body: { status: 'error', text: '!!ErrorCouldntFetch!!' }
}

❌ Fail. Expected: 200 & stream, received: 400 & error

Running test 3: 1080p vertical video
params:
{ url: 'https://www.bilibili.com/video/BV1uu411z7VV/' }

Received:
{
  status: 200,
  body: {
    status: 'stream',
    url: 'xxx'
  }
}

✅ Success.

Running test 4: 1080p vertical video muted
params:
{
  url: 'https://www.bilibili.com/video/BV1uu411z7VV/',
  isAudioMuted: true
}

Received:
{
  status: 200,
  body: {
    status: 'stream',
    url: 'xxx'
  }
}

✅ Success.

Running test 5: b23.tv shortlink
params:
{ url: 'https://b23.tv/lbMyOI9' }

Received:
{
  status: 400,
  body: { status: 'error', text: '!!ErrorCouldntFetch!!' }
}

❌ Fail. Expected: 200 & stream, received: 400 & error

Running test 6: bilibili.tv link
params:
{ url: 'https://www.bilibili.tv/en/video/4789599404426256' }

Received:
{
  status: 400,
  body: { status: 'error', text: '!!ErrorEmptyDownload!!' }
}

❌ Fail. Expected: 200 & stream, received: 400 & error

Note that b23.tv links expire now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

9 participants