Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: json.decoder.JSONDecodeError: Expecting ',' delimiter: line 5 column 9 (char 143) #84

Open
sadamchandra opened this issue Jan 6, 2025 · 2 comments

Comments

@sadamchandra
Copy link

sadamchandra commented Jan 6, 2025

Hi Team,

I am getting the below error while loading my log file, does it support multiple log files to analyze

File "/auto/pysw/cel8x/python64/3.10.10/lib/python3.10/json/init.py", line 293, in load
return loads(fp.read(),
File "/auto/pysw/cel8x/python64/3.10.10/lib/python3.10/json/init.py", line 346, in loads
return _default_decoder.decode(s)
File "/auto/pysw/cel8x/python64/3.10.10/lib/python3.10/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/auto/pysw/cel8x/python64/3.10.10/lib/python3.10/json/decoder.py", line 353, in raw_decode
obj, end = self.scan_once(s, idx)
json.decoder.JSONDecodeError: Expecting ',' delimiter: line 5 column 9 (char 143)

thanks,
Chandra

@sadamchandra
Copy link
Author

can some please help me to move further

@sadamchandra
Copy link
Author

any update ??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant