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

DownloadError: ERROR: Unable to extract uploader id #31588

Closed
forceCpp opened this issue Feb 18, 2023 · 6 comments
Closed

DownloadError: ERROR: Unable to extract uploader id #31588

forceCpp opened this issue Feb 18, 2023 · 6 comments

Comments

@forceCpp
Copy link

forceCpp commented Feb 18, 2023

hi i am using youtube-dl with discord.py it worked pretty good but now i am getting this error

Command raised an exception: DownloadError: ERROR: Unable to extract uploader id; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

  File "/home/landrar/.local/lib/python3.10/site-packages/discord/ext/commands/core.py", line 229, in wrapped
    ret = await coro(*args, **kwargs)
  File "/home/landrar/devs/openDiscordBot/main.py", line 77, in play
    info = ytdl.extract_info(url, download=False)
  File "/home/landrar/.local/lib/python3.10/site-packages/youtube_dl/YoutubeDL.py", line 808, in extract_info
    return self.__extract_info(url, ie, download, extra_info, process)
  File "/home/landrar/.local/lib/python3.10/site-packages/youtube_dl/YoutubeDL.py", line 824, in wrapper
    self.report_error(compat_str(e), e.format_traceback())
  File "/home/landrar/.local/lib/python3.10/site-packages/youtube_dl/YoutubeDL.py", line 628, in report_error
    self.trouble(error_message, tb)
  File "/home/landrar/.local/lib/python3.10/site-packages/youtube_dl/YoutubeDL.py", line 598, in trouble
    raise DownloadError(message, exc_info)
youtube_dl.utils.DownloadError: ERROR: Unable to extract uploader id; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/landrar/.local/lib/python3.10/site-packages/discord/ext/commands/bot.py", line 1349, in invoke
    await ctx.command.invoke(ctx)
  File "/home/landrar/.local/lib/python3.10/site-packages/discord/ext/commands/core.py", line 1023, in invoke
    await injected(*ctx.args, **ctx.kwargs)  # type: ignore
  File "/home/landrar/.local/lib/python3.10/site-packages/discord/ext/commands/core.py", line 238, in wrapped
    raise CommandInvokeError(exc) from exc
discord.ext.commands.errors.CommandInvokeError: Command raised an exception: DownloadError: ERROR: Unable to extract uploader id; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.```


** updated youtube-dl and reinstalled it and changed the code, but i am still getting this error** 

@MintKakapo
Copy link

MintKakapo commented Feb 18, 2023

Yeah, we're currently talking about this issue in my thread over at #31535— I've listed some resources/other threads talking about what's happening. They're working on it! #31530

@comicsansgreenki
Copy link

comicsansgreenki commented Feb 18, 2023

Duplicate of #31530. Please try to follow the checklist instead of marking all of them as completed.
oh yeah and use the template!

@MintKakapo
Copy link

Looks like you didn't find #31530.

Whoops - - I'll reference that one from now on; I was leaving it open for discussion of coding developments—I was linking to mine for general discussion of the topic. Sorry about that

@dirkf dirkf closed this as completed Feb 19, 2023
@dirkf
Copy link
Contributor

dirkf commented Feb 19, 2023

And in general, #30839.

@dirkf dirkf closed this as not planned Won't fix, can't repro, duplicate, stale Feb 19, 2023
@DirtyDovi

This comment was marked as spam.

@dimarhill

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants