We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
alb_20200616_models.ListListenersRequest alb_20200616_models.ListServerGroupsRequest
无论传不传 Tag 参数,to_map() 方法都会先构造 result['Tag'] = [] ,然后再根据传的 Tag 参数进行填充,会导致即使不传 Tag 时,request body 都会带上一个空 Tag,阿里云会直接返回参数错误
Tea.exceptions.TeaException: Error: InvalidTag; Illegal parameter serialization format.
The text was updated successfully, but these errors were encountered:
有解决吗?我也遇到同样的问题: 报错信息:HTTP Status: 400 Error:InvalidServerIds; Illegal parameter serialization format. Flat format is required. Specified parameter ServerIds;
Sorry, something went wrong.
当前SDK已无此问题。 pip install alibabacloud_nlb20220430==3.0.2
No branches or pull requests
alb_20200616_models.ListListenersRequest
alb_20200616_models.ListServerGroupsRequest
无论传不传 Tag 参数,to_map() 方法都会先构造 result['Tag'] = [] ,然后再根据传的 Tag 参数进行填充,会导致即使不传 Tag 时,request body 都会带上一个空 Tag,阿里云会直接返回参数错误
Tea.exceptions.TeaException: Error: InvalidTag; Illegal parameter serialization format.
The text was updated successfully, but these errors were encountered: