Getting error on week 3 URL

Not applicable

I am trying to submit URL for week 3, but getting the error "Either your API doesn't know how to tell a joke, or we got the wrong payload back"...Here is my URL-->> http://sahilgupta1-test.apigee.net/secondproxy/joke?jokeid=3229&apikey=KCBBGgvjE6Jy4h2FiipEiJ4Pa7AwT...

Solved Solved
0 1 180
1 ACCEPTED SOLUTION

Not applicable

For the jokeid you sent, I noticed that it did not have any \\n characters in it. Did you already implement stripping them out? I think the payload of your joke is not matching the test. If you did already implement stripping out the \\n's, can you detach that policy from the flow to see if that makes any difference?

View solution in original post

1 REPLY 1

Not applicable

For the jokeid you sent, I noticed that it did not have any \\n characters in it. Did you already implement stripping them out? I think the payload of your joke is not matching the test. If you did already implement stripping out the \\n's, can you detach that policy from the flow to see if that makes any difference?