obb12
April 5, 2021, 12:01pm
1
Tell us what’s happening:
I done all the requirements according to the texts and it keeps failing on the last few tests
Your project link(s)
solution: https://frozen-garden-80739.herokuapp.com
Your browser information:
User Agent is: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:86.0) Gecko/20100101 Firefox/86.0
.
Challenge: Personal Library
Link to the challenge:
ILM
April 5, 2021, 3:55pm
2
if you can also provide the code of your project, that would made possible from people to help debug
obb12
April 5, 2021, 4:30pm
3
Sky020
April 5, 2021, 8:30pm
4
Hello there,
When I submit your project, these are some errors from the assertions:
Try fixing them, one by one.
Hope this helps
obb12
April 6, 2021, 8:41am
5
is it not looking the format of the comments array?
Sky020
April 6, 2021, 9:05am
6
This is what I see with your latest code:
Error: expected [ Array(1) ] to be an object
at eval
When I try to use the frontend to test your app, it crashes on a POST with comment. Look into this.
obb12
April 6, 2021, 11:26am
7
im interested on what kinda formats it tests for that part
Sky020
April 6, 2021, 12:22pm
8
Sure. Here are the tests:
obb12
April 6, 2021, 7:09pm
9
[ { "id": 3, "comment": "This book is fab!", "bo - Pastebin.com what my api returns and its expecting comments[i] to be a string?
Sky020
April 6, 2021, 7:20pm
10
I will say again, there is a bigger issue with your app. It crashes, when you try to use the comment functionality on the API. I would fix this first - will make testing easier, and maybe you will stumble on the issue.
system
Closed
October 6, 2021, 7:20am
11
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.