You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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
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'
The text was updated successfully, but these errors were encountered: