Skip to content

Error during analysis: 'NoneType' object has no attribute 'lower #1

@guinslym

Description

@guinslym

Sometimes I am getting this error while running the script

Error during analysis: 'NoneType' object has no attribute 'lower'""" on the line ```

Generate Advanced time analysis visualization

    analyzer.create_advanced_time_analysis()

sometimes I rerun the code and everything works. 

What I did is that I commented `        # Generate individual visualization files
        analyzer.save_individual_visualizations()
        
        # Generate time analysis visualization
        analyzer.create_time_analysis()

        # Generate Advanced time analysis visualization
        analyzer.create_advanced_time_analysis()

        # Add operator location analysis
        analyzer.analyze_operator_location()`


Than run the code. Then uncommented them and run the code. 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions