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

Parser won't work #3

Open
alternativex opened this issue Dec 21, 2016 · 2 comments
Open

Parser won't work #3

alternativex opened this issue Dec 21, 2016 · 2 comments

Comments

@alternativex
Copy link

alternativex commented Dec 21, 2016

I get this error

Downloading data from: http://www.umdmusic.com/default.asp?Lang=English&Chart=D
Traceback (most recent call last):
File "downloader.py", line 51, in
main()
File "downloader.py", line 32, in main
for row in main_table.tbody.children:
AttributeError: 'NoneType' object has no attribute 'children'

@alternativex alternativex changed the title I can Parser won't work Dec 21, 2016
@alternativex
Copy link
Author

I was not able to use the html5lib see error

Traceback (most recent call last):
File "downloader.py", line 51, in
main()
File "downloader.py", line 15, in main
soup = BeautifulSoup(html, "html5lib")
File "build/bdist.macosx-10.12-intel/egg/bs4/init.py", line 165, in init

@ghost
Copy link

ghost commented Jan 30, 2017

Make sure you have html5lib installed. You can use pip to install it or conda if you are running anaconda

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant