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

Error with new installation of youtube-dl #6589

Closed
Dreeg opened this issue Aug 17, 2015 · 3 comments
Closed

Error with new installation of youtube-dl #6589

Dreeg opened this issue Aug 17, 2015 · 3 comments

Comments

@Dreeg
Copy link

@Dreeg Dreeg commented Aug 17, 2015

Hi all,
on RPi2 with Raspbian I just installed youtube-dl and when I try to DL a videos the software return me this error:

Traceback (most recent call last):
File "/usr/bin/youtube-dl", line 75, in
import xml.etree.ElementTree
ValueError: bad marshal data (unknown type code)

@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Aug 17, 2015

Can you run the following command:

$ python -c 'import xml.etree.ElementTree as ET; print(ET)'                   

The result should look like:

<module 'xml.etree.ElementTree' from '/usr/lib/python3.4/xml/etree/ElementTree.py'>
@Dreeg
Copy link
Author

@Dreeg Dreeg commented Aug 27, 2015

The result of

python -c 'import xml.etree.ElementTree as ET; print(ET)'

is

Traceback (most recent call last):
  File "<string>", line 1, in <module>
ValueError: bad marshal data (unknown type code)
@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Aug 27, 2015

This should be a Raspbian issue rather than youtube-dl's problem. Try to ask for help on RPi forums.

@yan12125 yan12125 closed this Aug 27, 2015
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.