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

ValueError: Expecting , delimiter: line 12 column 6 (char 144) #90

Open
091313422 opened this issue Nov 11, 2016 · 0 comments
Open

ValueError: Expecting , delimiter: line 12 column 6 (char 144) #90

091313422 opened this issue Nov 11, 2016 · 0 comments

Comments

@091313422
Copy link

my python version is 2.7.9,when I run redis-monitor.py,there is errors as follow:

[monitor@localhost src]# ./redis-monitor.py --duration 129
Traceback (most recent call last):
File "./redis-monitor.py", line 297, in
monitor.run(duration)
File "./redis-monitor.py", line 247, in run
redis_servers = settings.get_redis_servers()
File "/home/web/RedisLive-master/src/api/util/settings.py", line 14, in get_redis_servers
config = get_settings()
File "/home/web/RedisLive-master/src/api/util/settings.py", line 10, in get_settings
return json.load(config)
File "/usr/local/lib/python2.7/json/init.py", line 290, in load
**kw)
File "/usr/local/lib/python2.7/json/init.py", line 338, in loads
return _default_decoder.decode(s)
File "/usr/local/lib/python2.7/json/decoder.py", line 366, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/local/lib/python2.7/json/decoder.py", line 382, in raw_decode
obj, end = self.scan_once(s, idx)
ValueError: Expecting , delimiter: line 12 column 6 (char 144)

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