Skip to content

Commit

Permalink
Added troubleshoot
Browse files Browse the repository at this point in the history
  • Loading branch information
Orisdaddy authored and AxiosLeo committed Oct 12, 2020
1 parent b63dc49 commit e71b91f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ The Alibaba Cloud Python Software Development Kit (SDK) allows you to access Ali

This document introduces how to obtain and call Alibaba Cloud Python SDK.

## Troubleshoot
[Troubleshoot](https://troubleshoot.api.aliyun.com/?source=github_sdk) Provide OpenAPI diagnosis service to help developers locate quickly and provide solutions for developers through `RequestID` or `error message`.

## Online Demo

Expand Down
3 changes: 3 additions & 0 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@

如果您在使用 SDK 的过程中遇到任何问题,欢迎前往 [阿里云 SDK 问答社区](https://yq.aliyun.com/tags/type_ask-tagid_23350) 提问,提问前请阅读 [提问引导](https://help.aliyun.com/document_detail/93957.html) 。亦可在当前 GitHub 提交 Issues。

## 使用诊断
[Troubleshoot](https://troubleshoot.api.aliyun.com/?source=github_sdk) 提供 OpenAPI 使用诊断服务,通过 `RequestID``报错信息` ,帮助开发者快速定位,为开发者提供解决方案。

## 在线示例

**[API Explorer](https://api.aliyun.com)** 提供在线调用云产品 OpenAPI、并动态生成 SDK Example 代码和快速检索接口等能力,能显著降低使用云 API 的难度,强烈推荐使用
Expand Down
5 changes: 0 additions & 5 deletions python-sdk-functional-test/new_endpoint_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
from aliyunsdkcore.client import AcsClient
from aliyunsdkecs.request.v20140526.DescribeRegionsRequest import DescribeRegionsRequest
from aliyunsdkram.request.v20150501.ListAccessKeysRequest import ListAccessKeysRequest
from aliyunsdkcs.request.v20151215.DescribeApiVersionRequest import DescribeApiVersionRequest
from aliyunsdkcloudapi.request.v20160714.DescribeApisRequest import DescribeApisRequest
import aliyunsdkcore.acs_exception.error_code as error_code

Expand Down Expand Up @@ -337,10 +336,6 @@ def test_call_rpc_request_with_client(self):
request = DescribeRegionsRequest()
response = self.client.do_action_with_exception(request)

def test_call_roa_request_with_client(self):
request = DescribeApiVersionRequest()
self.client.do_action_with_exception(request)

def test_location_service_code_not_equals_product_code(self):
request = DescribeApisRequest()
response = self.client.do_action_with_exception(request)
Expand Down

0 comments on commit e71b91f

Please sign in to comment.