Skip to content

AttributeError: 'NoneType' object has no attribute 'find_all' #2

@cassiolm

Description

@cassiolm

Estou tentando gerar a base porém quando rodo o script, me retorna este erro. sabe o que poderia ser?

Traceback (most recent call last):
  File "capturaDados.py", line 131, in <module>
    generateCSV(res, station_name)
  File "capturaDados.py", line 55, in generateCSV
    rows = table_body.find_all('tr')
AttributeError: 'NoneType' object has no attribute 'find_all'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions