You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When trying to play any music, Bastion is showing No results found and youtube-dl is giving a signature extraction error. Using keyword or URL for finding music doesn't make a difference as neither of them work.
To Reproduce
Steps to reproduce the behavior:
Run the command play
Wait for Bastion to respond with no results found
Check the logs to see the error (see below for the log)
Expected behavior
It should be able to play the music without any errors.
Screenshots
Environment:
Bastion: v7.0.0-alpha.63
Node.js: 10.13.0
Operating System: Debian 9
Architecture: 64bit
Additional context
Error log:
[ERROR]
{ Error: Command failed: /root/ganymede/node_modules/youtube-dl/bin/youtube-dl --dump-json --quiet --ignore-errors --simulate --no-warnings --format=bestaudio[protocol^=http] --user-agent=BastionDiscordBot/v7.0.0-alpha.63 (https://bastionbot.org) --referer=https://bastionbot.org --youtube-skip-dash-manifest -- ytsearch:sugar
ERROR: Signature extraction failed: Traceback (most recent call last):
File "/root/ganymede/node_modules/youtube-dl/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1221, in _decrypt_signature
video_id, player_url, s
File "/root/ganymede/node_modules/youtube-dl/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1130, in _extract_signature_function
res = self._parse_sig_js(code)
File "/root/ganymede/node_modules/youtube-dl/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1193, in _parse_sig_js
jscode, 'Initial JS player signature function name', group='sig')
File "/root/ganymede/node_modules/youtube-dl/bin/youtube-dl/youtube_dl/extractor/common.py", line 983, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract Initial JS player signature functionname; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
(caused by RegexNotFoundError(u'Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U 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;type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
at ChildProcess.exithandler (child_process.js:289:12)
at ChildProcess.emit (events.js:182:13)
at maybeClose (internal/child_process.js:962:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:251:5)
killed: false,
code: 1,
signal: null,
cmd:
'/root/ganymede/node_modules/youtube-dl/bin/youtube-dl --dump-json --quiet --ignore-errors --simulate --no-warnings --format=bestaudio[protocol^=http] --user-agent=BastionDiscordBot/v7.0.0-alpha.63 (https://bastionbot.org) --referer=https://bastionbot.org --youtube-skip-dash-manifest -- ytsearch:sugar' }
Trace
at Object.exports.error.message [as error] (/root/ganymede/handlers/logHandler.js:31:11)
at Object.exports.exec (/root/ganymede/commands/music/play.js:225:17)
at process._tickCallback (internal/process/next_tick.js:68:7)
[/ERROR]
This issue is not specific to Bastion. It's probably an issue with youtube-dl itself (ytdl-org/youtube-dl#18091)
The text was updated successfully, but these errors were encountered:
Describe the bug
When trying to play any music, Bastion is showing No results found and
youtube-dl
is giving a signature extraction error. Using keyword or URL for finding music doesn't make a difference as neither of them work.To Reproduce
Steps to reproduce the behavior:
play
Expected behavior
It should be able to play the music without any errors.
Screenshots
Environment:
v7.0.0-alpha.63
10.13.0
Additional context
Error log:
This issue is not specific to Bastion. It's probably an issue with
youtube-dl
itself (ytdl-org/youtube-dl#18091)The text was updated successfully, but these errors were encountered: