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

Problem whit software #3118

Closed
jarvii opened this issue Jun 20, 2014 · 8 comments
Closed

Problem whit software #3118

jarvii opened this issue Jun 20, 2014 · 8 comments

Comments

@jarvii
Copy link

@jarvii jarvii commented Jun 20, 2014

I can not dowload anymore

WARNING: Warning: Falling back to static signature algorithm
[youtube] kigOAUK0hCQ: Downloading js player vflazPBMd
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 874, in _decrypt_signature
video_id, player_url, len(s)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 376, in _extract_signature_function
res = self._parse_sig_js(code)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 444, in _parse_sig_js
u'Initial JS player signature function name')
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 383, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.

WARNING: Warning: Falling back to static signature algorithm
[youtube] kigOAUK0hCQ: Downloading js player vflazPBMd

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jun 20, 2014

Duplicate of #3104. This issue was fixed in c26e9ac, run sudo youtube-dl -U to upgrade.

@dstftw dstftw closed this Jun 20, 2014
@jarvii
Copy link
Author

@jarvii jarvii commented Jun 21, 2014

I cant not download update

jarmoadmin@jarmo-EP149AA-AK8-SR1719SF-EL610:$ youtube-dl -U
It looks like you installed youtube-dl with a package manager, pip, setup.py or a tarball. Please use that to update.
jarmoadmin@jarmo-EP149AA-AK8-SR1719SF-EL610:
$

@phihag
Copy link
Contributor

@phihag phihag commented Jun 21, 2014

@jarvii How did you install youtube-dl? What operating system are you running?

If you used a package manager, you can always try updating all of your packages. If that does not help, contact your distribution's package maintainer.

You can also uninstall youtube-dl and re-install it with our manual installation scheme. For example, on debian or Ubuntu, the following should work:

sudo apt-get remove -y youtube-dl
sudo wget https://yt-dl.org/latest/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl
hash -r  # Optional
@jarvii
Copy link
Author

@jarvii jarvii commented Jun 23, 2014

I have uninstall and install again but now i have another fail message my os is ubuntu

jarmointernet@jarmo-EP149AA-AK8-SR1719SF-EL610:~$ youtube-dl -f 140 --extract-audio --audio-format mp3 --audio-quality 0 --cache-dir DIR http://www.youtube.com/watch?v=RphbaMI3ams
python: can't open file '/usr/local/bin/youtube-dl': [Errno 13] Permission denied

@jarvii
Copy link
Author

@jarvii jarvii commented Jun 23, 2014

I think it poor support in here so i have report negative about this adress is https://www.mywot.com/en/scorecard/rg3.github.io/comment-81057969

@phihag
Copy link
Contributor

@phihag phihag commented Jun 23, 2014

Look at the error message; it seems to be that your account harmointernet has - for some reason - no access to the file. Try running

sudo chmod a+rx /usr/local/bin/youtube-dl

That might just fix it. If it does not, please post the output of ls -l /usr/local/bin/.

We are happy to improve support if you tell us how we could improve it, or in fact, what you think went wrong in this ticket. Looking back at it, it seems to be one of the best support experiences one could ever have - we are even filling in for your distribution's packaging system that effected the problem in the first place.

Bear in mind that youtube-dl is a (non-profit) community project, supported by its users and developers. You did not pay us anything, and neither did you contribute.

@jarvii
Copy link
Author

@jarvii jarvii commented Jun 24, 2014

Its working, you comes whit wrong solution, take look yor first comment: "sudo chmod a+x /usr/local/bin/youtube-dl" what is send over 3 days and your last: "sudo chmod a+rx /usr/local/bin/youtube-dl"
what is send 12 Hours ago

@phihag
Copy link
Contributor

@phihag phihag commented Jun 24, 2014

Great to hear! Note that chmod a+x is sufficient with the default wget and umask configuration. It seems that on your system, the umask is set to something differently, or some other component interfered.

It would be nice if you could point out how you have configured your umask (and what its current value is), and what version of wget you are using (a good first step would be to reveal which distribution you are using). Thereby, we could analyze if this configuration is sufficiently common to warrant a change in our installation instructions.

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
3 participants
You can’t perform that action at this time.