Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Support for 1Password
#21
My mistake - it's not possible in 1Password sync - I will try to make a small sample app for testing
Regards/Gruss
Oliver
Reply
#22
Here you can download a small sample - code is extracted from ASGRD - and some more logs

https://d2l2g77p7dyozs.cloudfront.net/On...rdTest.zip

Just enter your data and press run - it will list all actions that are executed - and if an error occur we should see... you can post the results here - there are only uuid's listed, no personal information
Regards/Gruss
Oliver
Reply
#23
Try logon
Logon successful
Reading creds from vault Private
Error on reading vault - Exception details:
Input string '178.501104' is not a valid integer. Path '[1].overview.pbe', line 1, position 788.
at Newtonsoft.Json.JsonTextReader.ParseReadNumber(ReadType readType, Char firstChar, Int32 initialPosition)
at Newtonsoft.Json.JsonTextReader.ParseNumber(ReadType readType)
at Newtonsoft.Json.JsonTextReader.ReadNumberValue(ReadType readType)
at Newtonsoft.Json.JsonTextReader.ReadAsInt32()
at Newtonsoft.Json.JsonReader.ReadForType(JsonContract contract, Boolean hasConverter)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue(JsonProperty property, JsonConverter propertyConverter, JsonContainerContract containerContract, JsonProperty containerProperty, JsonReader reader, Object target)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateList(IList list, JsonReader reader, JsonArrayContract contract, JsonProperty containerProperty, String id)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateList(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, Object existingValue, String id)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value)
at OnePasswordTest.Form1.GetCredsFromVault(PowerShell powershell, String uuid, Boolean onlyShared) in C:\Users\oliverm\source\repos\OnePasswordTest\OnePasswordTest\Form1.cs:line 159
Reading creds from vault qqjgkjoawdw4c33qijyyth25hq
Access error / No access to vault (List items) qqjgkjoawdw4c33qijyyth25hq
Reading creds from vault lyvakzhphglprbmfqryqcsz5hu
Access error / No access to vault (Details) lyvakzhphglprbmfqryqcsz5hu
Reading creds from vault xc5gpxbnmwzidxwrvfgszwhngm
Access error / No access to vault (Details) xc5gpxbnmwzidxwrvfgszwhngm
Reading creds from vault 2jhvpi26fk73svos72s525mwsy
Access error / No access to vault (Details) 2jhvpi26fk73svos72s525mwsy
Reading creds from vault iw23zprzevutpo2mzgxoo6layu
Access error / No access to vault (Details) iw23zprzevutpo2mzgxoo6layu
Reading creds from vault snbv7gdborgzfmh5yg2udvh3sy
Access error / No access to vault (Details) snbv7gdborgzfmh5yg2udvh3sy
Reading creds from vault yrtketoseganwx3lb543baqmyy
Access error / No access to vault (Details) yrtketoseganwx3lb543baqmyy
Reading creds from vault 4zlhm2y4bs3tpkjkae5pbtecyq
Access error / No access to vault (Details) 4zlhm2y4bs3tpkjkae5pbtecyq
Reading creds from vault jjekup6pvdmyf76u4qfepnk25y
Access error / No access to vault (Details) jjekup6pvdmyf76u4qfepnk25y
Reading creds from vault dprnii5pvcuw6svjnc77g6fcti
Access error / No access to vault (Details) dprnii5pvcuw6svjnc77g6fcti
Reading creds from vault 4qg67f42csyy7sl5rz5pkulnoe
Access error / No access to vault (Details) 4qg67f42csyy7sl5rz5pkulnoe
Reading creds from vault 5sxyw3xiuztbhxvwghedguibqu
Access error / No access to vault (Details) 5sxyw3xiuztbhxvwghedguibqu
Logoff!
Reply
#24
thanks for support in this !
I am admin on 1pass as well so no access sound me strange Smile have access to 11 shared vaults +1 private .
Reply
#25
So, we have only 3 fields that are declared as "Int" - I have removed these fields because we do not use them - if exception is thrown again, I have also the last used JSON-string in output - you have to look for personal information if that is in your output - but with that string I can test it :-)

Update available - just the program files itself - so extract in same order as before and run again - thanks

https://d2l2g77p7dyozs.cloudfront.net/On...dTest2.zip
Regards/Gruss
Oliver
Reply
#26
Hi Oliver ,

This one seems to be working fine : it's just going for very long time .. have many in private vault and each one is about 5s
kept it runing for about hour , still not finished Smile

if possible create to check shared only vault , skip personal, and i will grant myself one small only to make it finnished somehow ..

Try Logon
Logon sucsesfull
Reading creds from vault Private
Reading credential details from vault Private
Reading credential details from vault Private
Reading credential details from vault Private
Reading credential details from vault Private
Reading credential details from vault Private
Reading credential details from vault Private
Reading credential details from vault Private
Reading credential details from vault Private
Reading credential details from vault Private
Reading credential details from vault Private
Reading credential details from vault Private
Reading credential details from vault Private
Reading credential details from vault Private
Reply
#27
I will change it for the next patch - should be hopefully released today :-) Then you can select Private/Public :-)
Regards/Gruss
Oliver
Reply
#28
I told the 1Password support that it is really slow - but as they do not want that we use op.exe in that way - we don't get any support!
Regards/Gruss
Oliver
Reply




Users browsing this thread: 1 Guest(s)