Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.30 KB | None | 0 0
  1. log is DEPRECATED and will be removed in a future version. Use logs instead.
  2. Found 2 pods, using pod/blockchain-gateway-stage-7cbfb86ff7-g2r7h
  3. [2019-04-19 15:41:23,082][ERROR][logging]: Uncaught exception
  4. Traceback (most recent call last):
  5. File "bgw_py/server.py", line 13, in <module>
  6. from bgw_py.server.server import BGW
  7. File "./bgw_py/server/server.py", line 6, in <module>
  8. from bgw_py.server import method_classes
  9. File "./bgw_py/server/method_classes.py", line 10, in <module>
  10. from bgw_py.currencies import router
  11. File "./bgw_py/currencies/__init__.py", line 4, in <module>
  12. from bgw_py.currencies import router
  13. File "./bgw_py/currencies/router.py", line 19, in <module>
  14. 'usd-coin': eth_tokens.USDCoin(),
  15. File "./bgw_py/currencies/eth_tokens.py", line 36, in __init__
  16. self.contract = w3.eth.contract(self.address, abi=self.abi)
  17. File "/usr/local/lib/python3.6/site-packages/web3/eth.py", line 370, in contract
  18. return ContractFactory(address)
  19. File "/usr/local/lib/python3.6/site-packages/web3/contract.py", line 237, in __init__
  20. self.address = normalize_address(self.web3.ens, address)
  21. File "/usr/local/lib/python3.6/site-packages/web3/utils/normalizers.py", line 184, in normalize_address
  22. validate_address(address)
  23. File "/usr/local/lib/python3.6/site-packages/web3/utils/validation.py", line 163, in validate_address
  24. value,
  25. web3.exceptions.InvalidAddress: ('Web3.py only accepts checksum addresses. The software that gave you this non-checksum address should be considered unsafe, please file it as a bug on their platform. Try using an ENS name instead. Or, if you must accept lower safety, use Web3.toChecksumAddress(lower_case_address).', '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48')
  26. ERROR:bgw[stage]:Uncaught exception
  27. Traceback (most recent call last):
  28. File "bgw_py/server.py", line 13, in <module>
  29. from bgw_py.server.server import BGW
  30. File "./bgw_py/server/server.py", line 6, in <module>
  31. from bgw_py.server import method_classes
  32. File "./bgw_py/server/method_classes.py", line 10, in <module>
  33. from bgw_py.currencies import router
  34. File "./bgw_py/currencies/__init__.py", line 4, in <module>
  35. from bgw_py.currencies import router
  36. File "./bgw_py/currencies/router.py", line 19, in <module>
  37. 'usd-coin': eth_tokens.USDCoin(),
  38. File "./bgw_py/currencies/eth_tokens.py", line 36, in __init__
  39. self.contract = w3.eth.contract(self.address, abi=self.abi)
  40. File "/usr/local/lib/python3.6/site-packages/web3/eth.py", line 370, in contract
  41. return ContractFactory(address)
  42. File "/usr/local/lib/python3.6/site-packages/web3/contract.py", line 237, in __init__
  43. self.address = normalize_address(self.web3.ens, address)
  44. File "/usr/local/lib/python3.6/site-packages/web3/utils/normalizers.py", line 184, in normalize_address
  45. validate_address(address)
  46. File "/usr/local/lib/python3.6/site-packages/web3/utils/validation.py", line 163, in validate_address
  47. value,
  48. web3.exceptions.InvalidAddress: ('Web3.py only accepts checksum addresses. The software that gave you this non-checksum address should be considered unsafe, please file it as a bug on their platform. Try using an ENS name instead. Or, if you must accept lower safety, use Web3.toChecksumAddress(lower_case_address).', '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement