Hey @MattP! I just retried the lab, and I’m not being able to reproduce the issue. Is it only exercise 7 that you are having issues with? If that’s the case, I think you might have changed the names of some variables you weren’t supposed to.
In the full_crew_review function:
You have this line code_review_crew = CodeReviewCrew().crew(). If you changed code_review_crew name, then that explains the error in the grader.
Then, when you kickoff the crew, you save the results in the result variable result = code_review_crew......, you also shouldn’t change this variable’s name.
Please check if this is the case, and whether this solved the issue.
These seem correct… the only way I was able to reproduce was by changing these variable’s names. If you want you can send (by private DM) your code, and I can take a look at what’s going on. One other thing I forgot to ask, are you on the DeepLearning plarform or on Coursera?