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.
aenetworks error #10345
aenetworks error #10345
Comments
|
Did you put the |
|
I have tried several .netrc variations, and nothing seems to work. |
|
Well, currently only DTV is supported. /cc @remitamine, who knows more about Adobe Pass. |
|
the error said that youtube-dl couldn't find the netrc file, the error is not related to AdobePass, i think with this kind of error any extractor that needs auth won't work. |
|
I just created a new .netrc file, with DirecTV credentials. .netrc file:
This is what I get now:
|
|
you don't have to add an entry for every site, just add this:
and it will work with extractors that support Adobe Pass auth. |
|
Thank you!! Thank you!! Thank you!! |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like that [x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2016.08.13. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Add
-vflag to your command line you run youtube-dl with, copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):If the purpose of this issue is a site support request please provide all kinds of example URLs support for which should be included (replace following example URLs by yours):
Description of your issue, suggested solution and other information
Always get this error on any aenetworks video:
Traceback (most recent call last):
File "main.py", line 19, in
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpz_7f3hc1\build\youtube_dl__init__.py", line 433, in main
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpz_7f3hc1\build\youtube_dl__init__.py", line 423, in _real_main
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpz_7f3hc1\build\youtube_dl\YoutubeDL.py", line 1786, in download
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpz_7f3hc1\build\youtube_dl\YoutubeDL.py", line 691, in extract_info
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpz_7f3hc1\build\youtube_dl\extractor\common.py", line 347, in extract
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpz_7f3hc1\build\youtube_dl\extractor\aenetworks.py", line 114, in _real_extract
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpz_7f3hc1\build\youtube_dl\extractor\theplatform.py", line 227, in _extract_mvpd_auth
File "C:\Python\Python34\lib\netrc.py", line 32, in init
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\steven.netrc'
Yes, these videos require a login. I use DirecTV. The videos play fine in IE. I have tried using a cookies.txt file, unsuccessfully.
I have tried creating a .netrc file, but that does not seem to matter either.
Any suggestions, or is this an extractor issue?
Thanks.