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

my issue.. #9941

Closed
littleandmemo opened this issue Jun 29, 2016 · 1 comment
Closed

my issue.. #9941

littleandmemo opened this issue Jun 29, 2016 · 1 comment

Comments

@littleandmemo
Copy link

@littleandmemo littleandmemo commented Jun 29, 2016

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\new\AppData\Local\Programs\Python\Python35-32\lib\site-packages\discord\client.py", line 244, in _run_event
yield from getattr(self, event)(_args, *_kwargs)
File "C:\Users\new\AppData\Local\Programs\Python\Python35-32\lib\site-packages\discord\ext\commands\bot.py", line 619, in on_message
yield from self.process_commands(message)
File "C:\Users\new\AppData\Local\Programs\Python\Python35-32\lib\site-packages\discord\ext\commands\bot.py", line 611, in process_commands
yield from command.invoke(ctx)
File "C:\Users\new\AppData\Local\Programs\Python\Python35-32\lib\site-packages\discord\ext\commands\core.py", line 384, in invoke
yield from injected(_ctx.args, *_ctx.kwargs)
File "C:\Users\new\AppData\Local\Programs\Python\Python35-32\lib\site-packages\discord\ext\commands\core.py", line 47, in wrapped
ret = yield from coro(_args, *_kwargs)
File "C:\Users\new\AppData\Local\Programs\Python\Python35-32\cmnd.1.py", line 741, in p
player = await voice.create_ytdl_player(string)
File "C:\Users\new\AppData\Local\Programs\Python\Python35-32\lib\site-packages\discord\voice_client.py", line 475, in create_ytdl_player
info = yield from self.loop.run_in_executor(None, func)
File "C:\Users\new\AppData\Local\Programs\Python\Python35-32\lib\asyncio\futures.py", line 358, in iter
yield self # This tells Task to wait for completion.
File "C:\Users\new\AppData\Local\Programs\Python\Python35-32\lib\asyncio\tasks.py", line 290, in _wakeup
future.result()
File "C:\Users\new\AppData\Local\Programs\Python\Python35-32\lib\asyncio\futures.py", line 274, in result
raise self._exception
File "C:\Users\new\AppData\Local\Programs\Python\Python35-32\lib\concurrent\futures\thread.py", line 55, in run
result = self.fn(_self.args, *_self.kwargs)
File "C:\Users\new\AppData\Local\Programs\Python\Python35-32\lib\site-packages\youtube_dl\YoutubeDL.py", line 691, in extract_info
self.report_error(compat_str(e), e.format_traceback())
File "C:\Users\new\AppData\Local\Programs\Python\Python35-32\lib\site-packages\youtube_dl\YoutubeDL.py", line 550, in report_error
self.trouble(error_message, tb)
File "C:\Users\new\AppData\Local\Programs\Python\Python35-32\lib\site-packages\youtube_dl\YoutubeDL.py", line 520, in trouble
raise DownloadError(message, exc_info)
youtube_dl.utils.DownloadError: ERROR: Signature extraction failed: Traceback (most recent call last):
File "C:\Users\new\AppData\Local\Programs\Python\Python35-32\lib\site-packages\youtube_dl\extractor\youtube.py", line 995, in _decrypt_signature
video_id, player_url, s
File "C:\Users\new\AppData\Local\Programs\Python\Python35-32\lib\site-packages\youtube_dl\extractor\youtube.py", line 910, in _extract_signature_function
res = self._parse_sig_js(code)
File "C:\Users\new\AppData\Local\Programs\Python\Python35-32\lib\site-packages\youtube_dl\extractor\youtube.py", line 973, in _parse_sig_js
initial_function = jsi.extract_function(funcname)
File "C:\Users\new\AppData\Local\Programs\Python\Python35-32\lib\site-packages\youtube_dl\jsinterp.py", line 241, in extract_function
raise ExtractorError('Could not find JS function %r' % funcname)
youtube_dl.utils.ExtractorError: Could not find JS function 'wr'; 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.
(caused by ExtractorError("Could not find JS function 'wr'; 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.",)); 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.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jun 29, 2016

You are using an outdated version of youtube-dl. Read our FAQ if you have troubles updating.

@dstftw dstftw closed this Jun 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.