You need to sign in to do that
Don't have an account?

Challenge Not yet complete... here's what's wrong: There was an unexpected error in your org which is preventing this assessment check from completing: System.QueryException: List has no rows for assignment to SObject 6
I'm receiving the above message when I try to do the Lightning Experience Superbadge (step #6) any ideas why?
May I suggest you please refer the below link for reference.
- https://developer.salesforce.com/forums/?id=906F0000000MJmHIAW
Hope it will be helpful.Please mark it as best answer if the information is informative.so that question is removed from an unanswered question and appear as a proper solution.
Thanks
Rahul Kumar
You can see the logs and come to know that the challenge is not having any where clause, while searching for the speakers, so it searches for the speaker with this query "SELECT ID FROM SPEAKER", and uses this ID to check if the file is uploaded in this record.
you need to make sure that you're uploading a file in that particular speaker record, which I'm assuming would be the oldest one as there is no order by clause.