ProNotion
07/05/2023, 7:06 PMAnders Bjerner
07/05/2023, 7:21 PMAnders Bjerner
07/05/2023, 7:23 PMAnders Bjerner
07/05/2023, 7:25 PMKevin Jump
07/05/2023, 8:26 PMProNotion
07/06/2023, 4:48 AMProNotion
07/06/2023, 2:43 PMKevin Jump
07/06/2023, 3:29 PMProNotion
07/06/2023, 3:48 PMPublish Failed: FailedPublishPathNotPublished []
which occurs on what appears to be every single node. Just seeing if I can find out why.ProNotion
07/07/2023, 1:10 PMDocument {ContentName} (id={ContentId}) has been published.
where ContentId
is always zero?
I wondering if this is the source of my issues as because this happens for all top level nodes from the original v7 site all subsequent imports fail with publish errors because the parent is not published.
Failed to publish FailedPublishPathNotPublished
ProNotion
07/07/2023, 1:15 PMProNotion
07/09/2023, 1:32 PM_frank456
07/11/2023, 11:51 AMSebastiaan
07/11/2023, 11:59 AMSystem.Exception: Failed migrating [Umbraco.NestedContent - achievementsList] : Additional text encountered after finished reading JSON content: [. Path '', line 20, position 1.
---> Newtonsoft.Json.JsonReaderException: Additional text encountered after finished reading JSON content: [. Path '', line 20, position 1.
at Newtonsoft.Json.JsonTextReader.Read()
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 uSync.Migrations.Migrators.Optional.NestedToBlockListMigrator.GetContentValue(SyncMigrationContentProperty contentProperty, SyncMigrationContext context)
at uSync.Migrations.Handlers.Shared.SharedContentBaseHandler`1.MigrateContentValue(SyncMigrationContentProperty migrationProperty, SyncMigrationContext context)
at uSync.Migrations.Handlers.Shared.SharedContentBaseHandler`1.ConvertPropertyValue(String itemType, String contentType, XElement property, SyncMigrationContext context)
--- End of inner exception stack trace ---
at uSync.Migrations.Handlers.Shared.SharedContentBaseHandler`1.ConvertPropertyValue(String itemType, String contentType, XElement property, SyncMigrationContext context)
at uSync.Migrations.Handlers.Shared.SharedContentBaseHandler`1.MigrateFile(XElement source, Int32 level, SyncMigrationContext context)
at uSync.Migrations.Handlers.MigrationHandlerBase`1.MigrateFolder(String folder, Int32 level, SyncMigrationContext context)
XML:
xml
<achievementsList>
<Value Culture="de"><![CDATA[[
{
"key": "b21f4fa1-9fa5-4109-96ef-f6c2f08d324f",
"name": "test",
"ncContentTypeAlias": "listEntry",
"value": "test "
},
{
"key": "d52e1514-9081-431f-9a75-723258e11b2b",
"name": "test",
"ncContentTypeAlias": "listEntry",
"value": "test "
},
{
"key": "4d60abab-e1d5-4642-bb1f-9e3553b20a6d",
"name": "test",
"ncContentTypeAlias": "listEntry",
"value": "test "
}
]]]></Value>
<Value Culture="en"><![CDATA[[
{
"key": "830c0ea7-46b4-4330-81f7-feb1e755c8a9",
"name": "test",
"ncContentTypeAlias": "listEntry",
"value": "test"
},
{
"key": "0335636a-8e80-4ecd-b64f-7d3a7f622bf5",
"name": "test",
"ncContentTypeAlias": "listEntry",
"value": "test"
},
{
"key": "4b409bf5-312f-4a7c-b9ab-4f4145f5cd0a",
"name": "test",
"ncContentTypeAlias": "listEntry",
"value": "test"
}
]]]></Value>
</achievementsList>
ProNotion
07/12/2023, 5:59 AMlistEntry
?