You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After Initializing my ledgers (for kraken and bitstamp), running the dashboard, and then visiting the fees and assets pages, I get :
INFO:root:200 GET /fees (127.0.0.1) 13.96ms - FAST
/home/alexv/.virtualenvs/gryphon2/local/lib/python2.7/site-packages/sqlalchemy/sql/sqltypes.py:242: SAWarning: Unicode type received non-unicode bind param value 'DEPOSIT'. (this warning may be suppressed after 10 occurrences)
(util.ellipses_string(value),))
/home/alexv/.virtualenvs/gryphon2/local/lib/python2.7/site-packages/sqlalchemy/sql/sqltypes.py:242: SAWarning: Unicode type received non-unicode bind param value 'WITHDRAWL'. (this warning may be suppressed after 10 occurrences)
(util.ellipses_string(value),))
/home/alexv/.virtualenvs/gryphon2/local/lib/python2.7/site-packages/sqlalchemy/sql/sqltypes.py:242: SAWarning: Unicode type received non-unicode bind param value 'BURN'. (this warning may be suppressed after 10 occurrences)
(util.ellipses_string(value),))
INFO:gryphon.lib.assets:There is no entry with the name 'BURN' in your exchange account table, so we won'tbe able to show non-trading expenses in the dashboard service. You can learn how toset this feature up in the framework documentation.
INFO:root:200 GET /assets (127.0.0.1) 596.35ms - SLOW
There should probably be a link to the correct section in the documentation ? I m guessing it might be the ledger initialization part, but I might be wrong ?
How can I check if it is a problem in code or in DB setup ?
The text was updated successfully, but these errors were encountered:
After Initializing my ledgers (for kraken and bitstamp), running the dashboard, and then visiting the fees and assets pages, I get :
There should probably be a link to the correct section in the documentation ? I m guessing it might be the ledger initialization part, but I might be wrong ?
How can I check if it is a problem in code or in DB setup ?
The text was updated successfully, but these errors were encountered: