0

我正在尝试在我的本地堆栈中的 SES 上运行 set-identity-notification-topic 并引发错误。感谢任何解决方法或解决方案。

我已在 localstack 上使用 SES 验证了我的电子邮件地址。但是在尝试运行时出现错误,

aws --endpoint-url=http://localhost:4579 ses set-identity-notification-topic --identity myname@domain.com --notification-type Bounce --sns-topic arn:aws:sns:us-east-1:000000000000:LOCAL_ses_responses --debug

堆栈跟踪:

…………

> 2019-08-07 17:04:39,539 - MainThread - botocore.hooks - 调试 - 事件选择签名者.ses.SetIdentityNotificationTopic:调用处理程序 2019-08-07 17:04:39,540 - MainThread - botocore.auth - 调试 -使用 v4 auth 计算签名。2019-08-07 17:04:39,540 - MainThread - botocore.auth - DEBUG - CanonicalRequest: POST / content-type:application/x-www-form-urlencoded; charset=utf-8 host:localhost:4579 x-amz-date:20190807T070439Z content-type;host;x-amz-date e19fa7707096ec4f34644c4d08291160421d771325cc9d8b696cb376f4f39749 2019-08-07 17:04:39,540 - MainThread - botocore.auth - DEBUG - StringToSign: AWS4-HMAC-SHA256 20190807T070439Z 20190807/us-east-1/ses/aws4_request 4922714082F96A39B9065B9065B9109323231D793CDEC8CDEC8AF0DAETURE 06afe49a26eb61b6420bc726da1eb79b4e0a0011fe4a246ec2e9541bed2b0c3c 2019-08-07 17:04:39,540 - MainThread - botocore.endpoint - DEBUG - 发送 http 请求:http://localhost:4579/, headers={'Content-Type': b'application/--表单-urlencoded;charset=utf-8', 'User-Agent': b'aws-cli/1.16.210 Python/3.7.4 Darwin/18.5.0 botocore/1.12.200', 'X-Amz-Date': b'20190807T070439Z ', '授权': b'AWS4-HMAC-SHA256 Credential=AKIAII5V24FP6F2TGDUQ/20190807/us-east-1/ses/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=06afe49a26eb61b6420bc726da1eb79b4e0a0011fe4ac046, 954ec1fe4a2463 -Length':'194'}> 2019-08-07 17:04:39,541 - MainThread - urllib3.util.retry - DEBUG - 转换后的重试值:False -> Retry(total=False,connect=None,read=None , http://localhost:4579  "POST / HTTP/1.1" 500 290 2019-08-07 17:04:39,551 - MainThread - botocore.parsers - 调试 - 响应标头:{'Content-Type':'text/html' ,“内容长度”:“290”,“服务器”:“Werkzeug/0.15.5 Python/3.6.8”,“日期”:“2019 年 8 月 7 日星期三 07:04:39 GMT”} 2019-08- 07 17:04:39,551 - MainThread - botocore.parsers - 调试 - 响应正文:b'\n500 内部服务器错误\n

内部服务器错误

\n

服务器遇到内部错误,无法完成您的请求。服务器过载或应用程序出错。

\n' 2019-08-07 17:04:39,551 - MainThread - awscli.clidriver - 调试 - main() Traceback 中捕获的异常(最近一次调用最后一次):文件“/Users/danuka.aluthage/.virtualenvs/myvenv/ lib/python3.7/site-packages/botocore/parsers.py",第 432 行,在 _parse_xml_string_to_dom parser.feed(xml_string) 文件中"",行无 xml.etree.ElementTree.ParseError:语法错误:第 1 行,第 54 列在处理上述异常的过程中,发生了另一个异常: Traceback (last last call last): File "/Users/danuka.aluthage/.virtualenvs/myvenv/lib/python3.7/site-packages/awscli/clidriver.py",第 207 行,在主要返回 command_table[parsed_args.command](remaining, parsed_args) 文件“/Users/danuka.aluthage/.virtualenvs/myvenv/lib/python3.7/site-packages/awscli/clidriver.py”,第 348 行,通话中

…………

无法解析响应(语法错误:第 1 行,第 54 列),收到的 XML 无效:b'\n500 内部服务器错误\n

内部服务器错误

\n

服务器遇到内部错误,无法完成您的请求。服务器过载或应用程序出错。

\n'

4

0 回答 0