Skip to content

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

Description

@actuallyaryaman

When running fuelish.py, the script fails at line 57 because results1 is None, and .find_all("td") is called on it. The .find() call that sets results1 isn't matching anything in the HTML so possible that need to go through the structure of the main url and see if there is a change of classes of content that is being parsed.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions