artemk1337 / python-hltv-parser

The unofficial HLTV Python API
MIT License
5 stars 2 forks source link

when try to get urls have this issue AttributeError: 'NoneType' object has no attribute 'find_all' #3

Open vladiwnl opened 3 years ago

vladiwnl commented 3 years ago

issue

Try to use your hltv scrap files and have this issue when try to get urls. AttributeError: 'NoneType' object has no attribute 'find_all' Any suggestions how to fix it?

PabloFernandezAl01 commented 2 years ago

issue

Try to use your hltv scrap files and have this issue when try to get urls. AttributeError: 'NoneType' object has no attribute 'find_all' Any suggestions how to fix it?

Hi! I have the same issue. Did you solve it? Im trying to scrap some data from hltv.org but i don't know much about scrapping. I need a large .csv with all the matches and their stats in all CSGO history.

Rkokokorin commented 1 year ago

issue Try to use your hltv scrap files and have this issue when try to get urls. AttributeError: 'NoneType' object has no attribute 'find_all' Any suggestions how to fix it?

Hi! I have the same issue. Did you solve it? Im trying to scrap some data from hltv.org but i don't know much about scrapping. I need a large .csv with all the matches and their stats in all CSGO history.

@PabloFernandezAl01 Have you managed to find a decision?