Skip to content
New issue

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

RequestCore > fix 'Unable to cast object of type 'System.Int64' to type 'Newtonsoft.Json.Linq.JArray' error #236

Merged
merged 1 commit into from Jan 21, 2024

Conversation

dhabierre
Copy link
Contributor

Fixing:

System.InvalidCastException: Unable to cast object of type 'System.Int64' to type 'Newtonsoft.Json.Linq.JArray'
   at CG.Web.MegaApiClient.MegaApiClient.RequestCore[TResponse](RequestBase request, Byte[] key)
   at CG.Web.MegaApiClient.MegaApiClient.Request[TResponse](RequestBase request, Byte[] key)
   at CG.Web.MegaApiClient.MegaApiClient.GenerateAuthInfos(String email, String password, String mfaKey)
   at CG.Web.MegaApiClient.MegaApiClient.Login(String email, String password, String mfaKey)
   at CG.Web.MegaApiClient.MegaApiClient.<>c__DisplayClass62_0.<LoginAsync>b__0()

Github issue: #235
Thanks.

…pe 'Newtonsoft.Json.Linq.JArray' error

Github issue: gpailler#235
@gpailler gpailler merged commit f46be2b into gpailler:master Jan 21, 2024
4 of 5 checks passed
@gpailler gpailler added this to the 1.10.4 milestone Jan 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants