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

TestDownload.test_MLB_4 fails #13777

Closed
mmcru opened this issue Jul 30, 2017 · 0 comments
Closed

TestDownload.test_MLB_4 fails #13777

mmcru opened this issue Jul 30, 2017 · 0 comments

Comments

@mmcru
Copy link
Contributor

@mmcru mmcru commented Jul 30, 2017

Please follow the guide below

  • You will be asked some questions and requested to provide some information, please read them carefully and answer honestly
  • Put an x into all the boxes [ ] relevant to your issue (like this: [x])
  • Use the Preview tab to see what your issue will actually look like

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2017.07.30.1. 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 2017.07.30.1

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

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

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 ```):

>>>python test/test_download.py TestDownload.test_MLB_4
[MLB] blue-jays-kevin-pillar-goes-spidey-up-the-wall-to-rob-tim-beckham-of-a-homer: Downloading webpage
[MLB] 75609783: Downloading XML
[info] Writing video description metadata as JSON to: test_MLB_4_75609783.info.json
[debug] Invoking downloader on 'http://mediadownloads.mlb.com/mlbam/2015/06/12/mlbtv_tbator_75609783_1800K.mp4'
[download] Destination: test_MLB_4_75609783.mp4
[download] 100% of 10.00KiB in 00:00
F
======================================================================
FAIL: test_MLB_4 (__main__.TestDownload):
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test/test_download.py", line 228, in test_template
    self.assertEqual(tc['md5'], md5_for_file)
AssertionError: 'b190e70141fb9a1552a85426b4da1b5d' != 'aafaf5b0186fee8f32f20508092f8111'
- b190e70141fb9a1552a85426b4da1b5d
+ aafaf5b0186fee8f32f20508092f8111

Description of your issue, suggested solution and other information

Simple test failure; maybe the md5 has changed since the test was written?

I'm able to run the other tests successfully.

[debug] Python version 3.6.2 - Windows-10-10.0.10586-SP0

@dstftw dstftw closed this in bbbe1ce Aug 4, 2017
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
1 participant
You can’t perform that action at this time.