MarSoft / pebble-firmware-utils

Some tools used for Pebble firmware.
GNU General Public License v2.0
139 stars 12 forks source link

downloadFirmware update #21

Open norayr opened 5 years ago

norayr commented 5 years ago
noch@debed /tmp/pebble-firmware-utils $ ./downloadFirmware.py 
[INFO    ] Downloading firmware linked from http://pebblefw.s3.amazonaws.com/pebble/spalding/release-v3.7/latest.json
Traceback (most recent call last):
  File "./downloadFirmware.py", line 67, in <module>
    page = urlopen(uri).read()
  File "/usr/lib64/python2.7/urllib2.py", line 154, in urlopen
    return opener.open(url, data, timeout)
  File "/usr/lib64/python2.7/urllib2.py", line 435, in open
    response = meth(req, response)
  File "/usr/lib64/python2.7/urllib2.py", line 548, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib64/python2.7/urllib2.py", line 473, in error
    return self._call_chain(*args)
  File "/usr/lib64/python2.7/urllib2.py", line 407, in _call_chain
    result = func(*args)
  File "/usr/lib64/python2.7/urllib2.py", line 556, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 404: Not Found

I guess firmware downloader has to be updated, because the world have been changed.