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

Problem #4

Closed desstannoz closed 5 years ago

desstannoz commented 5 years ago

^CTraceback (most recent call last): File "single_message_producer.py", line 110, in rabbitInstance.main() File "single_message_producer.py", line 104, in main self.msgworker(single_message_queue_name) File "single_message_producer.py", line 61, in msgworker self.channel.start_consuming() File "/home/desstann/Desktop/whatsapp_automation-master/venv/local/lib/python2.7/site-packages/pika/adapters/blocking_connection.py", line 1780, in start_consuming self.connection.process_data_events(time_limit=None) File "/home/desstann/Desktop/whatsapp_automation-master/venv/local/lib/python2.7/site-packages/pika/adapters/blocking_connection.py", line 707, in process_data_events self._flush_output(common_terminator) File "/home/desstann/Desktop/whatsapp_automation-master/venv/local/lib/python2.7/site-packages/pika/adapters/blocking_connection.py", line 455, in _flush_output self._impl.ioloop.poll() File "/home/desstann/Desktop/whatsapp_automation-master/venv/local/lib/python2.7/site-packages/pika/adapters/select_connection.py", line 245, in poll self._poller.poll() File "/home/desstann/Desktop/whatsapp_automation-master/venv/local/lib/python2.7/site-packages/pika/adapters/select_connection.py", line 923, in poll events = self._poll.poll(self._get_next_deadline()) KeyboardInterrupt

mnkgrover08-zz commented 5 years ago

This shows you have some mis-configuration with your rabbit-mq queue and exchange. Make Sure you have rabbit-MQ Server running as a service and you have done proper configuration of queue in your dev.cfg

desstannoz commented 5 years ago

This shows you have some mis-configuration with your rabbit-mq queue and exchange. Make Sure you have rabbit-MQ Server running as a service and you have done proper configuration of queue in your dev.cfg

You send me rabbit queue and exchange settings ?

mnkgrover08-zz commented 5 years ago

Please find the complete rabbit-mq settings JSON file attached in this mail. Just import it and look at the queue names in rabbit-mq dashboard and replace accordingly in dev.cfg

Example: [queue_name] single_message=whatsapp_singlemessage_queue broadcast_message=whatsapp_broadcastmessage_queue add_contact=whatsapp_newcontact_listener_queue listen_message=whatsapp_messagelistener_queue

On Thu, Sep 13, 2018 at 5:21 PM Kazim Özkurt notifications@github.com wrote:

This shows you have some mis-configuration with your rabbit-mq queue and exchange. Make Sure you have rabbit-MQ Server running as a service and you have done proper configuration of queue in your dev.cfg

You send me rabbit queue and exchange settings ?

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/mnkgrover08/whatsapp_automation/issues/4#issuecomment-420979635, or mute the thread https://github.com/notifications/unsubscribe-auth/AGH0KgRgfzQ1D2092LijMSQACeWQLr7mks5uakbCgaJpZM4WnEY5 .

desstannoz commented 5 years ago

Please find the complete rabbit-mq settings JSON file attached in this mail. Just import it and look at the queue names in rabbit-mq dashboard and replace accordingly in dev.cfg Example: [queue_name] single_message=whatsapp_singlemessage_queue broadcast_message=whatsapp_broadcastmessage_queue add_contact=whatsapp_newcontact_listener_queue listen_message=whatsapp_messagelistener_queue On Thu, Sep 13, 2018 at 5:21 PM Kazim Özkurt @.***> wrote: This shows you have some mis-configuration with your rabbit-mq queue and exchange. Make Sure you have rabbit-MQ Server running as a service and you have done proper configuration of queue in your dev.cfg You send me rabbit queue and exchange settings ? — You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub <#4 (comment)>, or mute the thread https://github.com/notifications/unsubscribe-auth/AGH0KgRgfzQ1D2092LijMSQACeWQLr7mks5uakbCgaJpZM4WnEY5 .

I did but same problem. Do you check your e-mail? I mailed you an email

mnkgrover08-zz commented 5 years ago

Look everything is running on my end. I have helped you maximum I can. If you are not able to configure rabbit-mq then its your fault. and yes I check my emails.

On Thu, Sep 13, 2018 at 5:44 PM Kazim Özkurt notifications@github.com wrote:

Please find the complete rabbit-mq settings JSON file attached in this mail. Just import it and look at the queue names in rabbit-mq dashboard and replace accordingly in dev.cfg Example: [queue_name] single_message=whatsapp_singlemessage_queue broadcast_message=whatsapp_broadcastmessage_queue add_contact=whatsapp_newcontact_listener_queue listen_message=whatsapp_messagelistenerqueue … <#m-2967067857936318420_> On Thu, Sep 13, 2018 at 5:21 PM Kazim Özkurt @.***> wrote: This shows you have some mis-configuration with your rabbit-mq queue and exchange. Make Sure you have rabbit-MQ Server running as a service and you have done proper configuration of queue in your dev.cfg You send me rabbit queue and exchange settings ? — You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub <#4 (comment) https://github.com/mnkgrover08/whatsapp_automation/issues/4#issuecomment-420979635>, or mute the thread https://github.com/notifications/unsubscribe-auth/AGH0KgRgfzQ1D2092LijMSQACeWQLr7mks5uakbCgaJpZM4WnEY5 .

I did but same problem. Do you check your e-mail? I mailed you an email

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/mnkgrover08/whatsapp_automation/issues/4#issuecomment-420985131, or mute the thread https://github.com/notifications/unsubscribe-auth/AGH0KqOTZt1tepguboz9RncaYyt2dSJHks5uakwUgaJpZM4WnEY5 .

desstannoz commented 5 years ago

Look everything is running on my end. I have helped you maximum I can. If you are not able to configure rabbit-mq then its your fault. and yes I check my emails. On Thu, Sep 13, 2018 at 5:44 PM Kazim Özkurt notifications@github.com wrote: Please find the complete rabbit-mq settings JSON file attached in this mail. Just import it and look at the queue names in rabbit-mq dashboard and replace accordingly in dev.cfg Example: [queue_name] single_message=whatsapp_singlemessage_queue broadcast_message=whatsapp_broadcastmessage_queue add_contact=whatsapp_newcontact_listener_queue listen_message=whatsapp_messagelistenerqueue … <#m-2967067857936318420_> On Thu, Sep 13, 2018 at 5:21 PM Kazim Özkurt @.***> wrote: This shows you have some mis-configuration with your rabbit-mq queue and exchange. Make Sure you have rabbit-MQ Server running as a service and you have done proper configuration of queue in your dev.cfg You send me rabbit queue and exchange settings ? — You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub <#4 (comment) <#4 (comment)>>, or mute the thread https://github.com/notifications/unsubscribe-auth/AGH0KgRgfzQ1D2092LijMSQACeWQLr7mks5uakbCgaJpZM4WnEY5 . I did but same problem. Do you check your e-mail? I mailed you an email — You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub <#4 (comment)>, or mute the thread https://github.com/notifications/unsubscribe-auth/AGH0KqOTZt1tepguboz9RncaYyt2dSJHks5uakwUgaJpZM4WnEY5 .

OK Thanks.