RadiBytes / python-whatsapp-bot

A whatsapp client library for python using the new WhatsApp cloud API.
MIT License
21 stars 5 forks source link

requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) #5

Open plamer777 opened 3 months ago

plamer777 commented 3 months ago

Hi there! I've been trying to send a Whatsapp message by using 'send_message' method but without success. There's always the error of requests package I placed in title of the issue. I tried to update requests and change python interpreter from 3.12 to 3.11 but nothing helps to fix the bug. Is there any opinion what's reason of the issue?