You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: