From af46f82ba7984721430f89e19ed95b8a4c330219 Mon Sep 17 00:00:00 2001 From: Hossain Khan Date: Thu, 29 Aug 2024 08:35:32 -0400 Subject: [PATCH] [ADDED] Troubleshooting guide with nullable values --- .idea/kotlinc.xml | 2 +- README.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index 6d0ee1c..d4b7acc 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -1,6 +1,6 @@ - \ No newline at end of file diff --git a/README.md b/README.md index bfaeb12..225fe07 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,14 @@ Sample app for Google Location History Parser project. 🟢 Got timeline edits: 195,444 items edited. ``` +## Troubleshooting +Due to domain model class's nullability rule, you may see `Required value 'metadata' missing at $xyz` error. + +![image](https://github.com/user-attachments/assets/5227e892-ccee-4049-8d75-029cff0cd822) + +This error is due to the field being missing in the JSON data. +To fix this, you can update the model class and build the project again. Feel free to open pull-request with fixes. + ## API Documentation 📖 https://hossain-khan.github.io/kgeo-timeline/