try:
        data = HighResTiles.proxy_highres(lat=lat, lon=lon,
                                          start=start, end=end)
    except HighResTilesError as e:
        logging.error('[ROUTER]: ' + e.message)