#32639 [Bug]: Close Duplicates Workflow failing due to unhandled JSON
### Check for existing issues
- [x] I have searched the existing issues and checked that my issue is not a duplicate.
### What happened?
Dear LiteLLM community,
It came to my attention that the duplicate matching GitHub workflow is failing due to unhandled JSON values, it might be interesting for the dev team. Thanks in advance!
### Steps to Reproduce
1. Run python3 .github/scripts/close_duplicate_issues.py 2. 3.
### Relevant log output
```shell Traceback (most recent call last): Fetching open issues... File "/home/runner/work/litellm/litellm/.github/scripts/close_duplicate_issues.py", line 230, in <module> main() File "/home/runner/work/litellm/litellm/.github/scripts/close_duplicate_issues.py", line 216, in main issues = fetch_open_issues(args.repo) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/runner/work/litellm/litellm/.github/scripts/close_duplicate_issues.py", line 59, in fetch_open_issues parsed = json.loads(line) ^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/json/__init__.py", line 346, in loads return _default_decoder.decode(s) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedt…