We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, when i try to post a new contact or anything else, throws back this response: { "corr_id": 0, "message": "Singal Failed", "status": "0" }
my body is {"mobile_number":"+34 6978 20083","emulator_name":"pixel_1"} And app.py screen console logs this: ('Unsupported field kind during encoding', [None, '\r', 'emulator_name'], u'pixel_1') 127.0.0.1 - - [18/Aug/2019 18:01:33] "POST /api/v0.1/add_new_contact HTTP/1.1" 400 -
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, when i try to post a new contact or anything else, throws back this response:
{
"corr_id": 0,
"message": "Singal Failed",
"status": "0"
}
my body is
{"mobile_number":"+34 6978 20083","emulator_name":"pixel_1"}
And app.py screen console logs this:
('Unsupported field kind during encoding', [None, '\r', 'emulator_name'], u'pixel_1')
127.0.0.1 - - [18/Aug/2019 18:01:33] "POST /api/v0.1/add_new_contact HTTP/1.1" 400 -
The text was updated successfully, but these errors were encountered: