mnkgrover08-zz / whatsapp_automation

Whatsapp Automation is a collection of APIs that interact with WhatsApp messenger running in an Android emulator, allowing developers to build projects that automate sending and receiving messages, adding new contacts and broadcasting messages multiple contacts.
GNU General Public License v3.0
202 stars 61 forks source link

Signal Failed response error #18

Open Daggle2410 opened 5 years ago

Daggle2410 commented 5 years ago

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 -