On Thu, Jul 4, 2013 at 11:33 AM, Dan Smith <dsmith@danplanet.com> wrote:
Jim,

Something in your patch is making the "make_supported.py" script fail
during the build. Can you take a look?

Thanks!

--Dan

 
Sure


Traceback (most recent call last):
  File "./share/make_supported.py", line 124, in <module>
    if _radio.get_features().has_sub_devices:
  File "./chirp/uv5r.py", line 498, in get_features
    if self._is_orig() == False and self._my_upper_band() ==
vhf_220_radio: File "./chirp/uv5r.py", line 713, in _is_orig
    version_tag = _firmware_version_from_image(self)
  File "./chirp/uv5r.py", line 311, in _firmware_version_from_image
    return _firmware_version_from_data(radio.get_mmap())
  File "./chirp/uv5r.py", line 308, in _firmware_version_from_data
    return data[0x1838:0x1848]
TypeError: 'NoneType' object has no attribute '__getitem__'
Build step 'Execute shell' marked build as failure


My guess was how I was setting "rf.valid_bands" based on the '144/440' model or '144/220' model. Hopefully this will 'fix' it.

Jim