Can we please avoid “I’m having this problem too” and similarly phrased comments.
If you have input to an actual solution, or are seeking clarification on an earlier statement then by all means write in your input. But if you simply are interested in seeing if any such updates are made by someone else leaving such information, then you watch the topic in order to be notified.
You can watch by clicking the button on the right side of the screen, which is basically the one right next to the reply button and directly under the scroller for the thread. You will see when someone makes any addition to the topic with this option.
Simply stating that you too are having the same problem really does not resolve anything, nor is anyone responding obligated to individually answer everyone who has done so. So the basic request is to keep posts to direct Questions, Answers or requests for clarification.
Thankyou
As for the question on the ticket itself, the specific error "Unable to retrieve movie comments"
comes from the simple testing that there is at least one “comment” to be retrieved for a specific movie at that the returned “comment” has an _id
property. You don’t get this message outside of those two cases.
The pointer here would be that either:
-
The data is incorrect, and there are earlier threads on differing results from status page that point you to running mongorestore
again.
-
Your getMovieByID()
is still not implemented correctly, even if it managed to pass a unit test and the test done for the status page.
In the case of 2 it would be best advised you acutally check the suggested solution from that ticket after you subitted the verification code, and ensure that both are indeed the same. Otherwise fallback to 1 and restore the data.