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
Works with the web vault but crashes in the library.
PasswordManagerAccess.Common.NetworkErrorException: Request to https://accounts.zoho.eu/signin/v2/secondary/20077702018/totp?digest=f768a367f76402246700ccc2014545120f4683975f0919d2822aa01766af87e42f867d8534b979b6c645e75bb1e39bcd28a9aa1a6218e21e3381b8ae572c4323&cli_time=1669972632238&servicename=ZohoVault failed with a network error ---> Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: <. Path '', line 27, position 2. Newtonsoft.Json.JsonTextReader.ParseValue() Newtonsoft.Json.JsonReader.ReadForType(JsonContract contract, Boolean hasConverter) Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent) Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType) Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings) Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings) PasswordManagerAccess.Common.RestClient.MakeRequest[TContent,TData](String endpoint, HttpMethod method, HttpContent content, Dictionary`2 headers, Dictionary`2 cookies, Int32 maxRedirects, Func`2 deserialize) --- Einde van intern uitzonderingsstackpad --- PasswordManagerAccess.ZohoVault.Client.SubmitTotp(UserInfo userInfo, Passcode passcode, String token, String mfaToken, RestClient rest) PasswordManagerAccess.ZohoVault.Client.LogInMfa(UserInfo userInfo, LogInResult logInResult, String token, IUi ui, ISecureStorage storage, RestClient rest) PasswordManagerAccess.ZohoVault.Client.LogIn(UserInfo userInfo, String password, String token, IUi ui, ISecureStorage storage, RestClient rest) PasswordManagerAccess.ZohoVault.Client.OpenVault(String username, String password, String passphrase, IUi ui, ISecureStorage storage, IRestTransport transport) PasswordManagerAccess.ZohoVault.Vault.Open(String username, String password, String passphrase, IUi ui, ISecureStorage storage) Devolutions.RemoteDesktopManager.Managers.ZohoVaultManager.InitializeVault(String username, String password, String passphrase) Silent: PasswordManagerAccess.Common.BadMultiFactorException: MFA code is incorrect PasswordManagerAccess.ZohoVault.Client.SubmitTotp(UserInfo userInfo, Passcode passcode, String token, String mfaToken, RestClient rest) PasswordManagerAccess.ZohoVault.Client.LogInMfa(UserInfo userInfo, LogInResult logInResult, String token, IUi ui, ISecureStorage storage, RestClient rest) PasswordManagerAccess.ZohoVault.Client.LogIn(UserInfo userInfo, String password, String token, IUi ui, ISecureStorage storage, RestClient rest) PasswordManagerAccess.ZohoVault.Client.OpenVault(String username, String password, String passphrase, IUi ui, ISecureStorage storage, IRestTransport transport) PasswordManagerAccess.ZohoVault.Vault.Open(String username, String password, String passphrase, IUi ui, ISecureStorage storage)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Works with the web vault but crashes in the library.
The text was updated successfully, but these errors were encountered: