Advertisement
n12o

Untitled

Apr 16th, 2015
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.06 KB | None | 0 0
  1. (xcp_env)xcp@c198b80c72b4:~/.bitcoin/regtest$ counterparty-server start
  2. [INFO] Running v1.1.0 of counterparty-server.
  3. [INFO] Running v9.51.0 of counterparty-lib.
  4. [INFO] Acquiring lock.
  5. [INFO] Connecting to database.
  6. [INFO] Connecting to backend.
  7. [INFO] Starting API Server.
  8. [INFO] Resuming parsing.
  9. [ERROR] Unhandled Exception
  10. Traceback (most recent call last):
  11.   File "/home/xcp/xcp_env/bin/counterparty-server", line 9, in <module>
  12.     load_entry_point('counterparty-cli==1.1.0', 'console_scripts', 'counterparty-server')()
  13.   File "/home/xcp/git/counterparty-cli/counterpartycli/__init__.py", line 16, in server_main
  14.     server.main()
  15.   File "/home/xcp/git/counterparty-cli/counterpartycli/server.py", line 129, in main
  16.     server.start_all(db)
  17.   File "/home/xcp/git/counterpartyd/counterpartylib/server.py", line 365, in start_all
  18.     blocks.follow(db)
  19.   File "/home/xcp/git/counterpartyd/counterpartylib/lib/blocks.py", line 1017, in follow
  20.     check.asset_conservation(db)
  21.   File "/home/xcp/git/counterpartyd/counterpartylib/lib/check.py", line 108, in asset_conservation
  22.     raise SanityError('{} {} issued \u2260 {} {} held'.format(util.value_out(db, asset_issued, asset), asset, util.value_out(db, asset_held, asset), asset))
  23.   File "/home/xcp/git/counterpartyd/counterpartylib/lib/util.py", line 385, in value_out
  24.     return value_output(quantity, asset, divisible)
  25.   File "/home/xcp/git/counterpartyd/counterpartylib/lib/util.py", line 371, in value_output
  26.     quantity = D(quantity) / D(config.UNIT)
  27. TypeError: conversion from NoneType to Decimal is not supported
  28. --- Logging error ---
  29. Traceback (most recent call last):
  30.   File "/usr/lib/python3.4/logging/__init__.py", line 966, in emit
  31.     stream.write(msg)
  32. UnicodeEncodeError: 'ascii' codec can't encode character '\u2260' in position 840: ordinal not in range(128)
  33. Call stack:
  34.  File "/home/xcp/git/counterpartyd/counterpartylib/server.py", line 143, in handle_exception
  35.    logger.error("Unhandled Exception", exc_info=(exc_type, exc_value, exc_traceback))
  36. Message: 'Unhandled Exception'
  37. Arguments: ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement