Skip to content

PoloniexApiError: Internal error. Please try again. Requesting returnAvailableAccountBalances #175

Description

@sanitariu

PoloniexApiError: Internal error. Please try again. Requesting returnBalances

Unhandled error, please open a Github issue so we can fix it!
2017-01-07 03:34:06 Error: Internal error. Please try again. Requesting returnAvailableAccountBalances
Lended: [0.0689 BTC @ 0.0243%] Traceback (most recent call last):
  File "./lendingbot.py", line 64, in <module>
    Lending.cancel_all()
  File "/home/dri/miner/lending/poloniexlendingbot/modules/Lending.py", line 99, in cancel_all
    available_balances = api.return_available_account_balances('lending')
  File "/home/dri/miner/lending/poloniexlendingbot/modules/Poloniex.py", line 111, in return_available_account_balances
    balances = self.api_query('returnAvailableAccountBalances', {"account": account})
  File "/home/dri/miner/lending/poloniexlendingbot/modules/Poloniex.py", line 80, in api_query
    json_ret = _read_response(ret)
  File "/home/dri/miner/lending/poloniexlendingbot/modules/Poloniex.py", line 46, in _read_response
    raise PoloniexApiError(data['error'])
PoloniexApiError: Internal error. Please try again. Requesting returnAvailableAccountBalances

Unhandled error, please open a Github issue so we can fix it!
2017-01-07 05:15:20 Error: __init__() takes exactly 6 arguments (2 given)
Lended: [0.0689 BTC @ 0.0243%] Traceback (most recent call last):
  File "./lendingbot.py", line 64, in <module>
    Lending.cancel_all()
  File "/home/dri/miner/lending/poloniexlendingbot/modules/Lending.py", line 99, in cancel_all
    available_balances = api.return_available_account_balances('lending')
  File "/home/dri/miner/lending/poloniexlendingbot/modules/Poloniex.py", line 111, in return_available_account_balances
    balances = self.api_query('returnAvailableAccountBalances', {"account": account})
  File "/home/dri/miner/lending/poloniexlendingbot/modules/Poloniex.py", line 86, in api_query
    raise type(ex), type(ex)(ex.message + ' Requesting %s' % command), sys.exc_info()[2]
TypeError: __init__() takes exactly 6 arguments (2 given)

Unhandled error, please open a Github issue so we can fix it!

Metadata

Metadata

Assignees

Labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions