MasterGeorge

Results 2 issues of MasterGeorge

I have this code: import requests import json as JSON import pandas as pd item = "BTC-LTC" url = "https://bittrex.com/Api/v2.0/pub/market/GetTicks?marketName="+item+"&tickInterval=fiveMin" headers = {'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1)...

urllib.error.URLError: THIS ERROR COMES OUT BY RUNING ANY REQUEST LIKE THIS: dogesummary = api.getmarketsummary(market)