JSON Decoder error in local run of Manifest
Open
bug
P2
weather-dl
- Dominant language
- Python
- Stars
- 252
- Forks
- 60
- Avg merge
- 8d 4h
- Merged PRs (30d)
- 3
Description
During a local run of the manifest file, the following error was experienced:
```
weather_dl/download_pipeline/manifest.py", line 228, in _update
manifest = json.load(file)
...
json.decoder.JSONDecodeError: Expecting ',' delimiter: line 1 column 609980 (char 609979)
```
## Workaround
- Changing the directory for the local run and re-running fixed the issue.
Contributor guide
Assessment
This issue has not been assessed yet.