MusicBot: Can't add music in queue

Please tick all applicable boxes.

  • [v] I am using Python 3.5 or higher (run python --version on the command line)
  • [v] I have followed the official guides to install the bot for my system
  • [v] I have updated my dependencies to the latest version using the appropriate update script

Which version are you using?

  • [v] The latest master version (1.9.8)
  • [] The latest review version

What type of issue are you creating?

  • [v] Bug
  • [] Feature request
  • [] Question

Description of issue

Steps to reproduce


Log file

Please attach your MusicBot log file (located at logs/musicbot.log) to this issue. You can do so by dragging and dropping the file here. If you do not include your log file, you WILL be asked to provide one.

Error:ERROR: Signature extraction failed: Traceback (most recent call last): File “/usr/local/lib/python3.5/dist-packages/youtube_dl/extractor/youtube.py”, line 1225, in _decrypt_signature video_id, player_url, s File “/usr/local/lib/python3.5/dist-packages/youtube_dl/extractor/youtube.py”, line 1133, in _extract_signature_function res = self._parse_sig_js(code) File “/usr/local/lib/python3.5/dist-packages/youtube_dl/extractor/youtube.py”, line 1200, in _parse_sig_js initial_function = jsi.extract_function(funcname) File “/usr/local/lib/python3.5/dist-packages/youtube_dl/jsinterp.py”, line 245, in extract_function raise ExtractorError(‘Could not find JS function %r’ % funcname) youtube_dl.utils.ExtractorError: Could not find JS function ‘encodeURIComponent’ (caused by ExtractorError(“Could not find JS function ‘encodeURIComponent’”,))

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 23 (11 by maintainers)

Most upvoted comments

The script youtube-dl is installed in '/home/parkkw472/.local/bin' which is not on PATH would be the issue there

just run sudo python3 -m pip install -U youtube-dl