Good Afternoon! I recently tried rerunning the script for a class project but have been unsuccessful in rerunning the script. I have tried running in on Linux (multiple python versions and windows). I have no experience coding python and was able to figure out how to fix a couple of other errors before this one completely stumped me.
Traceback (most recent call last):
File "vgchartsfull2.py", line 29, in
for row in chart.find_all('tr')[1:]:
AttributeError: 'NoneType' object has no attribute 'find_all'
Any help will be greatly appreciated :)
Good Afternoon! I recently tried rerunning the script for a class project but have been unsuccessful in rerunning the script. I have tried running in on Linux (multiple python versions and windows). I have no experience coding python and was able to figure out how to fix a couple of other errors before this one completely stumped me.
Traceback (most recent call last):
File "vgchartsfull2.py", line 29, in
for row in chart.find_all('tr')[1:]:
AttributeError: 'NoneType' object has no attribute 'find_all'
Any help will be greatly appreciated :)