Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. stas@stas-VirtualBox:~/gpna-network/scripts$ bash fuelling-data-init.sh
  2. cat: /go/src/kb-kontrakt.ru/aerofuel/fuelling/chaincode/fuelling-init.json: No such file or directory
  3. 2019-07-23 13:02:51,213 root INFO: Invoke chaincode
  4. 2019-07-23 13:02:51,214 invoke INFO: Invoke of chaincode
  5. 2019-07-23 13:02:51,257 invoke ERROR: Expecting value: line 2 column 1 (char 12)
  6. Traceback (most recent call last):
  7. File "./chaincode-tool.py", line 609, in run
  8. transient = self._make_transient(_compacting_json('{}', self._args.transient))
  9. File "./chaincode-tool.py", line 452, in _compacting_json
  10. return json.dumps(json.loads(_get_argcontent(_coalesce(def_value, *args)).strip()))
  11. File "/usr/lib/python3.5/json/__init__.py", line 319, in loads
  12. return _default_decoder.decode(s)
  13. File "/usr/lib/python3.5/json/decoder.py", line 339, in decode
  14. obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  15. File "/usr/lib/python3.5/json/decoder.py", line 357, in raw_decode
  16. raise JSONDecodeError("Expecting value", s, err.value) from None
  17. json.decoder.JSONDecodeError: Expecting value: line 2 column 1 (char 12)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement