New to ckan. I am receiving an error when using "ckan.exe update" via CLI (see below). Also, in the GUI I dont have any mods to chose from and updating from the repository does not seem to work. Any ideas? Unhandled Exception: Newtonsoft.Json.JsonSerializationException: Error convertin g value "Diazo" to type 'System.String[]'. Path 'author', line 5, position 20. - --> System.ArgumentException: Could not cast or convert from System.String to Sy stem.String[]. at Newtonsoft.Json.Utilities.ConvertUtils.EnsureTypeAssignable(Object value, Type initialType, Type targetType) at Newtonsoft.Json.Utilities.ConvertUtils.ConvertOrCast(Object initialValue, CultureInfo culture, Type targetType) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.EnsureType(Json Reader reader, Object value, CultureInfo culture, JsonContract contract, Type ta rgetType) --- End of inner exception stack trace --- at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.EnsureType(Json Reader reader, Object value, CultureInfo culture, JsonContract contract, Type ta rgetType) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInte rnal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty mem ber, JsonContainerContract containerContract, JsonProperty containerMember, Obje ct existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValu e(JsonProperty property, JsonConverter propertyConverter, JsonContainerContract containerContract, JsonProperty containerProperty, JsonReader reader, Object tar get) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject( Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty m ember, String id) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(Js onReader reader, Type objectType, JsonContract contract, JsonProperty member, Js onContainerContract containerContract, JsonProperty containerMember, Object exis tingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInte rnal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty mem ber, JsonContainerContract containerContract, JsonProperty containerMember, Obje ct existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(Jso nReader reader, Type objectType, Boolean checkAdditionalContent) at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType) at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, Jso nSerializerSettings settings) at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSeriali zerSettings settings) at CKAN.CkanModule.from_string(String json) at CKAN.Repo.Update(String repo) at CKAN.MainClass.Update(UpdateOptions options) at CKAN.MainClass.Main(String[] args)