Skip to content

Commit

Permalink
Merge pull request #97 from hossain-khan/readme
Browse files Browse the repository at this point in the history
[ADDED] Troubleshooting guide with nullable values
  • Loading branch information
hossain-khan authored Aug 29, 2024
2 parents 9ebf562 + af46f82 commit 93df9c4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 93df9c4

Please sign in to comment.