Guest User

Untitled

a guest
Jan 29th, 2016
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1. frappe-bench bench clear-cache
  2. Traceback (most recent call last):
  3. File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 162, in _run_module_as_main
  4. "__main__", fname, loader, pkg_name)
  5. File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code
  6. exec code in run_globals
  7. File "/Users/haitham/frappe-bench/apps/frappe/frappe/utils/bench_helper.py", line 79, in <module>
  8. main()
  9. File "/Users/haitham/frappe-bench/apps/frappe/frappe/utils/bench_helper.py", line 16, in main
  10. click.Group(commands=commands)(prog_name='bench')
  11. File "/Users/haitham/frappe-bench/env/lib/python2.7/site-packages/click/core.py", line 664, in __call__
  12. return self.main(*args, **kwargs)
  13. File "/Users/haitham/frappe-bench/env/lib/python2.7/site-packages/click/core.py", line 644, in main
  14. rv = self.invoke(ctx)
  15. File "/Users/haitham/frappe-bench/env/lib/python2.7/site-packages/click/core.py", line 991, in invoke
  16. return _process_result(sub_ctx.command.invoke(sub_ctx))
  17. File "/Users/haitham/frappe-bench/env/lib/python2.7/site-packages/click/core.py", line 991, in invoke
  18. return _process_result(sub_ctx.command.invoke(sub_ctx))
  19. File "/Users/haitham/frappe-bench/env/lib/python2.7/site-packages/click/core.py", line 837, in invoke
  20. return ctx.invoke(self.callback, **ctx.params)
  21. File "/Users/haitham/frappe-bench/env/lib/python2.7/site-packages/click/core.py", line 464, in invoke
  22. return callback(*args, **kwargs)
  23. File "/Users/haitham/frappe-bench/apps/frappe/frappe/commands.py", line 29, in _func
  24. ret = f(frappe._dict(ctx.obj), *args, **kwargs)
  25. File "/Users/haitham/frappe-bench/apps/frappe/frappe/commands.py", line 290, in clear_cache
  26. frappe.connect(site)
  27. File "/Users/haitham/frappe-bench/apps/frappe/frappe/__init__.py", line 154, in connect
  28. init(site)
  29. File "/Users/haitham/frappe-bench/apps/frappe/frappe/__init__.py", line 124, in init
  30. local.conf = _dict(get_site_config())
  31. File "/Users/haitham/frappe-bench/apps/frappe/frappe/__init__.py", line 176, in get_site_config
  32. config.update(get_file_json(site_config))
  33. File "/Users/haitham/frappe-bench/apps/frappe/frappe/__init__.py", line 760, in get_file_json
  34. return json.load(f)
  35. File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 290, in load
  36. **kw)
  37. File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 338, in loads
  38. return _default_decoder.decode(s)
  39. File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 366, in decode
  40. obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  41. File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 382, in raw_decode
  42. obj, end = self.scan_once(s, idx)
  43. ValueError: Expecting , delimiter: line 4 column 2 (char 65)
Add Comment
Please, Sign In to add comment