Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
youtube-dl is unable to read cookies file for some reason, spits "ERROR: unable to open cookie file" #664
Comments
|
Are you sure the format of the cookie file is correct? Can you post an example file that causes the error? In any case, I added better debugging output in youtube-dl 2013.02.02. What output do you get with
|
|
Sorry, but without any additional information, all we can do is speculate about the contents of the cookie file. |
|
The cookie format is wget compatible, generated using cookie.txt export google chrome extension. Are you able to reproduce the behavior using cookie generated from this extension? |
|
Closing this as its too old |
|
Sorry, I don't follow. Can you still reproduce the problem? If so, please say so and we'll reopen this issue. It would be nice if you could provide the output of strace, as that should be able to tell us with definitive knowledge whether file opening really fails. |
youtube-dl is terminating with the error message:
ERROR: unable to open cookie fileBut the thing is the file exists, has correct permissions & the path is correct too. please see the log below
so I can't think of another reason other than this could be a bug. Thoughts?