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

[adobepass] DIRECTV NOW login no longer working #17770

Open
ngdio opened this issue Oct 3, 2018 · 6 comments
Open

[adobepass] DIRECTV NOW login no longer working #17770

ngdio opened this issue Oct 3, 2018 · 6 comments

Comments

@ngdio
Copy link

@ngdio ngdio commented Oct 3, 2018

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2018.09.26. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.

  • I've verified and I assure that I'm running youtube-dl 2018.09.26

Before submitting an issue make sure you have:

  • At least skimmed through the README, most notably the FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones
  • Checked that provided video/audio/playlist URLs (if any) are alive and playable in a browser

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

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 the -v flag to your command line you run youtube-dl with (youtube-dl -v <your command line>), copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):

# youtube-dl --ap-mso ATTOTT --ap-username *** --ap-password *** http://www.usanetwork.com/mrrobot/videos/shutdown-r
[debug] System config: []
[debug] User config: ['--write-sub', '--sub-format', 'srt/vtt', '--sub-lang', 'de,en,deu,eng,de-DE,en-US,en-GB,de-de,en-us,en-gb', '-R', 'infinite', '--fragment-retries', 'infinite', '--socket-timeout', '10']
[debug] Custom config: []
[debug] Command-line args: ['-v']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2018.09.26
[debug] Python version 3.7.0 (CPython) - Linux-4.18.10-arch1-1-ARCH-x86_64-with-arch
[debug] exe versions: ffmpeg n4.0.2, ffprobe n4.0.2, rtmpdump 2.4
[debug] Proxy map: {}
[USANetwork] shutdown-r: Downloading webpage
[USANetwork] 3630251: Retrieving Authorization Token
ERROR: 0070-We updated our app. Just sign out and sign back into DIRECTV NOW this one time, and you'll be all set!

Description of your issue, suggested solution and other information

Authorizing through DIRECTV NOW to Adobe Pass-powered websites no longer works. Apparently the authorization schema has been changed. The error message also appeared in the browser, but disappeared after a relogin.

@ngdio ngdio changed the title DIRECTV NOW login no longer working [adobepass] DIRECTV NOW login no longer working Oct 3, 2018
@ngdio ngdio mentioned this issue Oct 6, 2018
5 of 9 tasks complete
@SkiTheSlicer
Copy link

@SkiTheSlicer SkiTheSlicer commented Nov 3, 2018

Commit 8598dd3 works for me for disneynow, but the PR does not.

[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2018.11.03
[debug] Python version 2.7.13 (CPython) - Windows-10-10.0.17134
[debug] exe versions: ffmpeg 3.4.1, ffprobe 3.4.1
[debug] Proxy map: {}
[Go] vdka0_93o4nu1g: Downloading webpage
[Go] VDKA0_93o4nu1g: Downloading JSON metadata
[Go] VDKA0_93o4nu1g: Downloading Provider Redirect Page
[Go] VDKA0_93o4nu1g: Downloading Provider Login Page
WARNING: unable to extract post url; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
[Go] VDKA0_93o4nu1g: Logging in
[Go] VDKA0_93o4nu1g: Confirming Login
[Go] VDKA0_93o4nu1g: Retrieving Session
ERROR: Unable to download webpage: HTTP Error 401: Unauthorized (caused by HTTPError()); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
  File "C:\Users\skitheslicer\git\youtube-dl\youtube_dl\extractor\common.py", line 605, in _request_webpage
    return self._downloader.urlopen(url_or_request)
  File "C:\Users\skitheslicer\git\youtube-dl\youtube_dl\YoutubeDL.py", line 2211, in urlopen
    return self._opener.open(req, timeout=self._socket_timeout)
  File "C:\Python27\lib\urllib2.py", line 435, in open
    response = meth(req, response)
  File "C:\Python27\lib\urllib2.py", line 548, in http_response
    'http', request, response, code, msg, hdrs)
  File "C:\Python27\lib\urllib2.py", line 473, in error
    return self._call_chain(*args)
  File "C:\Python27\lib\urllib2.py", line 407, in _call_chain
    result = func(*args)
  File "C:\Python27\lib\urllib2.py", line 556, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
@ngdio
Copy link
Author

@ngdio ngdio commented Nov 4, 2018

Problem is that the login page differs depending on which network you're trying to download from. I made an additional commit which I thought had fixed it, but apparently it didn't. I'll take another look as soon as I have a subscription again.

@shirt-dev
Copy link

@shirt-dev shirt-dev commented Nov 17, 2018

Any update on this?

@ngdio
Copy link
Author

@ngdio ngdio commented Dec 24, 2018

If somebody can provide me with login data, I can still try to fix this. I basically had the fix already, so it shouldn't be too difficult.

@jasonkingsley
Copy link

@jasonkingsley jasonkingsley commented Mar 4, 2019

@ngdio I have login data for Directv and would like to work with you in getting this working. Can you email me: klexen@gmail.com or Discord: klexen#5580

Thank you!

@rygood
Copy link

@rygood rygood commented Nov 9, 2019

I'm still having this issue with version 2019.11.05

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