Ticket #67 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

bank history broken

Reported by: KathyLee Owned by: ThomasSandholm
Priority: normal Milestone: 0.3.3.4 Critical Bugs
Component: Bank Version:
Severity: normal Keywords:
Cc:

Description

tycoon bank get_history seems to be broken.

Traceback (most recent call last):
  File "/usr/bin/tycoon", line 38, in ?
    Tycoon(main.options).run(main.args)
  File "/usr/lib/python2.3/site-packages/Tycoon/Tycoon.py", line 497, in run
    self.__run_bank(args[1:])
  File "/usr/lib/python2.3/site-packages/Tycoon/Tycoon.py", line 375, in __run_bank
    self.__bank = BankClient(self.__options, self.__reactor)
  File "/usr/lib/python2.3/site-packages/Tycoon/BankClient.py", line 55, in __init__
    self.__options.PrivateKeyFileName, "PKCS8")
  File "/usr/lib/python2.3/site-packages/KL/Security/Keys.py", line 88, in read
    self.__read_public_key_file(
  File "/usr/lib/python2.3/site-packages/KL/Security/Keys.py", line 51, in __read_public_key_file
    f = file(os.path.expanduser(public_key_file_name), "r")
IOError: [Errno 2] No such file or directory: '/root/.tycoon/%(UserName)s/bank_account_public_key'

Change History

Changed 4 years ago by KevinLai

  • milestone set to 0.3.3.4

Changed 4 years ago by ThomasSandholm

  • owner changed from EytanAdar to ThomasSandholm
  • status changed from new to assigned

comitted fix to source it will be in the next package wrap up

Changed 4 years ago by ThomasSandholm

  • status changed from assigned to closed
  • resolution set to fixed

Fixed in patch 18.

Note: See TracTickets for help on using tickets.