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

ValueError: invalid literal for int() with base 10 #16856

Closed
romelako opened this issue Jun 28, 2018 · 0 comments
Closed

ValueError: invalid literal for int() with base 10 #16856

romelako opened this issue Jun 28, 2018 · 0 comments
Labels

Comments

@romelako
Copy link

@romelako romelako commented Jun 28, 2018

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 2018.06.25. 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.06.25

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

I am attempting to download a video from an .mpd file and I am getting the following error output:

ValueError: invalid literal for int() with base 10: '5166645.83333'

When looking within the .mpd file, this value is found within this block of the file:

<S t="264000000" d="6000000"/>
<S t="270000000" d="6000000"/>
<S t="276000000" d="5166645.83333"/>

This appears to be an issue of the program attempting to cast the float to an int and it cannot, so it's throwing an error. I saw that a bug fix was pushed to allow floats, but it doesn't appear to be working within the current version of the program.

@dstftw dstftw closed this Jun 29, 2018
@dstftw dstftw added the incomplete label Jun 29, 2018
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
2 participants
You can’t perform that action at this time.