-
SMS Python
При отправке большой партии смс у меня выходит ошибка:
CRITICAL Traceback (most recent call last):
File "/opt/etc/sms/sender.py", line 240, in send_sms
if self.send_sms_part(phone, temp_message[:text_len]):
File "/opt/etc/sms/sender.py", line 102, in send_sms_part
if not agent.connect():
File "/opt/etc/sms/mrim.py", line 153, in connect
return self.connect_single()
File "/opt/etc/sms/mrim.py", line 211, in connect_single
data = s.recv(48)
socket.error: [Errno 131] Connection reset by peer
Обращался к уважаемому xz_kostyan, молчит. Подскажите, с чем это связано? Есть ли ограничение по количеству одновременно отправляемых смс?
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules