My all 26/26 cases passed but in the During Claiming my badge it shows some error #798
Replies: 10 comments 18 replies
-
❌ | [get books] base URL is set to {{baseUrl}} | $expected '{{submission}}' to match /^{{baseUrl}}/i
-- | -- | --
❌ | [get books] path is set to /books | ❌ | [get fiction books] base URL is set to {{baseUrl}} | $expected '{{submission}}' to match /^{{baseUrl}}/i ❌ | [get fiction books] path is set to /books | $expected '{{submission}}' to match //books??/ ❌ | [get fiction books] query parameters for genre=fiction and checkedOut=false are both set with the correct values | $Cannot read properties of undefined (reading 'some') ❌ | [get book by id] Is a GET request | $expected 'POST' to equal 'GET' ❌ | [get book by id] base URL is set to {{baseUrl}} | $expected 'https://lesson-completion.postmanlabs.com/submit' to match /^{{baseUrl}}/i ❌ | [get book by id] path is set to /books/:id | $expected 'https://lesson-completion.postmanlabs.com/submit' to match //books/:id$/ ❌ | [add a book] is a POST request | $Cannot read properties of undefined (reading 'request') ❌ | [add a book] base URL is set to {{baseUrl}} | $Cannot read properties of undefined (reading 'request') ❌ | [add a book] path is set to /books | $Cannot read properties of undefined (reading 'request') ❌ | [add a book] has a JSON body with title, author, genre, yearPublished | $Cannot read properties of undefined (reading 'request') ❌ | [add a book] has post-request script in Scripts tab | $Cannot read properties of undefined (reading 'event') ❌ | [checkout a book] is a PATCH request | $Cannot read properties of undefined (reading 'request') ❌ | [checkout a book] base URL is set to {{baseUrl}} | $Cannot read properties of undefined (reading 'request') ❌ | [checkout a book] path is set to /books/:id | $Cannot read properties of undefined (reading 'request') ❌ | [delete a book] is a DELETE request | $Cannot read properties of undefined (reading 'request') ❌ | [delete a book] base URL is set to {{baseUrl}} | $Cannot read properties of undefined (reading 'request') ❌ | [delete a book] path is set to /books/:id | $Cannot read properties of undefined (reading 'request') ❌ | [COLLECTION] Collection level Auth is set to type API Key with header named api-key | $Cannot read properties of undefined (reading 'type') ❌ | 1. [skillcheck] Used POST as the request method | $Cannot read properties of undefined (reading 'request') ❌ | 2. [skillcheck] Used a query parameter called 'movieName' | $Cannot read properties of undefined (reading 'request') ❌ | 3. [skillcheck] Used a base URL variable called {{skillcheckBaseUrl}} | $Cannot read properties of undefined (reading 'request') ❌ | 4. [skillcheck] Set request level auth to “API key” & header to “student-expert" | $Cannot read properties of undefined (reading 'request') ❌ | 5. [skillcheck] Used a JSON body with 'actorName; | $Cannot read properties of undefined (reading 'request') ❌ | 6. [skillcheck] Set "favoriteActor" as a collection variable using pm.collectionVariables set(...) in Tests tab script | $Cannot read properties of undefined (reading 'event') During claiming my badge this problem is coming. |
Beta Was this translation helpful? Give feedback.
-
Hey @kashvi7440 sorry for the delay It looks like you're facing a range of issues with your Postman collection and they all are due to Base URL and Path Errors First error is Base Url errorThese errors indicate that the base URL and path settings in your Postman collection do not match the expected values. The expected base URL is https://library-api.postmanlabs.com, make sure Please check the URL is secured i.e. Next one is Path Error:Verify that the request paths in your Postman collection are correctly set. For Example:
Next one is Request Method Errors:
This is my dashboard pls check everything look like this: Next One is Query Parameters Errors:
Example:
Next One is Request Body Errors
Example:
Next One is Post-Request Script Errors:
Example:
Next one is Collection Level Auth Errors
Example:
And the last one is Skillcheck Errors:
ensure ('favoriteActor', 'Actor Name')` are correctly set By carefully checking each of these areas, you should be able to resolve the issues and successfully claim your badge. @kashvi7440 Also I request you to not panic or stressed out due to these errors it will get fix surely! If not then @sanjay-kv and gssoc team will help you with it, let me know if the issue still persists. |
Beta Was this translation helpful? Give feedback.
-
Hey @kashvi7440 Did you receive your badge? |
Beta Was this translation helpful? Give feedback.
-
No, I did not.
…On Thu, Aug 1, 2024, 12:32 PM Mastan Sayyad ***@***.***> wrote:
Did you receive your badge? @kashvi7440 <https://github.com/kashvi7440>
—
Reply to this email directly, view it on GitHub
<#798 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A24SWPLZA2AXHCXCNFI5ZXLZPHMRLAVCNFSM6AAAAABLU64X6GVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMRQHA4DEOI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
@kashvi7440 Did you receive your badge? |
Beta Was this translation helpful? Give feedback.
-
ok
…On Sat, Aug 3, 2024, 12:04 AM Mastan Sayyad ***@***.***> wrote:
@kashvi7440 <https://github.com/kashvi7440> Did you receive your badge?
if still no then do everything from the start with a new email this time
more carefully and following the instructions properly?
—
Reply to this email directly, view it on GitHub
<#798 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A24SWPLHBXAUOKQCXYIQUZTZPPGJRAVCNFSM6AAAAABLU64X6GVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMRSGY3DENQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Oops! Looks like your Postman collection failed one or more tests.
What should i do now?
Beta Was this translation helpful? Give feedback.
All reactions