Ask Your Question
0

What does "Unknown name 'responce[values]'" mean in relation to receiving an invalid JSON payload?

asked 2023-04-29 06:31:39 +0000

bukephalos gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2023-04-29 06:53:02 +0000

ladyg gravatar image

This error message suggests that there is a syntax error in the JSON payload received and the parser module is expecting to find a key named "response" with a value that is a list or tuple but it is unable to locate it. Therefore, it throws an error reporting an unknown name 'response[values]'.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-04-29 06:31:39 +0000

Seen: 11 times

Last updated: Apr 29 '23