chenxuuu / sms_forwarding

超低成本硬件短信转发器
MIT License
530 stars 65 forks source link

780E收到了短信,但是ESP32无法发送短信 #14

Closed msn1983aa closed 9 months ago

msn1983aa commented 9 months ago

描述一下这个bug / Describe the bug

780E插了sim卡之后从ESP32的打印信息可以看到已经接收到了短信

但push的时候会出现E/http NOT SUPPORT TLS错误,然后就发送失败了

如果去luatos push的后台进行发送测试,手机端是可以正常收到消息的

复现步骤 / To Reproduce

上电之后,接收短信,出现E/http NOT SUPPORT TLS错误,短信push失败

如果正常,应该是什么样 / Expected behavior

正常手机端应该可以收到push的短信

截图 / Screenshots

1

日志 / Logs

[2024-01-19 23:50:28.320] I/user.notify wait for a new sms~ [2024-01-19 23:50:28.320] gc3 46.35449 [2024-01-19 23:53:20.994] I/user.uart line +CIEV: "MESSAGE",1 2B434945563A20224D455353414745222C31 36 [2024-01-19 23:53:20.994] I/user.uart line +CMT:,67 2B434D543A2C3637 16 [2024-01-19 23:53:20.994] I/user.sms recv 1C6785FF6730 I/user.notify got sms 1C6785FF6730 705814 is your Amazon OTP. Don't share it with anyone. [2024-01-19 23:53:20.994] gc2 46.58105 [2024-01-19 23:53:20.994] I/user.notify send to luatos push server 705894%20is%20your%20Amazon%20OTP.%20Don't%20share%20it%20with%20anyone. https://push.luatos.org/6D55FC7694EB453285CB9E8865BCE703.send/sms1C6785FF6730/705894%20is%20your%20Amazon%20OTP.%20Don't%20share%20it%20with%20anyone. [2024-01-19 23:53:20.994] E/http NOT SUPPORT TLS [2024-01-19 23:53:20.994] I/user.notify pushed sms notify -4 nil nil 1C6785FF6730 [2024-01-19 23:53:26.022] E/http NOT SUPPORT TLS [2024-01-19 23:53:26.022] I/user.notify pushed sms notify -4 nil nil 1C6785FF6730 [2024-01-19 23:53:31.023] E/http NOT SUPPORT TLS [2024-01-19 23:53:31.023] I/user.notify pushed sms notify -4 nil nil 1C6785FF6730 [2024-01-19 23:53:36.024] E/http NOT SUPPORT TLS [2024-01-19 23:53:36.024] I/user.notify pushed sms notify -4 nil nil 1C6785FF6730 [2024-01-19 23:53:41.025] E/http NOT SUPPORT TLS [2024-01-19 23:53:41.025] I/user.notify pushed sms notify -4 nil nil 1C6785FF6730 [2024-01-19 23:53:46.025] E/http NOT SUPPORT TLS [2024-01-19 23:53:46.025] I/user.notify pushed sms notify -4 nil nil 1C6785FF6730 [2024-01-19 23:53:51.040] E/http NOT SUPPORT TLS [2024-01-19 23:53:51.040] I/user.notify pushed sms notify -4 nil nil 1C6785FF6730 [2024-01-19 23:53:56.032] E/http NOT SUPPORT TLS [2024-01-19 23:53:56.036] I/user.notify pushed sms notify -4 nil nil 1C6785FF6730 [2024-01-19 23:54:01.033] E/http NOT SUPPORT TLS [2024-01-19 23:54:01.033] I/user.notify pushed sms notify -4 nil nil 1C6785FF6730 [2024-01-19 23:54:06.048] E/http NOT SUPPORT TLS [2024-01-19 23:54:06.048] I/user.notify pushed sms notify -4 nil nil 1C6785FF6730 [2024-01-19 23:54:11.029] I/user.notify wait for a new sms~ [2024-01-19 23:54:11.029] gc3 46.02637

设备 / device

ESP32C3/AIR780E

验证

msn1983aa commented 9 months ago

ESP32C3换用V1004版本固件后问题解决,V1005和V1006均有此问题