achetverikov / visual_search_db

Visual Search Database
3 stars 2 forks source link

Error in yaml.load #11

Closed jimijimiyo closed 7 years ago

jimijimiyo commented 7 years ago

Encounter an error whily try to parse datasets, which parsed correctly in the earlier version:

Error in yaml.load(paste(readLines(input, encoding = "UTF-8"), collapse = "\n"), : Scanner error: mapping values are not allowed in this context at line 50, column 165

jimijimiyo commented 7 years ago

I think it may be due to absence of required fields (like License), but these are not at line 50. Nevertheless, I'll check again after fixing it

achetverikov commented 7 years ago

fixed with 06eef595ada0254dc992067d8c5e0b35de761ae6, was due to a colon used in a field description (colons are special symbols in YAML) now we only need to transform old configs to a new format