Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

类型转换异常 #84

@362460453

Description

@362460453

Please provide us with the following information:

This issue is for a: (mark with an x)

- [ ] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

使用Demo登陆后,使用MediaManager获取任何一个业务对象,例如获取资产,这时候会去查询当前登陆状态是否合法,当代码走到adal4j-1.6.2.jar里面的com.microsoft.aad.adal4j.AdalOAuthAuthorizationGrant#toParameters方法的grant_type赋值的时候获取到的是一个list,但是接收对象是String,无法转换。
Uploading image.png…

Any log messages given by the failure

类型转换异常

Expected/desired behavior

不应该报错,并且把接受的参数改成String,或者使用其他方法转换一下类型。

OS and Version?

任何系统

Versions

我使用的是com.microsoft.azure.mediaservices.v2020_05_01:1.0.0-beta版本,但是以前的版本似乎也有同样的问题

Mention any other details that might be useful


Thanks! We'll be in touch soon.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions