BitBotFactory / MikaLendingBot

Automated lending on Cryptocurrency exchanges Poloniex and Bitfinex
http://poloniexlendingbot.readthedocs.io/en/latest/index.html
MIT License
1.11k stars 344 forks source link

New Issue #214

Closed geostoned closed 7 years ago

geostoned commented 7 years ago
Welcome to Poloniex Lending Bot
Started WebServer, lendingbot status available at http://localhost:8000/lendingbot.html
2017-02-04 16:08:41 Error: __init__() takes exactly 6 arguments (2 given)
Traceback (most recent call last):
  File "C:\Users\Geo\Desktop\poloniexlendingbot-master\lendingbot.py", line 68, in <module>
    Data.update_conversion_rates(output_currency, json_output_enabled)
  File "C:\Users\Geo\Desktop\poloniexlendingbot-master\modules\Data.py", line 82, in update_conversion_rates
    total_lended = get_total_lended()[0]
  File "C:\Users\Geo\Desktop\poloniexlendingbot-master\modules\Data.py", line 44, in get_total_lended
    crypto_lended = api.return_active_loans()
  File "C:\Users\Geo\Desktop\poloniexlendingbot-master\modules\Poloniex.py", line 160, in return_active_loans
    return self.api_query('returnActiveLoans')
  File "C:\Users\Geo\Desktop\poloniexlendingbot-master\modules\Poloniex.py", line 111, 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!
rnevet commented 7 years ago

Was it working before or is this a new setup?

geostoned commented 7 years ago

It's new, I think. This is my first report so I honestly didn't pay attention before I would just restart it when I had issues. I'll try to start paying more attention.

On Feb 5, 2017 8:13 AM, "Raanan" notifications@github.com wrote:

Was it working before or is this a new setup?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Mikadily/poloniexlendingbot/issues/214#issuecomment-277529572, or mute the thread https://github.com/notifications/unsubscribe-auth/AYX-BihTNxlaSbZF9vZ0_6bccsMXAm3Qks5rZfUKgaJpZM4L3XL8 .

rnevet commented 7 years ago

Is the bot working otherwise?

rnevet commented 7 years ago

Ok, it is already reported, https://github.com/Mikadily/poloniexlendingbot/issues/181

Not that I have a solution yet.

geostoned commented 7 years ago

As far as I can tell it is working fine. I appreciate your quick responses and apologize for reporting the same issue.

On Feb 5, 2017 8:15 AM, "Raanan" notifications@github.com wrote:

Is the bot working otherwise?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Mikadily/poloniexlendingbot/issues/214#issuecomment-277529753, or mute the thread https://github.com/notifications/unsubscribe-auth/AYX-Bl43JGG8b3TRkDYqwbMFKEmsOlMiks5rZfWsgaJpZM4L3XL8 .

rnevet commented 7 years ago

Not a problem.