You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implemented a code to report the smsconversion back the Alibaba, but getting some error. Able to create client properly but facing EOF while calling SmsConversion API.
Below is the code:
Error: Error while making http call : Post \"https://dysmsapi.ap-southeast-1.aliyuncs.com/?AccessKeyId=xxx\u0026Action=SmsConversion\u0026Delivered=true\u0026Format=JSON\u0026MessageId=xxx\u0026RegionId=ap-southeast-1\u0026Signature=xVmzhyz5E5FMrNP9w2%2BaZvDwzpM%3D\u0026SignatureMethod=HMAC-SHA1\u0026SignatureNonce=51b55f2bfbd22a419350d04142cd45fa\u0026SignatureType=\u0026SignatureVersion=1.0\u0026Timestamp=2025-02-10T07%3A36%3A27Z\u0026Version=2018-05-01\": EOF for notificationID: xxxx"
Please help in fixing this.
The text was updated successfully, but these errors were encountered:
This is usually caused by network jitter during cross-border calls, and the error message can be reinforced by strengthening the network path or adding retry logic.
Hi team,
Implemented a code to report the smsconversion back the Alibaba, but getting some error. Able to create client properly but facing EOF while calling SmsConversion API.
Below is the code:
Error:
Error while making http call : Post \"https://dysmsapi.ap-southeast-1.aliyuncs.com/?AccessKeyId=xxx\u0026Action=SmsConversion\u0026Delivered=true\u0026Format=JSON\u0026MessageId=xxx\u0026RegionId=ap-southeast-1\u0026Signature=xVmzhyz5E5FMrNP9w2%2BaZvDwzpM%3D\u0026SignatureMethod=HMAC-SHA1\u0026SignatureNonce=51b55f2bfbd22a419350d04142cd45fa\u0026SignatureType=\u0026SignatureVersion=1.0\u0026Timestamp=2025-02-10T07%3A36%3A27Z\u0026Version=2018-05-01\": EOF for notificationID: xxxx"
Please help in fixing this.
The text was updated successfully, but these errors were encountered: