<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Jul 4, 2013 at 11:33 AM, Dan Smith <span dir="ltr">&lt;<a href="mailto:dsmith@danplanet.com" target="_blank">dsmith@danplanet.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Jim,<br>
<br>
Something in your patch is making the &quot;make_supported.py&quot; script fail<br>
during the build. Can you take a look?<br>
<br>
Thanks!<br>
<br>
--Dan<br>
<br></blockquote><div> </div><div>Sure <br><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Traceback (most recent call last):<br>
  File &quot;./share/make_supported.py&quot;, line 124, in &lt;module&gt;<br>
    if _radio.get_features().has_sub_devices:<br>
  File &quot;./chirp/uv5r.py&quot;, line 498, in get_features<br>
    if self._is_orig() == False and self._my_upper_band() ==<br>
vhf_220_radio: File &quot;./chirp/uv5r.py&quot;, line 713, in _is_orig<br>
    version_tag = _firmware_version_from_image(self)<br>
  File &quot;./chirp/uv5r.py&quot;, line 311, in _firmware_version_from_image<br>
    return _firmware_version_from_data(radio.get_mmap())<br>
  File &quot;./chirp/uv5r.py&quot;, line 308, in _firmware_version_from_data<br>
    return data[0x1838:0x1848]<br>
TypeError: &#39;NoneType&#39; object has no attribute &#39;__getitem__&#39;<br>
Build step &#39;Execute shell&#39; marked build as failure<br>
<span class="HOEnZb"><font color="#888888"></font></span><br></blockquote></div><br></div><div class="gmail_extra">My guess was how I was setting &quot;rf.valid_bands&quot; based on the &#39;144/440&#39; model or &#39;144/220&#39; model. Hopefully this will &#39;fix&#39; it.<br>
<br></div><div class="gmail_extra">Jim<br><br></div></div>