Getting Only https scheme with a valid host are supported when calling sites.with_url().get()
还没有人认领这个 Issue。
评估
调研方向
从报告的 get_site() 复现开始,尤其是 client.sites.with_url('/sites/example').get(),并跟踪该相对 URL 如何经过 Graph 客户端和身份验证流程传递。比较接受的 URL 形式,并添加或更新覆盖范围,以便有效的 SharePoint site 请求返回 site 对象或产生适当的错误。
由索引模型根据 Issue 内容生成。
描述
Reporting an Issue or Missing Feature
When attempting to get a SharePoint site a Kiota authentication error is thrown.
Expected behavior
A site object should be returned.
Actual behavior
The following error is thrown:
kiota_authentication_azure._exceptions.HTTPError: Only https scheme with a valid host are supported
Steps to reproduce behavior
import asyncio
from azure.identity.aio import ClientSecretCredential
from kiota_abstractions.api_error import APIError
from msgraph import GraphServiceClient
#############################################################################################################
#Declare Variables
#############################################################################################################
client_id = ""
client_secret = ""
scopes = ['https://graph.microsoft.com/.default']
tenant_id = ""
#############################################################################################################
#Build Microsoft Graph Client
#############################################################################################################
credentials = ClientSecretCredential(
client_id = client_id,
client_secret = client_secret,
tenant_id = tenant_id,
)
client = GraphServiceClient(
credentials = credentials,
scopes = scopes,
)
#############################################################################################################
#Get SharePoint Site
#############################################################################################################
async def get_site():
try:
site = await client.sites.with_url('/sites/example').get()
if site:
print(site)
except APIError as api_error:
print(f'Error: {api_error.error.message}')
asyncio.run(get_site())
Versions
Python 3.10.11
Package Version
------------------------------------ ---------
aiohttp 3.8.5
aiosignal 1.3.1
anyio 4.0.0
async-timeout 4.0.3
attrs 23.1.0
azure-core 1.29.4
azure-identity 1.14.0
certifi 2023.7.22
cffi 1.15.1
charset-normalizer 3.2.0
cryptography 41.0.4
Deprecated 1.2.14
exceptiongroup 1.1.3
frozenlist 1.4.0
h11 0.14.0
h2 4.1.0
hpack 4.0.0
httpcore 0.18.0
httpx 0.25.0
hyperframe 6.0.1
idna 3.4
importlib-metadata 6.8.0
microsoft-kiota-abstractions 0.8.6
microsoft-kiota-authentication-azure 0.3.0
microsoft-kiota-http 0.6.1
microsoft-kiota-serialization-json 0.4.0
microsoft-kiota-serialization-text 0.2.1
msal 1.24.0
msal-extensions 1.0.0
msgraph-core 1.0.0a4
msgraph-sdk 1.0.0a16
multidict 6.0.4
opentelemetry-api 1.20.0
opentelemetry-sdk 1.20.0
opentelemetry-semantic-conventions 0.41b0
pip 23.2.1
portalocker 2.8.2
pycparser 2.21
PyJWT 2.8.0
python-dateutil 2.8.2
pywin32 306
requests 2.31.0
setuptools 65.5.0
six 1.16.0
sniffio 1.3.0
std-uritemplate 0.0.42
typing_extensions 4.8.0
urllib3 2.0.5
wrapt 1.15.0
yarl 1.9.2
zipp 3.17.0
Operating system/environment?
- Windows
- Linux
- MacOS
- Azure Cloud Shell
- Azure Functions
- Other : please specify
- 主要语言
- Python
- 星标
- 630
- 派生
- 96
- 平均合并
- 15 小时 20 分钟
- 30 天内合并 PR
- 3
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
microsoftgraph/msgraph-sdk-python 的其他 Issue
-
status:waiting-for-triage type:bug
难度 1/5 1 小时以内 新手友好度 90/100
microsoftgraph/msgraph-sdk-python#1570 ·
-
status:waiting-for-triage type:bug
难度 2/5 1-3 小时 新手友好度 75/100
microsoftgraph/msgraph-sdk-python#1563 ·
-
Needs: Attention :wave: type:bug
难度 2/5 1-3 小时 新手友好度 62/100
microsoftgraph/msgraph-sdk-python#1287 · 2 条评论 · 1 个 reaction ·
-
status:waiting-for-triage type:bug
难度 3/5 1-2 天 新手友好度 52/100
microsoftgraph/msgraph-sdk-python#1578 ·
-
status:waiting-for-triage
难度 5/5 一周以上 新手友好度 25/100
microsoftgraph/msgraph-sdk-python#1557 ·
查看 microsoftgraph/msgraph-sdk-python 的全部 Issue
相似的 Issue
-
essnmx good first issue
难度 1/5 1 小时以内 新手友好度 95/100
-
难度 2/5 1-3 小时 新手友好度 65/100
syfoud/Simulated_Scepter#174 ·
-
难度 2/5 1-3 小时 新手友好度 75/100
Giskard-AI/giskard-oss#2840 · 1 条评论 ·
-
A claim comment carrying the issue number is silently declined while the workflow reports success 未关闭area: repo bug perceived difficulty: 2
难度 2/5 1-3 小时 新手友好度 70/100
-
难度 2/5 1-3 小时 新手友好度 75/100
yeti-platform/yeti#1380 ·