File "/app/exchange.py", line 137, in get_exchange_markets
exchange_markets[exchange] = self.exchanges[exchange].load_markets()
File "/usr/local/lib/python3.6/site-packages/ccxt/base/exchange.py", line 871, in load_markets
markets = self.fetch_markets()
File "/usr/local/lib/python3.6/site-packages/ccxt/bittrex.py", line 178, in fetch_markets
response = self.v2GetMarketsGetMarketSummaries()
File "/usr/local/lib/python3.6/site-packages/ccxt/bittrex.py", line 684, in request
response = self.fetch2(path, api, method, params, headers, body)
File "/usr/local/lib/python3.6/site-packages/ccxt/base/exchange.py", line 303, in fetch2
return self.fetch(request['url'], request['method'], request['headers'], request['body'])
File "/usr/local/lib/python3.6/site-packages/ccxt/base/exchange.py", line 377, in fetch
self.handle_rest_errors(e, response.status_code, self.last_http_response, url, method)
File "/usr/local/lib/python3.6/site-packages/ccxt/base/exchange.py", line 406, in handle_rest_errors
self.raise_error(error, url, method, exception if exception else http_status_code, response)
File "/usr/local/lib/python3.6/site-packages/ccxt/base/exchange.py", line 288, in raise_error
raise exception_type(output)
ccxt.base.errors.DDoSProtection: bittrex https://bittrex.com/api/v2.0/pub/Markets/GetMarketSummaries GET 403 Client Error: Forbidden for url: https://bittrex.com/api/v2.0/pub/Markets/GetMarketSummaries
<title>Bittrex.com - The Next Generation Crypto-Currency Exchange</title>
<style>/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: normal;
src: url(data:font/woff2;base64,d09GMgABAAAAADIcAA8AAAAAYdgAADG/AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGk4biyIcPA
I don't know what this type of issue is.
File "/app/exchange.py", line 137, in get_exchange_markets
<title>Bittrex.com - The Next Generation Crypto-Currency Exchange</title> <style>/* cyrillic-ext */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; font-stretch: normal; src: url(data:font/woff2;base64,d09GMgABAAAAADIcAA8AAAAAYdgAADG/AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGk4biyIcPAexchange_markets[exchange] = self.exchanges[exchange].load_markets()
File "/usr/local/lib/python3.6/site-packages/ccxt/base/exchange.py", line 871, in load_markets
markets = self.fetch_markets()
File "/usr/local/lib/python3.6/site-packages/ccxt/bittrex.py", line 178, in fetch_markets
response = self.v2GetMarketsGetMarketSummaries()
File "/usr/local/lib/python3.6/site-packages/ccxt/bittrex.py", line 684, in request
response = self.fetch2(path, api, method, params, headers, body)
File "/usr/local/lib/python3.6/site-packages/ccxt/base/exchange.py", line 303, in fetch2
return self.fetch(request['url'], request['method'], request['headers'], request['body'])
File "/usr/local/lib/python3.6/site-packages/ccxt/base/exchange.py", line 377, in fetch
self.handle_rest_errors(e, response.status_code, self.last_http_response, url, method)
File "/usr/local/lib/python3.6/site-packages/ccxt/base/exchange.py", line 406, in handle_rest_errors
self.raise_error(error, url, method, exception if exception else http_status_code, response)
File "/usr/local/lib/python3.6/site-packages/ccxt/base/exchange.py", line 288, in raise_error
raise exception_type(output)
ccxt.base.errors.DDoSProtection: bittrex https://bittrex.com/api/v2.0/pub/Markets/GetMarketSummaries GET 403 Client Error: Forbidden for url: https://bittrex.com/api/v2.0/pub/Markets/GetMarketSummaries
I don't know what this type of issue is.