• Watson Marconato
  • NEWBIE
  • 10 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 2
    Replies
Hi, I have a problem with step 12 from Lightning Web Component Superbadge.
"Display the boat reviews with the component boatReviews"

Challenge Not yet complete... here's what's wrong:
We can’t find the correct settings in the component boatReviews HTML. Review the c-five-star-rating and make sure the component was created according to the requirements.

boatReviews.html
User-added image

FIVESTARRATING

HTML
<template> <ul class={starClass}></ul> </template>

JS:
User-added imageUser-added imageUser-added imageUser-added image




Can anyone help?
Hello,

I'm doing the superbadge App Customization Specialist.

In the second challenge i'm receving a error message with code: RTVGUTOW.

When there are errors like missing fields, or any error in business, the error message is normal. I guess that i fix all the business errors and this message is showing.

Challenge Not yet complete... here's what's wrong:
There was an unexpected error while verifying this challenge. Usually this is due to some pre-existing configuration or code in the challenge Org. We recommend using a new Developer Edition (DE) to check this challenge. If you're using a new DE and seeing this error, please post to the developer forums and reference error id: RTVGUTOW

Error message - Evidence

Can anyone help?
Hello,

I'm doing the superbadge App Customization Specialist.

In the second challenge i'm receving a error message with code: RTVGUTOW.

When there are errors like missing fields, or any error in business, the error message is normal. I guess that i fix all the business errors and this message is showing.

Challenge Not yet complete... here's what's wrong:
There was an unexpected error while verifying this challenge. Usually this is due to some pre-existing configuration or code in the challenge Org. We recommend using a new Developer Edition (DE) to check this challenge. If you're using a new DE and seeing this error, please post to the developer forums and reference error id: RTVGUTOW

Error message - Evidence

Can anyone help?
Challenge Not yet complete... here's what's wrong:
There was an unexpected error while verifying this challenge. Usually this is due to some pre-existing configuration or code in the challenge Org. We recommend using a new Developer Edition (DE) to check this challenge. If you're using a new DE and seeing this error, please post to the developer forums and reference error id: BRRXRRYL

I am stuck with this error.. there is no detail to solve it also Please help me to pass this challenge
I'm working on the new Lightning Web Components Specialist suberbadge and I've run into a problem on part/challenge 4.
In the instructions it says to "Show the spinner while the form is loading the boats. Use the attribute isLoading via the two following methods: handleLoading() and handleDoneLoading().".  They gave me some code pre-written, but it appears to have a good bit missing and I'm having a lot of trouble figuring out how to make it work.

I've given the spinner an id in the html and then tried to reference that in the JS so that when the page starts loading it will show the spinner.  But the JS doesn't look like the JS that I know, and when I go back to the prerequisites for the superbadge to get some insight, the stuff they showed me there doesn't work here and I don't know why.

Any help would be appreciated, thank you!