Skip to content

Issue run in to after installing all requirements #2

Description

@SpaceGuildIntern

python gen_reports.py
Traceback (most recent call last):
File "gen_reports.py", line 19, in
main()
File "gen_reports.py", line 14, in main
payoutprofitcalculator.gen_payout_report()
File "/home/ark/arkprofitcalculator/payoutprofitcalculator.py", line 30, in gen_payout_report
balance_history = arkdb.Address.balance_over_time(address)
File "/usr/local/lib/python2.7/dist-packages/arkdbtools/dbtools.py", line 332, in balance_over_time
txhistory = Address.transactions(address)
File "/usr/local/lib/python2.7/dist-packages/arkdbtools/dbtools.py", line 243, in transactions
qry = DbCursor().execute_and_fetchall("""
File "/usr/local/lib/python2.7/dist-packages/arkdbtools/dbtools.py", line 116, in init
dbconnection = DbConnection()
File "/usr/local/lib/python2.7/dist-packages/arkdbtools/dbtools.py", line 107, in init
raise e
psycopg2.OperationalError: fe_sendauth: no password supplied

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions