cgrok / clashroyale

Async + Sync wrapper for royaleapi.com and the CR official API
MIT License
47 stars 19 forks source link

Install Currently Broken (due to html load 503 error) #27

Closed danjump closed 5 years ago

danjump commented 5 years ago

The install process is currently broken. it's trying to download some settings from a url that is apparently broken. maybe include those setting in the repo to remove this dependancy?

Traceback (most recent call last):
  File "setup.py", line 34, in <module>
    data = json.loads(urllib.request.urlopen('https://fourjr-webserver.herokuapp.com/cr/constants').read())
  File "/home/danielj/anaconda3/lib/python3.6/urllib/request.py", line 223, in urlopen
    return opener.open(url, data, timeout)
  File "/home/danielj/anaconda3/lib/python3.6/urllib/request.py", line 532, in open
    response = meth(req, response)
  File "/home/danielj/anaconda3/lib/python3.6/urllib/request.py", line 642, in http_response
    'http', request, response, code, msg, hdrs)
  File "/home/danielj/anaconda3/lib/python3.6/urllib/request.py", line 570, in error
    return self._call_chain(*args)
  File "/home/danielj/anaconda3/lib/python3.6/urllib/request.py", line 504, in _call_chain
    result = func(*args)
  File "/home/danielj/anaconda3/lib/python3.6/urllib/request.py", line 650, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 503: Service Unavailable
fourjr commented 5 years ago

Try again next month. Something went wrong on my end :(

rodelfard commented 5 years ago

https://prnt.sc/l0fds6

:'(

fourjr commented 5 years ago

image

fourjr commented 5 years ago

back up