Usync Migrations data error
a
I'm having a V6 that has a lot of content that needs to be migrated.. So heres what I did: - Took a fresh 7.15 install, connected the V6 DB, upgraded it - Used UsyncMigrations to generated the files for the migrations - Imported in a clean V12 install, few minor errors because of some questionmark symbols in filenames, but easily fixed by renaming. All imported succesfully, good! The content I need is there! However, I have a few random pages that only show an error when selecting. (Error attached below) And i'm currently unsure as the why/what this causes. I've checked the migration file and I don't directly see an issue.. but there's ALOT of data in there 😦 Hope someone has an idea, or I'll just have to remove fields/redo import, repeat 🙂
Copy code
An error occurred
Unexpected character encountered while parsing value: s. Path '', line 0, position 0.

Exception Details
Newtonsoft.Json.JsonReaderException, Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed: Unexpected character encountered while parsing value: s. Path '', line 0, position 0.
Copy code
at Newtonsoft.Json.JsonTextReader.ParseValue()
   at Newtonsoft.Json.JsonReader.ReadForType(JsonContract contract, Boolean hasConverter)
   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 Umbraco.Cms.Core.PropertyEditors.MultipleValueEditor.ToEditor(IProperty property, String culture, String segment)
   at 
   ...
   ...