google-timeline-to-csv icon indicating copy to clipboard operation
google-timeline-to-csv copied to clipboard

Cannot read property 'children' of undefined

Open yashwanth2804 opened this issue 4 years ago • 0 comments

var track = xmlDocument.descendantWithPath("Document.Placemark.gx:Track").children; ^

TypeError: Cannot read property 'children' of undefined at xmlToPoints (/home/hasura/Videos/encr/google-timeline-to-csv-master/index.js:46:76) at files.forEach.file (/home/hasura/Videos/encr/google-timeline-to-csv-master/index.js:34:28) at Array.forEach () at Object. (/home/hasura/Videos/encr/google-timeline-to-csv-master/index.js:27:7) at Module._compile (module.js:653:30) at Object.Module._extensions..js (module.js:664:10) at Module.load (module.js:566:32) at tryModuleLoad (module.js:506:12) at Function.Module._load (module.js:498:3) at Function.Module.runMain (module.js:694:10)

yashwanth2804 avatar Mar 24 '20 13:03 yashwanth2804