weixin_39567013的博客
- 于 2017-07-20 加入CSDN
-
获得3次点赞
-
内容获得0次评论
-
获得2次收藏
- 最近
- 文章
- 资源
- 问答
- 课程
- 帖子
- 收藏
- 关注/订阅




Could you add a notification inside so whenever there's a new version - we know from the dashboard inside that there's a new version
From: Mike Cao Sent: Tuesday, September 1, 2020 9:17:24 PM To: mikecao/umami Cc: Saif Hassan ; Comment Subject: Re: [mikecao/umami] How to update (#88)
The proper way to update is to pull, install any new dependencies, and rebuild
git pull npm install npm run build
— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/mikecao/umami/issues/88#issuecomment-684931336, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AETXPGW3F6AN3W5AI2OUTETSDUGAJANCNFSM4QRQG7QA.

DeleteMessageBatch Issue - Top level element may not be treated as a list
I'm currently migrating a small application using the AWS SDK for PHP from v2
to v3
. The transition has been smooth, but the DeleteMessageBatch
is throwing and exception with the following message:
Error executing "DeleteMessageBatch" on "<url remooved>";
AWS HTTP error:
Client error:
400 MalformedInput (client):
Top level element may not be treated as a list
</url>
xml
<?xml version="1.0"?>
<errorresponse xmlns="http://queue.amazonaws.com/doc/2012-11-05/">
<error>
<type>Sender</type>
<code>MalformedInput
Top level element may not be treated as a list
[request id removed]
parameters are set just like the docs.
Similar issues have been logged here: - SQS DeleteMessageBatch Errors #161 - SQS DeleteMessageBatch Errors #630
Please let me know if there is any additional information.
该提问来源于开源项目:aws/aws-sdk-php
