tv2bt icon indicating copy to clipboard operation
tv2bt copied to clipboard

TVFeed

Open quarkcharmestrange opened this issue 4 years ago • 0 comments

when trying to run the example kraken i get the info for the problem

Unexpected keyword argument 'dataname' in constructor callpylint(unexpected-keyword-arg) Unexpected keyword argument 'debug' in constructor callpylint(unexpected-keyword-arg) from pylint also store = CCXTStore(exchange='kraken', currency='USD', config=config, retries=5, debug=False) File "/usr/local/lib/python3.8/site-packages/ccxtbt/ccxtstore.py", line 45, in call super(MetaSingleton, cls).call(*args, **kwargs)) File "/usr/local/lib/python3.8/site-packages/backtrader/metabase.py", line 88, in call _obj, args, kwargs = cls.doinit(_obj, *args, **kwargs) File "/usr/local/lib/python3.8/site-packages/backtrader/metabase.py", line 78, in doinit _obj.init(*args, **kwargs) File "/usr/local/lib/python3.8/site-packages/ccxtbt/ccxtstore.py", line 105, in init balance = self.exchange.fetch_balance() if 'secret' in config else 0 File "/usr/local/lib/python3.8/site-packages/ccxt/kraken.py", line 895, in fetch_balance response = self.privatePostBalance(params) File "/usr/local/lib/python3.8/site-packages/ccxt/base/exchange.py", line 463, in inner return entry(_self, **inner_kwargs) File "/usr/local/lib/python3.8/site-packages/ccxt/base/exchange.py", line 486, in request return self.fetch2(path, api, method, params, headers, body) File "/usr/local/lib/python3.8/site-packages/ccxt/base/exchange.py", line 482, in fetch2 return self.fetch(request['url'], request['method'], request['headers'], request['body']) File "/usr/local/lib/python3.8/site-packages/ccxt/base/exchange.py", line 604, in fetch self.handle_errors(http_status_code, http_status_text, url, method, headers, http_response, json_response, request_headers, request_body) File "/usr/local/lib/python3.8/site-packages/ccxt/kraken.py", line 1546, in handle_errors raise InvalidNonce(self.id + ' ' + body) do you have a hint how to solve this issue?

quarkcharmestrange avatar Aug 14 '20 06:08 quarkcharmestrange