[chirp_users] Baofeng UV6S83

Marcus van Dam
Sat Aug 6 10:15:15 PDT 2016


Hi David,

Those are the 3 serial dumps of the communications between Chirp/Baofeng
app and the radio. (and one pgp signature)

I have now also attached the debug log of Chirp.

// Marcus

On 08/06/2016 07:06 PM, David McGuire wrote:
> Hi Marcus. I received a few attachments with a lot of numbers. 
> 
> Get Outlook for iOS <https://aka.ms/o0ukef>
> 
> 
> 
> 
> On Sat, Aug 6, 2016 at 3:51 PM +0100, "Marcus van Dam"
> <marcus at marcusvandam.nl <mailto:marcus at marcusvandam.nl>> wrote:
> 
> Hi,
> 
> I recently bought a Baofeng UV-6 at the 409shop, which I all exited
> hooked up and figured out that it gave the dreaded 'Radio did not
> respond' and 'Refused to clone' messages.
> 
> After some digging and comparing to the Baofeng windows tool
> (UV6UV7_CPS) I found the following;
> 
> When you try to read the radio with Chirp, the magic is send (50 bb ff
> 20 12 08 23 00), the ACK is received, 0x02 is send, and from here, Chirp
> seems to expect 8 bytes of data as ident (ident = serial.read(8)), but
> looking at the serial traffic of the BF software, the radio sends 12
> bytes (AA 01 01 36 01 74 01 04 00 05 20 DD).
> As Chirp only read 8, the next write and read will not return the
> expected results and the clone fails.
> 
> I tried to increase that initial ident read size in Chirp to 12 bytes
> (ident = serial.read(12)), which got me to the "Incorrect 'Model'
> selected" error, saying in the debug, that the model is actually '  Ver
> UV6S83 '.
> 
> In a desperate attempt I added "UV6S83" to the array "BASETYPE_UV6",
> which allowed Chirp to read the data, but in the end it could not make
> sense of the content.
> 
> This is where my debug skills ended and I hope your expertise comes in.
> 
> I have attached a couple of captures to this email;
> UV6S83-CHIRP_8bytes-ident.txt = Chirp, all default trying to read the UV-6
> UV6S83-CHIRP_12bytes-ident.txt = Chirp, modified the ident length and
> added the basetype as an UV-6
> UV6S83-UV6UV7.txt = Original Baofeng software doing a full dump.
> 
> The modified Chirp dump contains an interesting snippet in the first
> memory block: BAOFENG UV-5R ..  Ver  UV6S83
> Would the have build a Frankenstein device?
> 
> Let me know if there is anything I can do to help debugging.
> 
> // Marcus
> 
> 
> 
> _______________________________________________
> chirp_users mailing list
> chirp_users at intrepid.danplanet.com
> http://intrepid.danplanet.com/mailman/listinfo/chirp_users
> This message was sent to Marcus van Dam at marcus at marcusvandam.nl
> To unsubscribe, send an email to chirp_users-unsubscribe at intrepid.danplanet.com
> 
-------------- next part --------------
[2016-08-06 16:31:42,328] chirp.logger - DEBUG: CHIRP daily-20160802 on WinXP (Python 2.7.10)
[2016-08-06 16:31:42,405] chirp.directory - INFO: Registered Alinco_DR03T = DR03Radio
[2016-08-06 16:31:42,405] chirp.directory - INFO: Registered Alinco_DR06T = DR06Radio
[2016-08-06 16:31:42,405] chirp.directory - INFO: Registered Alinco_DR135T = DR135Radio
[2016-08-06 16:31:42,405] chirp.directory - INFO: Registered Alinco_DR235T = DR235Radio
[2016-08-06 16:31:42,405] chirp.directory - INFO: Registered Alinco_DR435T = DR435Radio
[2016-08-06 16:31:42,405] chirp.directory - INFO: Registered Alinco_DJ596 = DJ596Radio
[2016-08-06 16:31:42,405] chirp.directory - INFO: Registered Jetstream_JT220M = JT220MRadio
[2016-08-06 16:31:42,405] chirp.directory - INFO: Registered Alinco_DJ175 = DJ175Radio
[2016-08-06 16:31:42,405] chirp.directory - INFO: Registered AnyTone_5888UV = AnyTone5888UVRadio
[2016-08-06 16:31:42,405] chirp.directory - INFO: Registered Intek_HR-2040 = IntekHR2040Radio
[2016-08-06 16:31:42,405] chirp.directory - INFO: Registered Polmar_DB-50M = PolmarDB50MRadio
[2016-08-06 16:31:42,405] chirp.directory - INFO: Registered Powerwerx_DB-750X = PowerwerxDB750XRadio
[2016-08-06 16:31:42,405] chirp.directory - INFO: Registered AnyTone_TERMN-8R = AnyToneTERMN8RRadio
[2016-08-06 16:31:42,405] chirp.directory - INFO: Registered AnyTone_OBLTR-8R = AnyToneOBLTR8RRadio
[2016-08-06 16:31:42,405] chirp.directory - INFO: Registered Baofeng_UV-3R = UV3RRadio
[2016-08-06 16:31:42,405] chirp.directory - INFO: Registered Baojie_BJ-9900 = BJ9900Radio
[2016-08-06 16:31:42,405] chirp.directory - INFO: Registered Baofeng_UV-5R = BaofengUV5RGeneric
[2016-08-06 16:31:42,405] chirp.directory - INFO: Registered Baofeng_F-11 = BaofengF11Radio
[2016-08-06 16:31:42,405] chirp.directory - INFO: Registered Baofeng_UV-82 = BaofengUV82Radio
[2016-08-06 16:31:42,405] chirp.directory - INFO: Registered Baofeng_UV-6 = BaofengUV6Radio
[2016-08-06 16:31:42,405] chirp.directory - INFO: Registered Intek_KT-980HP = IntekKT980Radio
[2016-08-06 16:31:42,405] chirp.directory - INFO: Registered Baofeng_BF-F8HP = BaofengBFF8HPRadio
[2016-08-06 16:31:42,405] chirp.directory - INFO: Registered Baofeng_UV-82HP = BaofengUV82HPRadio
[2016-08-06 16:31:42,405] chirp.directory - INFO: Registered Baojie_BJ-UV55 = BaojieBJUV55Radio
[2016-08-06 16:31:42,421] chirp.directory - INFO: Registered BTECH_UV-2501 = UV2501
[2016-08-06 16:31:42,421] chirp.directory - INFO: Registered BTECH_UV-2501+220 = UV2501_220
[2016-08-06 16:31:42,421] chirp.directory - INFO: Registered BTECH_UV-5001 = UV5001
[2016-08-06 16:31:42,421] chirp.directory - INFO: Registered WACCOM_MINI-8900 = MINI8900
[2016-08-06 16:31:42,421] chirp.directory - INFO: Registered QYT_KT-UV980 = KTUV980
[2016-08-06 16:31:42,421] chirp.directory - INFO: Registered QYT_KT8900 = KT9800
[2016-08-06 16:31:42,421] chirp.directory - INFO: Registered QYT_KT8900R = KT9800R
[2016-08-06 16:31:42,421] chirp.directory - INFO: Registered LUITON_LT-588UV = LT588UV
[2016-08-06 16:31:42,421] chirp.directory - INFO: Registered Feidaxin_FD-268A = FD268ARadio
[2016-08-06 16:31:42,421] chirp.directory - INFO: Registered Feidaxin_FD-268B = FD268BRadio
[2016-08-06 16:31:42,421] chirp.directory - INFO: Registered Feidaxin_FD-288A = FD288ARadio
[2016-08-06 16:31:42,421] chirp.directory - INFO: Registered Feidaxin_FD-288B = FD288BRadio
[2016-08-06 16:31:42,421] chirp.directory - INFO: Registered Feidaxin_FD-150A = FD150ARadio
[2016-08-06 16:31:42,421] chirp.directory - INFO: Registered Feidaxin_FD-160A = FD160ARadio
[2016-08-06 16:31:42,421] chirp.directory - INFO: Registered Feidaxin_FD-450A = FD450ARadio
[2016-08-06 16:31:42,421] chirp.directory - INFO: Registered Feidaxin_FD-460A = FD460ARadio
[2016-08-06 16:31:42,421] chirp.directory - INFO: Registered Yaesu_FT-1802M = FT1802Radio
[2016-08-06 16:31:42,421] chirp.directory - INFO: Registered Yaesu_FT-1D_R = FT1Radio
[2016-08-06 16:31:42,421] chirp.directory - INFO: Registered Yaesu_FT-2800M = FT2800Radio
[2016-08-06 16:31:42,421] chirp.directory - INFO: Registered Yaesu_FT-2900R_1900R = FT2900Radio
[2016-08-06 16:31:42,421] chirp.directory - INFO: Registered Yaesu_FT-50 = FT50Radio
[2016-08-06 16:31:42,421] chirp.directory - INFO: Registered Yaesu_FT-60 = FT60Radio
[2016-08-06 16:31:42,421] chirp.directory - INFO: Registered Yaesu_FT-7800_7900 = FT7800Radio
[2016-08-06 16:31:42,421] chirp.directory - INFO: Registered Yaesu_FT-8800 = FT8800Radio
[2016-08-06 16:31:42,421] chirp.directory - INFO: Registered Yaesu_FT-8900 = FT8900Radio
[2016-08-06 16:31:42,421] chirp.directory - INFO: Registered Yaesu_FT-8100 = FT8100Radio
[2016-08-06 16:31:42,421] chirp.directory - INFO: Registered Yaesu_FT-817 = FT817Radio
[2016-08-06 16:31:42,421] chirp.directory - INFO: Registered Yaesu_FT-817ND = FT817NDRadio
[2016-08-06 16:31:42,421] chirp.directory - INFO: Registered Yaesu_FT-817ND_US = FT817NDUSRadio
[2016-08-06 16:31:42,421] chirp.directory - INFO: Registered Yaesu_FT-857_897 = FT857Radio
[2016-08-06 16:31:42,421] chirp.directory - INFO: Registered Yaesu_FT-857_897_US = FT857USRadio
[2016-08-06 16:31:42,421] chirp.directory - INFO: Registered Yaesu_FT-90 = FT90Radio
[2016-08-06 16:31:42,421] chirp.directory - INFO: Registered Yaesu_FTM-350 = FTM350Radio
[2016-08-06 16:31:42,421] chirp.directory - INFO: Registered Generic_CSV = CSVRadio
[2016-08-06 16:31:42,421] chirp.directory - INFO: Registered Commander_KG-UV = CommanderCSVRadio
[2016-08-06 16:31:42,421] chirp.directory - INFO: Registered RT_Systems_CSV = RTCSVRadio
[2016-08-06 16:31:42,421] chirp.directory - INFO: Registered ARRL_Travel_Plus = TpeRadio
[2016-08-06 16:31:42,437] chirp.directory - INFO: Registered Generic_XML = XMLRadio
[2016-08-06 16:31:42,453] chirp.directory - INFO: Registered Baofeng_BF-888 = H777Radio
[2016-08-06 16:31:42,453] chirp.directory - INFO: Registered HobbyPCB_RS-UV3 = HobbyPCBRSUV3Radio
[2016-08-06 16:31:42,453] chirp.directory - INFO: Registered Icom_IC-208H = IC208Radio
[2016-08-06 16:31:42,453] chirp.directory - INFO: Registered Icom_IC-2100H = IC2100Radio
[2016-08-06 16:31:42,453] chirp.directory - INFO: Registered Icom_IC-2200H = IC2200Radio
[2016-08-06 16:31:42,453] chirp.directory - INFO: Registered Icom_IC-2720H = IC2720Radio
[2016-08-06 16:31:42,453] chirp.directory - INFO: Registered Icom_IC-2820H = IC2820Radio
[2016-08-06 16:31:42,453] chirp.directory - INFO: Registered Icom_IC-91_92AD = IC9xRadio
[2016-08-06 16:31:42,453] chirp.directory - INFO: Registered Icom_7200 = Icom7200Radio
[2016-08-06 16:31:42,453] chirp.directory - INFO: Registered Icom_IC-7000 = Icom7000Radio
[2016-08-06 16:31:42,453] chirp.directory - INFO: Registered Icom_746 = Icom746Radio
[2016-08-06 16:31:42,453] chirp.directory - INFO: Registered Icom_IC-Q7A = ICQ7Radio
[2016-08-06 16:31:42,453] chirp.directory - INFO: Registered Icom_IC-T70 = ICT70Radio
[2016-08-06 16:31:42,453] chirp.directory - INFO: Registered Icom_IC-T7H = ICT7HRadio
[2016-08-06 16:31:42,453] chirp.directory - INFO: Registered Icom_IC-T8A = ICT8ARadio
[2016-08-06 16:31:42,453] chirp.directory - INFO: Registered Icom_IC-W32A = ICW32ARadio
[2016-08-06 16:31:42,453] chirp.directory - INFO: Registered Icom_IC-W32E = ICW32ERadio
[2016-08-06 16:31:42,453] chirp.directory - INFO: Registered Icom_IC-V82_U82 = ICx8xRadio
[2016-08-06 16:31:42,453] chirp.directory - INFO: Registered Icom_ID-31A = ID31Radio
[2016-08-06 16:31:42,453] chirp.directory - INFO: Registered Icom_ID-51 = ID51Radio
[2016-08-06 16:31:42,453] chirp.directory - INFO: Registered Icom_ID-51_Plus = ID51PLUSRadio
[2016-08-06 16:31:42,453] chirp.directory - INFO: Registered Icom_ID-800H_v2 = ID800v2Radio
[2016-08-06 16:31:42,453] chirp.directory - INFO: Registered Icom_ID-880H = ID880Radio
[2016-08-06 16:31:42,453] chirp.directory - INFO: Registered Icom_ID-80H = ID80Radio
[2016-08-06 16:31:42,453] chirp.directory - INFO: Registered Kenwood_HMK = HMKRadio
[2016-08-06 16:31:42,453] chirp.directory - INFO: Registered Kenwood_ITM = ITMRadio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Kenwood_TH-D7 = THD7Radio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Kenwood_TH-D7G = THD7GRadio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Kenwood_TM-D700 = TMD700Radio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Kenwood_TM-V7 = TMV7Radio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Kenwood_TM-G707 = TMG707Radio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Kenwood_TH-G71 = THG71Radio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Kenwood_TH-F6 = THF6ARadio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Kenwood_TH-F7 = THF7ERadio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Kenwood_TM-D710 = TMD710Radio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Kenwood_TH-D72_live_mode = THD72Radio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Kenwood_TM-V71 = TMV71Radio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Kenwood_TM-D710G = TMD710GRadio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Kenwood_TH-K2 = THK2Radio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Kenwood_TM-271 = TM271Radio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Kenwood_TM-281 = TM281Radio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Kenwood_TM-471 = TM471Radio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Wouxun_KG-UV8D = KGUV8DRadio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered KYD_NC-630A = NC630aRadio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered KYD_IP-620 = IP620Radio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Leixen_VV-898 = LeixenVV898Radio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Jetstream_JT270M = JetstreamJT270MRadio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Wouxun_KG-UVD1P = KGUVD1PRadio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Wouxun_KG-UV6 = KGUV6DRadio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Wouxun_KG-816 = KG816Radio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Wouxun_KG-818 = KG818Radio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Puxing_PX-777 = Puxing777Radio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Puxing_PX-2R = Puxing2RRadio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered TYT_TH-7800_File = TYTTH7800File
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered TYT_TH-7800 = TYTTH7800Radio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered TYT_TH9000_220 = Th9000220Radio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered TYT_TH9000_144 = Th9000144Radio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered TYT_TH9000_440 = Th9000440Radio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered TYT_TH-9800_File = TYTTH9800File
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered TYT_TH-9800 = TYTTH9800Radio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered TYT_TH-UV3R = TYTUV3RRadio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered TYT_TH-UV3R-25 = TYTUV3R25Radio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered TYT_TH-UVF8D = TYTUVF8DRadio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Kenwood_TH-D72_clone_mode = THD72Radio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered TYT_TH-UVF1 = TYTTHUVF1Radio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Kenwood_TK-260 = TK260_Radio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Kenwood_TK-270 = TK270_Radio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Kenwood_TK-272 = TK272_Radio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Kenwood_TK-278 = TK278_Radio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Kenwood_TK-360 = TK360_Radio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Kenwood_TK-370 = TK370_Radio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Kenwood_TK-372 = TK372_Radio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Kenwood_TK-378 = TK378_Radio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Kenwood_TK-760 = TK760_Radio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Kenwood_TK-762 = TK762_Radio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Kenwood_TK-768 = TK768_Radio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Kenwood_TK-860 = TK860_Radio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Kenwood_TK-862 = TK862_Radio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Kenwood_TK-868 = TK868_Radio
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Kenwood_TK-868G = TK868G_Radios
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Kenwood_TK-862G = TK862G_Radios
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Kenwood_TK-860G = TK860G_Radios
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Kenwood_TK-768G = TK768G_Radios
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Kenwood_TK-762G = TK762G_Radios
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Kenwood_TK-760G = TK760G_Radios
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Kenwood_TK-278G = TK278G_Radios
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Kenwood_TK-272G = TK272G_Radios
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Kenwood_TK-270G = TK270G_Radios
[2016-08-06 16:31:42,469] chirp.directory - INFO: Registered Kenwood_TK-260G = TK260G_Radios
[2016-08-06 16:31:42,483] chirp.directory - INFO: Registered Kenwood_TK-7102 = KenwoodTK7102Radio
[2016-08-06 16:31:42,483] chirp.directory - INFO: Registered Kenwood_TK-8102 = KenwoodTK8102Radio
[2016-08-06 16:31:42,483] chirp.directory - INFO: Registered Kenwood_TK-7108 = KenwoodTK7108Radio
[2016-08-06 16:31:42,483] chirp.directory - INFO: Registered Kenwood_TK-8108 = KenwoodTK8108Radio
[2016-08-06 16:31:42,483] chirp.directory - INFO: Registered Kenwood_TS-2000 = TS2000Radio
[2016-08-06 16:31:42,483] chirp.directory - INFO: Registered Baofeng_UV-B5 = BaofengUVB5
[2016-08-06 16:31:42,483] chirp.directory - INFO: Registered BTECH_UV-50X3 = UV50X3
[2016-08-06 16:31:42,483] chirp.directory - INFO: Registered Yaesu_VX-170 = VX170Radio
[2016-08-06 16:31:42,483] chirp.directory - INFO: Registered Yaesu_VX-2 = VX2Radio
[2016-08-06 16:31:42,483] chirp.directory - INFO: Registered Yaesu_VX-3 = VX3Radio
[2016-08-06 16:31:42,483] chirp.directory - INFO: Registered Yaesu_VX-5 = VX5Radio
[2016-08-06 16:31:42,483] chirp.directory - INFO: Registered Yaesu_VX-6 = VX6Radio
[2016-08-06 16:31:42,483] chirp.directory - INFO: Registered Yaesu_VX-7 = VX7Radio
[2016-08-06 16:31:42,483] chirp.directory - INFO: Registered Yaesu_VX-8_R = VX8Radio
[2016-08-06 16:31:42,483] chirp.directory - INFO: Registered Yaesu_VX-8_DR = VX8DRadio
[2016-08-06 16:31:42,483] chirp.directory - INFO: Registered Yaesu_VX-8_GE = VX8GERadio
[2016-08-06 16:31:42,483] chirp.directory - INFO: Registered Vertex_Standard_VXA-700 = VXA700Radio
[2016-08-06 16:31:42,483] elib.intl - DEBUG: Set environment variable 'LANG' to 'nl_NL' ('kernel32.SetEnvironmentVariableW')
[2016-08-06 16:31:42,483] elib.intl - DEBUG: Set environment variable 'LANG' to 'nl_NL' ('msvcrt._putenv')
[2016-08-06 16:31:42,483] elib.intl - DEBUG: Set environment variable 'LANG' to 'nl_NL' ('msvcr90._putenv')
[2016-08-06 16:31:42,719] chirp.ui.mainapp - INFO: Skipping existing stock config
[2016-08-06 16:31:42,719] chirp.ui.mainapp - INFO: Skipping existing stock config
[2016-08-06 16:31:42,719] chirp.ui.mainapp - INFO: Skipping existing stock config
[2016-08-06 16:31:42,719] chirp.ui.mainapp - INFO: Skipping existing stock config
[2016-08-06 16:31:42,719] chirp.ui.mainapp - INFO: Skipping existing stock config
[2016-08-06 16:31:42,719] chirp.ui.mainapp - INFO: Skipping existing stock config
[2016-08-06 16:31:42,719] chirp.ui.mainapp - INFO: Skipping existing stock config
[2016-08-06 16:31:42,719] chirp.ui.mainapp - INFO: Skipping existing stock config
[2016-08-06 16:31:42,719] chirp.ui.mainapp - INFO: Skipping existing stock config
[2016-08-06 16:31:42,719] chirp.ui.mainapp - INFO: Skipping existing stock config
[2016-08-06 16:31:42,719] chirp.ui.mainapp - INFO: Skipping existing stock config
[2016-08-06 16:31:42,719] chirp.ui.mainapp - INFO: Skipping existing stock config
[2016-08-06 16:31:42,719] chirp.ui.reporting - DEBUG: Checking for updates
[2016-08-06 16:31:43,140] chirp.ui.reporting - DEBUG: Server reports version daily-20160802 is latest
[2016-08-06 16:31:52,796] chirp.ui.mainapp - DEBUG: User selected Baofeng UV-6 on port COM3
[2016-08-06 16:31:52,937] chirp.ui.clone - DEBUG: Clone thread started
[2016-08-06 16:31:52,937] chirp.drivers.uv5r - INFO: Sending Magic: 000: 50 bb ff 20 12 08 23 00   P.....#.

[2016-08-06 16:31:53,062] chirp.drivers.uv5r - INFO: Ident: 000: aa 01 01 36 01 74 01 04   ...6.t..

[2016-08-06 16:31:53,062] chirp.drivers.uv5r - ERROR: Radio refused clone
[2016-08-06 16:31:55,062] chirp.drivers.uv5r - INFO: Sending Magic: 000: 50 bb ff 12 03 98 4d 00   P.....M.

[2016-08-06 16:31:55,171] chirp.drivers.uv5r - DEBUG: '\x05'
[2016-08-06 16:31:55,171] chirp.drivers.uv5r - ERROR: Radio did not respond
[2016-08-06 16:31:57,171] chirp.ui.reporting - DEBUG: Reporting exception
[2016-08-06 16:31:57,171] chirp.ui.common - ERROR: -- Exception: --
[2016-08-06 16:31:57,171] chirp.ui.common - ERROR: Traceback (most recent call last):
  File "chirp\ui\clone.pyo", line 249, in run
  File "chirp\drivers\uv5r.pyo", line 673, in sync_in
  File "chirp\drivers\uv5r.pyo", line 487, in _do_download
  File "chirp\drivers\uv5r.pyo", line 482, in _ident_radio
RadioError: Radio did not respond

[2016-08-06 16:31:57,171] chirp.ui.common - ERROR: ----------------
[2016-08-06 16:31:57,171] chirp.ui.clone - ERROR: Clone failed: Radio did not respond
[2016-08-06 16:31:57,390] chirp.ui.clone - DEBUG: Clone thread ended
[2016-08-06 16:31:57,390] chirp.ui.reporting - DEBUG: Reporting model usage: Baofeng_UV-6,download,True
[2016-08-06 16:31:57,390] chirp.ui.inputdialog - ERROR: --- Exception Dialog: Radio did not respond ---
[2016-08-06 16:31:57,390] chirp.ui.inputdialog - ERROR: Traceback (most recent call last):
  File "chirpw", line 67, in <module>
AttributeError: 'NoneType' object has no attribute 'split'

[2016-08-06 16:31:57,390] chirp.ui.reporting - DEBUG: Reporting exception
[2016-08-06 16:31:57,390] chirp.ui.inputdialog - ERROR: ----------------------------
[2016-08-06 16:32:58,733] chirp.directory - INFO: driver re-registration enabled
[2016-08-06 16:32:58,750] chirp.directory - WARNING: Replacing existing driver id `Baofeng_UV-5R'
[2016-08-06 16:32:58,750] chirp.directory - INFO: Registered Baofeng_UV-5R = BaofengUV5RGeneric
[2016-08-06 16:32:58,750] chirp.directory - WARNING: Replacing existing driver id `Baofeng_F-11'
[2016-08-06 16:32:58,750] chirp.directory - INFO: Registered Baofeng_F-11 = BaofengF11Radio
[2016-08-06 16:32:58,750] chirp.directory - WARNING: Replacing existing driver id `Baofeng_UV-82'
[2016-08-06 16:32:58,750] chirp.directory - INFO: Registered Baofeng_UV-82 = BaofengUV82Radio
[2016-08-06 16:32:58,750] chirp.directory - WARNING: Replacing existing driver id `Baofeng_UV-6'
[2016-08-06 16:32:58,750] chirp.directory - INFO: Registered Baofeng_UV-6 = BaofengUV6Radio
[2016-08-06 16:32:58,750] chirp.directory - WARNING: Replacing existing driver id `Intek_KT-980HP'
[2016-08-06 16:32:58,750] chirp.directory - INFO: Registered Intek_KT-980HP = IntekKT980Radio
[2016-08-06 16:32:58,750] chirp.directory - WARNING: Replacing existing driver id `Baofeng_BF-F8HP'
[2016-08-06 16:32:58,750] chirp.directory - INFO: Registered Baofeng_BF-F8HP = BaofengBFF8HPRadio
[2016-08-06 16:32:58,750] chirp.directory - WARNING: Replacing existing driver id `Baofeng_UV-82HP'
[2016-08-06 16:32:58,750] chirp.directory - INFO: Registered Baofeng_UV-82HP = BaofengUV82HPRadio
[2016-08-06 16:33:43,858] chirp.ui.mainapp - DEBUG: User selected Baofeng UV-6 on port COM3
[2016-08-06 16:33:43,937] chirp.ui.clone - DEBUG: Clone thread started
[2016-08-06 16:33:43,937] chirp.ui.mainapp - INFO: Sending Magic: 000: 50 bb ff 20 12 08 23 00   P.....#.

[2016-08-06 16:33:44,062] chirp.ui.mainapp - INFO: Ident: 000: aa 01 01 36 01 74 01 04   ...6.t..
008: 00 05 20 dd 00 00 00 00   ........

[2016-08-06 16:33:44,421] chirp.ui.mainapp - INFO: Radio Version is '  Ver  UV6S83 '
[2016-08-06 16:33:44,421] chirp.ui.mainapp - DEBUG: downloading main block...
[2016-08-06 16:34:00,608] chirp.ui.mainapp - DEBUG: done.
[2016-08-06 16:34:00,608] chirp.ui.mainapp - DEBUG: downloading aux block...
[2016-08-06 16:34:01,469] chirp.ui.mainapp - DEBUG: done.
[2016-08-06 16:34:01,687] chirp.ui.clone - DEBUG: Clone thread ended
[2016-08-06 16:34:01,687] chirp.ui.reporting - DEBUG: Reporting model usage: Baofeng_UV-6,download,False
[2016-08-06 16:34:01,687] chirp.ui.bandplans - WARNING: Bandplan North American Band Plan has duplicates [1800000-2000000 160 Meter Band simplex , 1800000-2000000 160 Meter Band simplex mode: CW ]
[2016-08-06 16:34:01,687] chirp.ui.bandplans - WARNING: Bandplan North American Band Plan has duplicates [1800000-1810000 Digimodes simplex , 1800000-1810000 Digital Modes simplex ]
[2016-08-06 16:34:01,687] chirp.ui.bandplans - WARNING: Bandplan North American Band Plan has duplicates [1999000-2000000 Beacons simplex mode: CW , 1999000-2000000 Beacons simplex ]
[2016-08-06 16:34:01,687] chirp.ui.bandplans - WARNING: Bandplan North American Band Plan has duplicates [3500000-4000000 80 Meter Band simplex , 3500000-4000000 80 Meter Band simplex ]
[2016-08-06 16:34:01,687] chirp.ui.bandplans - WARNING: Bandplan North American Band Plan has duplicates [7000000-7300000 40 Meter Band simplex , 7000000-7300000 40 Meter Band simplex ]
[2016-08-06 16:34:01,687] chirp.ui.bandplans - WARNING: Bandplan North American Band Plan has duplicates [10100000-10150000 30 Meter Band simplex , 10100000-10150000 30 Meter Band simplex ]
[2016-08-06 16:34:01,687] chirp.ui.bandplans - WARNING: Bandplan North American Band Plan has duplicates [10130000-10140000 All narrow band digimodes simplex , 10130000-10140000 RTTY simplex mode: RTTY ]
[2016-08-06 16:34:01,687] chirp.ui.bandplans - WARNING: Bandplan North American Band Plan has duplicates [10140000-10150000 All modes, digimodes, no phone simplex , 10140000-10150000 Packet simplex ]
[2016-08-06 16:34:01,687] chirp.ui.bandplans - WARNING: Bandplan North American Band Plan has duplicates [14000000-14350000 20 Meter Band simplex , 14000000-14350000 20 Meter Band simplex ]
[2016-08-06 16:34:01,687] chirp.ui.bandplans - WARNING: Bandplan North American Band Plan has duplicates [18068000-18168000 17 Meter Band simplex , 18068000-18168000 17 Meter Band simplex ]
[2016-08-06 16:34:01,687] chirp.ui.bandplans - WARNING: Bandplan North American Band Plan has duplicates [21000000-21450000 15 Meter Band simplex , 21000000-21450000 15 Meter Band simplex ]
[2016-08-06 16:34:01,687] chirp.ui.bandplans - WARNING: Bandplan North American Band Plan has duplicates [24890000-24990000 12 Meter Band simplex , 24890000-24990000 12 Meter Band simplex ]
[2016-08-06 16:34:01,687] chirp.ui.bandplans - WARNING: Bandplan North American Band Plan has duplicates [28000000-28070000 CW simplex mode: CW , 28000000-28070000 CW simplex mode: CW ]
[2016-08-06 16:34:01,687] chirp.ui.bandplans - WARNING: Bandplan North American Band Plan has duplicates [28150000-28190000 All narrow band modes, digimodes simplex , 28150000-28190000 CW simplex mode: CW ]
[2016-08-06 16:34:01,687] chirp.ui.bandplans - WARNING: Bandplan North American Band Plan has duplicates [29000000-29200000 All modes, AM preferred simplex mode: AM , 29000000-29200000 AM simplex mode: AM ]
[2016-08-06 16:34:01,687] chirp.ui.bandplans - WARNING: Bandplan North American Band Plan has duplicates [29300000-29510000 Satellite downlink simplex , 29300000-29510000 Satellite Downlinks simplex ]
[2016-08-06 16:34:01,687] chirp.ui.bandplans - WARNING: Bandplan North American Band Plan has duplicates [1800000-2000000 160 Meter Band simplex , 1800000-2000000 160 Meter Band simplex mode: CW ]
[2016-08-06 16:34:01,687] chirp.ui.bandplans - WARNING: Bandplan North American Band Plan has duplicates [1800000-1810000 Digimodes simplex , 1800000-1810000 Digital Modes simplex ]
[2016-08-06 16:34:01,687] chirp.ui.bandplans - WARNING: Bandplan North American Band Plan has duplicates [1999000-2000000 Beacons simplex mode: CW , 1999000-2000000 Beacons simplex ]
[2016-08-06 16:34:01,687] chirp.ui.bandplans - WARNING: Bandplan North American Band Plan has duplicates [3500000-4000000 80 Meter Band simplex , 3500000-4000000 80 Meter Band simplex ]
[2016-08-06 16:34:01,687] chirp.ui.bandplans - WARNING: Bandplan North American Band Plan has duplicates [7000000-7300000 40 Meter Band simplex , 7000000-7300000 40 Meter Band simplex ]
[2016-08-06 16:34:01,687] chirp.ui.bandplans - WARNING: Bandplan North American Band Plan has duplicates [10100000-10150000 30 Meter Band simplex , 10100000-10150000 30 Meter Band simplex ]
[2016-08-06 16:34:01,687] chirp.ui.bandplans - WARNING: Bandplan North American Band Plan has duplicates [10130000-10140000 All narrow band digimodes simplex , 10130000-10140000 RTTY simplex mode: RTTY ]
[2016-08-06 16:34:01,687] chirp.ui.bandplans - WARNING: Bandplan North American Band Plan has duplicates [10140000-10150000 All modes, digimodes, no phone simplex , 10140000-10150000 Packet simplex ]
[2016-08-06 16:34:01,687] chirp.ui.bandplans - WARNING: Bandplan North American Band Plan has duplicates [14000000-14350000 20 Meter Band simplex , 14000000-14350000 20 Meter Band simplex ]
[2016-08-06 16:34:01,687] chirp.ui.bandplans - WARNING: Bandplan North American Band Plan has duplicates [18068000-18168000 17 Meter Band simplex , 18068000-18168000 17 Meter Band simplex ]
[2016-08-06 16:34:01,687] chirp.ui.bandplans - WARNING: Bandplan North American Band Plan has duplicates [21000000-21450000 15 Meter Band simplex , 21000000-21450000 15 Meter Band simplex ]
[2016-08-06 16:34:01,687] chirp.ui.bandplans - WARNING: Bandplan North American Band Plan has duplicates [24890000-24990000 12 Meter Band simplex , 24890000-24990000 12 Meter Band simplex ]
[2016-08-06 16:34:01,687] chirp.ui.bandplans - WARNING: Bandplan North American Band Plan has duplicates [28000000-28070000 CW simplex mode: CW , 28000000-28070000 CW simplex mode: CW ]
[2016-08-06 16:34:01,687] chirp.ui.bandplans - WARNING: Bandplan North American Band Plan has duplicates [28150000-28190000 All narrow band modes, digimodes simplex , 28150000-28190000 CW simplex mode: CW ]
[2016-08-06 16:34:01,687] chirp.ui.bandplans - WARNING: Bandplan North American Band Plan has duplicates [29000000-29200000 All modes, AM preferred simplex mode: AM , 29000000-29200000 AM simplex mode: AM ]
[2016-08-06 16:34:01,687] chirp.ui.bandplans - WARNING: Bandplan North American Band Plan has duplicates [29300000-29510000 Satellite downlink simplex , 29300000-29510000 Satellite Downlinks simplex ]
[2016-08-06 16:34:01,719] chirp.ui.memedit - ERROR: 'NoneType' object has no attribute 'split'
[2016-08-06 16:34:01,719] chirp.ui.memedit - INFO: DTCS Code supported: True
[2016-08-06 16:34:01,719] chirp.ui.memedit - INFO: DTCS Rx Code supported: True
[2016-08-06 16:34:01,719] chirp.ui.memedit - INFO: DTCS Pol supported: True
[2016-08-06 16:34:01,719] chirp.ui.memedit - INFO: Mode supported: True
[2016-08-06 16:34:01,719] chirp.ui.memedit - INFO: Offset supported: True
[2016-08-06 16:34:01,719] chirp.ui.memedit - INFO: Name supported: True
[2016-08-06 16:34:01,719] chirp.ui.memedit - INFO: Tune Step supported: False
[2016-08-06 16:34:01,719] chirp.ui.memedit - INFO: Name supported: True
[2016-08-06 16:34:01,719] chirp.ui.memedit - INFO: ToneSql supported: True
[2016-08-06 16:34:01,719] chirp.ui.memedit - INFO: Cross Mode supported: True
[2016-08-06 16:34:01,719] chirp.ui.memedit - INFO: Comment supported: False
[2016-08-06 16:34:01,719] chirp.ui.memedit - INFO: DTCS Code supported: True
[2016-08-06 16:34:01,719] chirp.ui.memedit - INFO: DTCS Rx Code supported: True
[2016-08-06 16:34:01,719] chirp.ui.memedit - INFO: DTCS Pol supported: True
[2016-08-06 16:34:01,719] chirp.ui.memedit - INFO: Mode supported: True
[2016-08-06 16:34:01,719] chirp.ui.memedit - INFO: Offset supported: True
[2016-08-06 16:34:01,719] chirp.ui.memedit - INFO: Name supported: True
[2016-08-06 16:34:01,719] chirp.ui.memedit - INFO: Tune Step supported: False
[2016-08-06 16:34:01,719] chirp.ui.memedit - INFO: Name supported: True
[2016-08-06 16:34:01,719] chirp.ui.memedit - INFO: ToneSql supported: True
[2016-08-06 16:34:01,719] chirp.ui.memedit - INFO: Cross Mode supported: True
[2016-08-06 16:34:01,719] chirp.ui.memedit - INFO: Comment supported: False
[2016-08-06 16:34:01,733] chirp.ui.common - ERROR: Exception running RadioJob: `1750.4' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]
[2016-08-06 16:34:01,733] chirp.ui.reporting - DEBUG: Reporting exception
[2016-08-06 16:34:01,733] chirp.ui.common - ERROR: -- Exception: --
[2016-08-06 16:34:01,733] chirp.ui.common - ERROR: Traceback (most recent call last):
  File "chirp\ui\common.pyo", line 116, in _execute
  File "Z:\tmp\uv5r.py", line 741, in get_memory
  File "chirp\chirp_common.pyo", line 334, in __setattr__
ValueError: `1750.4' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]

[2016-08-06 16:34:01,733] chirp.ui.common - ERROR: ----------------
[2016-08-06 16:34:01,733] chirp.ui.common - ERROR: Job Args:   (1,)
[2016-08-06 16:34:01,733] chirp.ui.common - ERROR: Job KWArgs: {}
[2016-08-06 16:34:01,733] chirp.ui.common - ERROR: Job Called from:

  File "chirpw", line 146, in <module>
  File "chirp\ui\mainapp.pyo", line 482, in cb_clonein
  File "chirp\ui\mainapp.pyo", line 407, in do_open_live
  File "chirp\ui\editorset.pyo", line 143, in __init__
  File "chirp\ui\editorset.pyo", line 78, in _make_device_editors
  File "chirp\ui\memedit.pyo", line 1376, in __init__
  File "chirp\ui\memedit.pyo", line 1063, in prefill

[2016-08-06 16:34:01,733] chirp.ui.common - ERROR: Exception running RadioJob: `1750.4' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]
[2016-08-06 16:34:01,733] chirp.ui.reporting - DEBUG: Throttling...
[2016-08-06 16:34:01,733] chirp.ui.common - ERROR: -- Exception: --
[2016-08-06 16:34:01,733] chirp.ui.common - ERROR: Traceback (most recent call last):
  File "chirp\ui\common.pyo", line 116, in _execute
  File "Z:\tmp\uv5r.py", line 741, in get_memory
  File "chirp\chirp_common.pyo", line 334, in __setattr__
ValueError: `1750.4' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]

[2016-08-06 16:34:01,733] chirp.ui.common - ERROR: ----------------
[2016-08-06 16:34:01,733] chirp.ui.common - ERROR: Job Args:   (2,)
[2016-08-06 16:34:01,750] chirp.ui.common - ERROR: Job KWArgs: {}
[2016-08-06 16:34:01,750] chirp.ui.common - ERROR: Job Called from:

  File "chirpw", line 146, in <module>
  File "chirp\ui\mainapp.pyo", line 482, in cb_clonein
  File "chirp\ui\mainapp.pyo", line 407, in do_open_live
  File "chirp\ui\editorset.pyo", line 143, in __init__
  File "chirp\ui\editorset.pyo", line 78, in _make_device_editors
  File "chirp\ui\memedit.pyo", line 1376, in __init__
  File "chirp\ui\memedit.pyo", line 1063, in prefill

[2016-08-06 16:34:01,750] chirp.ui.common - ERROR: Exception running RadioJob: `1750.4' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]
[2016-08-06 16:34:01,750] chirp.ui.reporting - DEBUG: Throttling...
[2016-08-06 16:34:01,750] chirp.ui.common - ERROR: -- Exception: --
[2016-08-06 16:34:01,750] chirp.ui.common - ERROR: Traceback (most recent call last):
  File "chirp\ui\common.pyo", line 116, in _execute
  File "Z:\tmp\uv5r.py", line 741, in get_memory
  File "chirp\chirp_common.pyo", line 334, in __setattr__
ValueError: `1750.4' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]

[2016-08-06 16:34:01,750] chirp.ui.common - ERROR: ----------------
[2016-08-06 16:34:01,750] chirp.ui.common - ERROR: Job Args:   (3,)
[2016-08-06 16:34:01,750] chirp.ui.common - ERROR: Job KWArgs: {}
[2016-08-06 16:34:01,750] chirp.ui.common - ERROR: Job Called from:

  File "chirpw", line 146, in <module>
  File "chirp\ui\mainapp.pyo", line 482, in cb_clonein
  File "chirp\ui\mainapp.pyo", line 407, in do_open_live
  File "chirp\ui\editorset.pyo", line 143, in __init__
  File "chirp\ui\editorset.pyo", line 78, in _make_device_editors
  File "chirp\ui\memedit.pyo", line 1376, in __init__
  File "chirp\ui\memedit.pyo", line 1063, in prefill

[2016-08-06 16:34:01,750] chirp.ui.common - ERROR: Exception running RadioJob: `1750.4' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]
[2016-08-06 16:34:01,750] chirp.ui.reporting - DEBUG: Throttling...
[2016-08-06 16:34:01,750] chirp.ui.common - ERROR: -- Exception: --
[2016-08-06 16:34:01,750] chirp.ui.common - ERROR: Traceback (most recent call last):
  File "chirp\ui\common.pyo", line 116, in _execute
  File "Z:\tmp\uv5r.py", line 741, in get_memory
  File "chirp\chirp_common.pyo", line 334, in __setattr__
ValueError: `1750.4' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]

[2016-08-06 16:34:01,750] chirp.ui.common - ERROR: ----------------
[2016-08-06 16:34:01,750] chirp.ui.common - ERROR: Job Args:   (4,)
[2016-08-06 16:34:01,750] chirp.ui.common - ERROR: Job KWArgs: {}
[2016-08-06 16:34:01,750] chirp.ui.common - ERROR: Job Called from:

  File "chirpw", line 146, in <module>
  File "chirp\ui\mainapp.pyo", line 482, in cb_clonein
  File "chirp\ui\mainapp.pyo", line 407, in do_open_live
  File "chirp\ui\editorset.pyo", line 143, in __init__
  File "chirp\ui\editorset.pyo", line 78, in _make_device_editors
  File "chirp\ui\memedit.pyo", line 1376, in __init__
  File "chirp\ui\memedit.pyo", line 1063, in prefill

[2016-08-06 16:34:01,750] chirp.ui.common - ERROR: Exception running RadioJob: `1750.4' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]
[2016-08-06 16:34:01,765] chirp.ui.reporting - DEBUG: Throttling...
[2016-08-06 16:34:01,765] chirp.ui.common - ERROR: -- Exception: --
[2016-08-06 16:34:01,765] chirp.ui.common - ERROR: Traceback (most recent call last):
  File "chirp\ui\common.pyo", line 116, in _execute
  File "Z:\tmp\uv5r.py", line 741, in get_memory
  File "chirp\chirp_common.pyo", line 334, in __setattr__
ValueError: `1750.4' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]

[2016-08-06 16:34:01,765] chirp.ui.common - ERROR: ----------------
[2016-08-06 16:34:01,765] chirp.ui.common - ERROR: Job Args:   (5,)
[2016-08-06 16:34:01,765] chirp.ui.common - ERROR: Job KWArgs: {}
[2016-08-06 16:34:01,765] chirp.ui.common - ERROR: Job Called from:

  File "chirpw", line 146, in <module>
  File "chirp\ui\mainapp.pyo", line 482, in cb_clonein
  File "chirp\ui\mainapp.pyo", line 407, in do_open_live
  File "chirp\ui\editorset.pyo", line 143, in __init__
  File "chirp\ui\editorset.pyo", line 78, in _make_device_editors
  File "chirp\ui\memedit.pyo", line 1376, in __init__
  File "chirp\ui\memedit.pyo", line 1063, in prefill

[2016-08-06 16:34:01,765] chirp.ui.common - ERROR: Exception running RadioJob: `1750.4' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]
[2016-08-06 16:34:01,765] chirp.ui.reporting - DEBUG: Throttling...
[2016-08-06 16:34:01,765] chirp.ui.common - ERROR: -- Exception: --
[2016-08-06 16:34:01,765] chirp.ui.common - ERROR: Traceback (most recent call last):
  File "chirp\ui\common.pyo", line 116, in _execute
  File "Z:\tmp\uv5r.py", line 741, in get_memory
  File "chirp\chirp_common.pyo", line 334, in __setattr__
ValueError: `1750.4' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]

[2016-08-06 16:34:01,765] chirp.ui.common - ERROR: ----------------
[2016-08-06 16:34:01,765] chirp.ui.common - ERROR: Job Args:   (6,)
[2016-08-06 16:34:01,765] chirp.ui.common - ERROR: Job KWArgs: {}
[2016-08-06 16:34:01,765] chirp.ui.common - ERROR: Job Called from:

  File "chirpw", line 146, in <module>
  File "chirp\ui\mainapp.pyo", line 482, in cb_clonein
  File "chirp\ui\mainapp.pyo", line 407, in do_open_live
  File "chirp\ui\editorset.pyo", line 143, in __init__
  File "chirp\ui\editorset.pyo", line 78, in _make_device_editors
  File "chirp\ui\memedit.pyo", line 1376, in __init__
  File "chirp\ui\memedit.pyo", line 1063, in prefill

[2016-08-06 16:34:01,765] chirp.ui.common - ERROR: Exception running RadioJob: `1750.4' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]
[2016-08-06 16:34:01,765] chirp.ui.reporting - DEBUG: Throttling...
[2016-08-06 16:34:01,765] chirp.ui.common - ERROR: -- Exception: --
[2016-08-06 16:34:01,765] chirp.ui.common - ERROR: Traceback (most recent call last):
  File "chirp\ui\common.pyo", line 116, in _execute
  File "Z:\tmp\uv5r.py", line 741, in get_memory
  File "chirp\chirp_common.pyo", line 334, in __setattr__
ValueError: `1750.4' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]

[2016-08-06 16:34:01,765] chirp.ui.common - ERROR: ----------------
[2016-08-06 16:34:01,780] chirp.ui.common - ERROR: Job Args:   (7,)
[2016-08-06 16:34:01,780] chirp.ui.common - ERROR: Job KWArgs: {}
[2016-08-06 16:34:01,780] chirp.ui.common - ERROR: Job Called from:

  File "chirpw", line 146, in <module>
  File "chirp\ui\mainapp.pyo", line 482, in cb_clonein
  File "chirp\ui\mainapp.pyo", line 407, in do_open_live
  File "chirp\ui\editorset.pyo", line 143, in __init__
  File "chirp\ui\editorset.pyo", line 78, in _make_device_editors
  File "chirp\ui\memedit.pyo", line 1376, in __init__
  File "chirp\ui\memedit.pyo", line 1063, in prefill

[2016-08-06 16:34:01,780] chirp.ui.mainapp - ERROR: Failed to parse settings: Traceback (most recent call last):
  File "Z:\tmp\uv5r.py", line 1514, in get_settings
  File "Z:\tmp\uv5r.py", line 942, in _get_settings
  File "chirp\settings.pyo", line 77, in __init__
  File "chirp\settings.pyo", line 86, in set_value
InvalidValueError: Value 255 not in range 0-9

[2016-08-06 16:34:01,780] chirp.ui.common - ERROR: Exception running RadioJob: `1750.4' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]
[2016-08-06 16:34:01,780] chirp.ui.reporting - DEBUG: Throttling...
[2016-08-06 16:34:01,780] chirp.ui.common - ERROR: -- Exception: --
[2016-08-06 16:34:01,780] chirp.ui.common - ERROR: Traceback (most recent call last):
  File "chirp\ui\common.pyo", line 116, in _execute
  File "Z:\tmp\uv5r.py", line 741, in get_memory
  File "chirp\chirp_common.pyo", line 334, in __setattr__
ValueError: `1750.4' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]

[2016-08-06 16:34:01,780] chirp.ui.common - ERROR: ----------------
[2016-08-06 16:34:01,780] chirp.ui.common - ERROR: Job Args:   (8,)
[2016-08-06 16:34:01,780] chirp.ui.common - ERROR: Job KWArgs: {}
[2016-08-06 16:34:01,780] chirp.ui.common - ERROR: Job Called from:

  File "chirpw", line 146, in <module>
  File "chirp\ui\mainapp.pyo", line 482, in cb_clonein
  File "chirp\ui\mainapp.pyo", line 407, in do_open_live
  File "chirp\ui\editorset.pyo", line 143, in __init__
  File "chirp\ui\editorset.pyo", line 78, in _make_device_editors
  File "chirp\ui\memedit.pyo", line 1376, in __init__
  File "chirp\ui\memedit.pyo", line 1063, in prefill

[2016-08-06 16:34:01,780] chirp.ui.common - ERROR: Exception running RadioJob: `1747.5' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]
[2016-08-06 16:34:01,780] chirp.ui.reporting - DEBUG: Throttling...
[2016-08-06 16:34:01,780] chirp.ui.common - ERROR: -- Exception: --
[2016-08-06 16:34:01,780] chirp.ui.common - ERROR: Traceback (most recent call last):
  File "chirp\ui\common.pyo", line 116, in _execute
  File "Z:\tmp\uv5r.py", line 741, in get_memory
  File "chirp\chirp_common.pyo", line 334, in __setattr__
ValueError: `1747.5' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]

[2016-08-06 16:34:01,780] chirp.ui.common - ERROR: ----------------
[2016-08-06 16:34:01,780] chirp.ui.common - ERROR: Job Args:   (9,)
[2016-08-06 16:34:01,780] chirp.ui.common - ERROR: Job KWArgs: {}
[2016-08-06 16:34:01,780] chirp.ui.common - ERROR: Job Called from:

  File "chirpw", line 146, in <module>
  File "chirp\ui\mainapp.pyo", line 482, in cb_clonein
  File "chirp\ui\mainapp.pyo", line 407, in do_open_live
  File "chirp\ui\editorset.pyo", line 143, in __init__
  File "chirp\ui\editorset.pyo", line 78, in _make_device_editors
  File "chirp\ui\memedit.pyo", line 1376, in __init__
  File "chirp\ui\memedit.pyo", line 1063, in prefill

[2016-08-06 16:34:01,796] chirp.ui.common - ERROR: Exception running RadioJob: `1729.8' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]
[2016-08-06 16:34:01,796] chirp.ui.reporting - DEBUG: Throttling...
[2016-08-06 16:34:01,796] chirp.ui.common - ERROR: -- Exception: --
[2016-08-06 16:34:01,796] chirp.ui.common - ERROR: Traceback (most recent call last):
  File "chirp\ui\common.pyo", line 116, in _execute
  File "Z:\tmp\uv5r.py", line 741, in get_memory
  File "chirp\chirp_common.pyo", line 334, in __setattr__
ValueError: `1729.8' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]

[2016-08-06 16:34:01,796] chirp.ui.common - ERROR: ----------------
[2016-08-06 16:34:01,796] chirp.ui.common - ERROR: Job Args:   (10,)
[2016-08-06 16:34:01,796] chirp.ui.common - ERROR: Job KWArgs: {}
[2016-08-06 16:34:01,796] chirp.ui.common - ERROR: Job Called from:

  File "chirpw", line 146, in <module>
  File "chirp\ui\mainapp.pyo", line 482, in cb_clonein
  File "chirp\ui\mainapp.pyo", line 407, in do_open_live
  File "chirp\ui\editorset.pyo", line 143, in __init__
  File "chirp\ui\editorset.pyo", line 78, in _make_device_editors
  File "chirp\ui\memedit.pyo", line 1376, in __init__
  File "chirp\ui\memedit.pyo", line 1063, in prefill

[2016-08-06 16:34:01,796] chirp.ui.common - ERROR: Exception running RadioJob: `1641.8' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]
[2016-08-06 16:34:01,796] chirp.ui.reporting - DEBUG: Throttling...
[2016-08-06 16:34:01,796] chirp.ui.common - ERROR: -- Exception: --
[2016-08-06 16:34:01,796] chirp.ui.common - ERROR: Traceback (most recent call last):
  File "chirp\ui\common.pyo", line 116, in _execute
  File "Z:\tmp\uv5r.py", line 741, in get_memory
  File "chirp\chirp_common.pyo", line 334, in __setattr__
ValueError: `1641.8' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]

[2016-08-06 16:34:01,796] chirp.ui.common - ERROR: ----------------
[2016-08-06 16:34:01,796] chirp.ui.common - ERROR: Job Args:   (11,)
[2016-08-06 16:34:01,796] chirp.ui.common - ERROR: Job KWArgs: {}
[2016-08-06 16:34:01,796] chirp.ui.common - ERROR: Job Called from:

  File "chirpw", line 146, in <module>
  File "chirp\ui\mainapp.pyo", line 482, in cb_clonein
  File "chirp\ui\mainapp.pyo", line 407, in do_open_live
  File "chirp\ui\editorset.pyo", line 143, in __init__
  File "chirp\ui\editorset.pyo", line 78, in _make_device_editors
  File "chirp\ui\memedit.pyo", line 1376, in __init__
  File "chirp\ui\memedit.pyo", line 1063, in prefill

[2016-08-06 16:34:01,796] chirp.ui.common - ERROR: Exception running RadioJob: `1745.8' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]
[2016-08-06 16:34:01,796] chirp.ui.reporting - DEBUG: Throttling...
[2016-08-06 16:34:01,796] chirp.ui.common - ERROR: -- Exception: --
[2016-08-06 16:34:01,812] chirp.ui.common - ERROR: Traceback (most recent call last):
  File "chirp\ui\common.pyo", line 116, in _execute
  File "Z:\tmp\uv5r.py", line 741, in get_memory
  File "chirp\chirp_common.pyo", line 334, in __setattr__
ValueError: `1745.8' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]

[2016-08-06 16:34:01,812] chirp.ui.common - ERROR: ----------------
[2016-08-06 16:34:01,812] chirp.ui.common - ERROR: Job Args:   (12,)
[2016-08-06 16:34:01,812] chirp.ui.common - ERROR: Job KWArgs: {}
[2016-08-06 16:34:01,812] chirp.ui.common - ERROR: Job Called from:

  File "chirpw", line 146, in <module>
  File "chirp\ui\mainapp.pyo", line 482, in cb_clonein
  File "chirp\ui\mainapp.pyo", line 407, in do_open_live
  File "chirp\ui\editorset.pyo", line 143, in __init__
  File "chirp\ui\editorset.pyo", line 78, in _make_device_editors
  File "chirp\ui\memedit.pyo", line 1376, in __init__
  File "chirp\ui\memedit.pyo", line 1063, in prefill

[2016-08-06 16:34:01,812] chirp.ui.common - ERROR: Exception running RadioJob: `1832.9' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]
[2016-08-06 16:34:01,812] chirp.ui.reporting - DEBUG: Throttling...
[2016-08-06 16:34:01,812] chirp.ui.common - ERROR: -- Exception: --
[2016-08-06 16:34:01,812] chirp.ui.common - ERROR: Traceback (most recent call last):
  File "chirp\ui\common.pyo", line 116, in _execute
  File "Z:\tmp\uv5r.py", line 741, in get_memory
  File "chirp\chirp_common.pyo", line 334, in __setattr__
ValueError: `1832.9' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]

[2016-08-06 16:34:01,812] chirp.ui.common - ERROR: ----------------
[2016-08-06 16:34:01,812] chirp.ui.common - ERROR: Job Args:   (13,)
[2016-08-06 16:34:01,812] chirp.ui.common - ERROR: Job KWArgs: {}
[2016-08-06 16:34:01,812] chirp.ui.common - ERROR: Job Called from:

  File "chirpw", line 146, in <module>
  File "chirp\ui\mainapp.pyo", line 482, in cb_clonein
  File "chirp\ui\mainapp.pyo", line 407, in do_open_live
  File "chirp\ui\editorset.pyo", line 143, in __init__
  File "chirp\ui\editorset.pyo", line 78, in _make_device_editors
  File "chirp\ui\memedit.pyo", line 1376, in __init__
  File "chirp\ui\memedit.pyo", line 1063, in prefill

[2016-08-06 16:34:01,812] chirp.ui.common - ERROR: Exception running RadioJob: `499.7' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]
[2016-08-06 16:34:01,812] chirp.ui.reporting - DEBUG: Throttling...
[2016-08-06 16:34:01,812] chirp.ui.common - ERROR: -- Exception: --
[2016-08-06 16:34:01,812] chirp.ui.common - ERROR: Traceback (most recent call last):
  File "chirp\ui\common.pyo", line 116, in _execute
  File "Z:\tmp\uv5r.py", line 741, in get_memory
  File "chirp\chirp_common.pyo", line 334, in __setattr__
ValueError: `499.7' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]

[2016-08-06 16:34:01,812] chirp.ui.common - ERROR: ----------------
[2016-08-06 16:34:01,812] chirp.ui.common - ERROR: Job Args:   (14,)
[2016-08-06 16:34:01,812] chirp.ui.common - ERROR: Job KWArgs: {}
[2016-08-06 16:34:01,812] chirp.ui.common - ERROR: Job Called from:

  File "chirpw", line 146, in <module>
  File "chirp\ui\mainapp.pyo", line 482, in cb_clonein
  File "chirp\ui\mainapp.pyo", line 407, in do_open_live
  File "chirp\ui\editorset.pyo", line 143, in __init__
  File "chirp\ui\editorset.pyo", line 78, in _make_device_editors
  File "chirp\ui\memedit.pyo", line 1376, in __init__
  File "chirp\ui\memedit.pyo", line 1063, in prefill

[2016-08-06 16:34:01,828] chirp.ui.common - ERROR: Exception running RadioJob: `549.4' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]
[2016-08-06 16:34:01,828] chirp.ui.reporting - DEBUG: Throttling...
[2016-08-06 16:34:01,828] chirp.ui.common - ERROR: -- Exception: --
[2016-08-06 16:34:01,828] chirp.ui.common - ERROR: Traceback (most recent call last):
  File "chirp\ui\common.pyo", line 116, in _execute
  File "Z:\tmp\uv5r.py", line 741, in get_memory
  File "chirp\chirp_common.pyo", line 334, in __setattr__
ValueError: `549.4' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]

[2016-08-06 16:34:01,828] chirp.ui.common - ERROR: ----------------
[2016-08-06 16:34:01,828] chirp.ui.common - ERROR: Job Args:   (15,)
[2016-08-06 16:34:01,828] chirp.ui.common - ERROR: Job KWArgs: {}
[2016-08-06 16:34:01,828] chirp.ui.common - ERROR: Job Called from:

  File "chirpw", line 146, in <module>
  File "chirp\ui\mainapp.pyo", line 482, in cb_clonein
  File "chirp\ui\mainapp.pyo", line 407, in do_open_live
  File "chirp\ui\editorset.pyo", line 143, in __init__
  File "chirp\ui\editorset.pyo", line 78, in _make_device_editors
  File "chirp\ui\memedit.pyo", line 1376, in __init__
  File "chirp\ui\memedit.pyo", line 1063, in prefill

[2016-08-06 16:34:01,828] chirp.ui.common - ERROR: Exception running RadioJob: `592.7' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]
[2016-08-06 16:34:01,828] chirp.ui.reporting - DEBUG: Throttling...
[2016-08-06 16:34:01,828] chirp.ui.common - ERROR: -- Exception: --
[2016-08-06 16:34:01,828] chirp.ui.common - ERROR: Traceback (most recent call last):
  File "chirp\ui\common.pyo", line 116, in _execute
  File "Z:\tmp\uv5r.py", line 741, in get_memory
  File "chirp\chirp_common.pyo", line 334, in __setattr__
ValueError: `592.7' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]

[2016-08-06 16:34:01,828] chirp.ui.common - ERROR: ----------------
[2016-08-06 16:34:01,828] chirp.ui.common - ERROR: Job Args:   (16,)
[2016-08-06 16:34:01,828] chirp.ui.common - ERROR: Job KWArgs: {}
[2016-08-06 16:34:01,828] chirp.ui.common - ERROR: Job Called from:

  File "chirpw", line 146, in <module>
  File "chirp\ui\mainapp.pyo", line 482, in cb_clonein
  File "chirp\ui\mainapp.pyo", line 407, in do_open_live
  File "chirp\ui\editorset.pyo", line 143, in __init__
  File "chirp\ui\editorset.pyo", line 78, in _make_device_editors
  File "chirp\ui\memedit.pyo", line 1376, in __init__
  File "chirp\ui\memedit.pyo", line 1063, in prefill

[2016-08-06 16:34:01,844] chirp.ui.common - ERROR: Exception running RadioJob: `513.8' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]
[2016-08-06 16:34:01,844] chirp.ui.reporting - DEBUG: Throttling...
[2016-08-06 16:34:01,844] chirp.ui.common - ERROR: -- Exception: --
[2016-08-06 16:34:01,844] chirp.ui.common - ERROR: Traceback (most recent call last):
  File "chirp\ui\common.pyo", line 116, in _execute
  File "Z:\tmp\uv5r.py", line 741, in get_memory
  File "chirp\chirp_common.pyo", line 334, in __setattr__
ValueError: `513.8' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]

[2016-08-06 16:34:01,844] chirp.ui.common - ERROR: ----------------
[2016-08-06 16:34:01,844] chirp.ui.common - ERROR: Job Args:   (17,)
[2016-08-06 16:34:01,844] chirp.ui.common - ERROR: Job KWArgs: {}
[2016-08-06 16:34:01,844] chirp.ui.common - ERROR: Job Called from:

  File "chirpw", line 146, in <module>
  File "chirp\ui\mainapp.pyo", line 482, in cb_clonein
  File "chirp\ui\mainapp.pyo", line 407, in do_open_live
  File "chirp\ui\editorset.pyo", line 143, in __init__
  File "chirp\ui\editorset.pyo", line 78, in _make_device_editors
  File "chirp\ui\memedit.pyo", line 1376, in __init__
  File "chirp\ui\memedit.pyo", line 1063, in prefill

[2016-08-06 16:34:01,844] chirp.ui.common - ERROR: Exception running RadioJob: `515.4' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]
[2016-08-06 16:34:01,844] chirp.ui.reporting - DEBUG: Throttling...
[2016-08-06 16:34:01,844] chirp.ui.common - ERROR: -- Exception: --
[2016-08-06 16:34:01,844] chirp.ui.common - ERROR: Traceback (most recent call last):
  File "chirp\ui\common.pyo", line 116, in _execute
  File "Z:\tmp\uv5r.py", line 741, in get_memory
  File "chirp\chirp_common.pyo", line 334, in __setattr__
ValueError: `515.4' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]

[2016-08-06 16:34:01,844] chirp.ui.common - ERROR: ----------------
[2016-08-06 16:34:01,844] chirp.ui.common - ERROR: Job Args:   (18,)
[2016-08-06 16:34:01,844] chirp.ui.common - ERROR: Job KWArgs: {}
[2016-08-06 16:34:01,844] chirp.ui.common - ERROR: Job Called from:

  File "chirpw", line 146, in <module>
  File "chirp\ui\mainapp.pyo", line 482, in cb_clonein
  File "chirp\ui\mainapp.pyo", line 407, in do_open_live
  File "chirp\ui\editorset.pyo", line 143, in __init__
  File "chirp\ui\editorset.pyo", line 78, in _make_device_editors
  File "chirp\ui\memedit.pyo", line 1376, in __init__
  File "chirp\ui\memedit.pyo", line 1063, in prefill

[2016-08-06 16:34:01,844] chirp.ui.common - ERROR: Exception running RadioJob: `517.1' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]
[2016-08-06 16:34:01,844] chirp.ui.reporting - DEBUG: Throttling...
[2016-08-06 16:34:01,844] chirp.ui.common - ERROR: -- Exception: --
[2016-08-06 16:34:01,844] chirp.ui.common - ERROR: Traceback (most recent call last):
  File "chirp\ui\common.pyo", line 116, in _execute
  File "Z:\tmp\uv5r.py", line 741, in get_memory
  File "chirp\chirp_common.pyo", line 334, in __setattr__
ValueError: `517.1' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]

[2016-08-06 16:34:01,844] chirp.ui.common - ERROR: ----------------
[2016-08-06 16:34:01,858] chirp.ui.common - ERROR: Job Args:   (19,)
[2016-08-06 16:34:01,858] chirp.ui.common - ERROR: Job KWArgs: {}
[2016-08-06 16:34:01,858] chirp.ui.common - ERROR: Job Called from:

  File "chirpw", line 146, in <module>
  File "chirp\ui\mainapp.pyo", line 482, in cb_clonein
  File "chirp\ui\mainapp.pyo", line 407, in do_open_live
  File "chirp\ui\editorset.pyo", line 143, in __init__
  File "chirp\ui\editorset.pyo", line 78, in _make_device_editors
  File "chirp\ui\memedit.pyo", line 1376, in __init__
  File "chirp\ui\memedit.pyo", line 1063, in prefill

[2016-08-06 16:34:01,858] chirp.ui.common - ERROR: Exception running RadioJob: `518.8' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]
[2016-08-06 16:34:01,858] chirp.ui.reporting - DEBUG: Throttling...
[2016-08-06 16:34:01,858] chirp.ui.common - ERROR: -- Exception: --
[2016-08-06 16:34:01,858] chirp.ui.common - ERROR: Traceback (most recent call last):
  File "chirp\ui\common.pyo", line 116, in _execute
  File "Z:\tmp\uv5r.py", line 741, in get_memory
  File "chirp\chirp_common.pyo", line 334, in __setattr__
ValueError: `518.8' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]

[2016-08-06 16:34:01,858] chirp.ui.common - ERROR: ----------------
[2016-08-06 16:34:01,858] chirp.ui.common - ERROR: Job Args:   (20,)
[2016-08-06 16:34:01,858] chirp.ui.common - ERROR: Job KWArgs: {}
[2016-08-06 16:34:01,858] chirp.ui.common - ERROR: Job Called from:

  File "chirpw", line 146, in <module>
  File "chirp\ui\mainapp.pyo", line 482, in cb_clonein
  File "chirp\ui\mainapp.pyo", line 407, in do_open_live
  File "chirp\ui\editorset.pyo", line 143, in __init__
  File "chirp\ui\editorset.pyo", line 78, in _make_device_editors
  File "chirp\ui\memedit.pyo", line 1376, in __init__
  File "chirp\ui\memedit.pyo", line 1063, in prefill

[2016-08-06 16:34:01,875] chirp.ui.common - ERROR: Exception running RadioJob: `520.5' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]
[2016-08-06 16:34:01,875] chirp.ui.reporting - DEBUG: Throttling...
[2016-08-06 16:34:01,875] chirp.ui.common - ERROR: -- Exception: --
[2016-08-06 16:34:01,875] chirp.ui.common - ERROR: Traceback (most recent call last):
  File "chirp\ui\common.pyo", line 116, in _execute
  File "Z:\tmp\uv5r.py", line 741, in get_memory
  File "chirp\chirp_common.pyo", line 334, in __setattr__
ValueError: `520.5' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]

[2016-08-06 16:34:01,875] chirp.ui.common - ERROR: ----------------
[2016-08-06 16:34:01,875] chirp.ui.common - ERROR: Job Args:   (21,)
[2016-08-06 16:34:01,875] chirp.ui.common - ERROR: Job KWArgs: {}
[2016-08-06 16:34:01,875] chirp.ui.common - ERROR: Job Called from:

  File "chirpw", line 146, in <module>
  File "chirp\ui\mainapp.pyo", line 482, in cb_clonein
  File "chirp\ui\mainapp.pyo", line 407, in do_open_live
  File "chirp\ui\editorset.pyo", line 143, in __init__
  File "chirp\ui\editorset.pyo", line 78, in _make_device_editors
  File "chirp\ui\memedit.pyo", line 1376, in __init__
  File "chirp\ui\memedit.pyo", line 1063, in prefill

[2016-08-06 16:34:01,875] chirp.ui.common - ERROR: Exception running RadioJob: `522.2' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]
[2016-08-06 16:34:01,875] chirp.ui.reporting - DEBUG: Throttling...
[2016-08-06 16:34:01,875] chirp.ui.common - ERROR: -- Exception: --
[2016-08-06 16:34:01,875] chirp.ui.common - ERROR: Traceback (most recent call last):
  File "chirp\ui\common.pyo", line 116, in _execute
  File "Z:\tmp\uv5r.py", line 741, in get_memory
  File "chirp\chirp_common.pyo", line 334, in __setattr__
ValueError: `522.2' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]

[2016-08-06 16:34:01,875] chirp.ui.common - ERROR: ----------------
[2016-08-06 16:34:01,875] chirp.ui.common - ERROR: Job Args:   (22,)
[2016-08-06 16:34:01,875] chirp.ui.common - ERROR: Job KWArgs: {}
[2016-08-06 16:34:01,875] chirp.ui.common - ERROR: Job Called from:

  File "chirpw", line 146, in <module>
  File "chirp\ui\mainapp.pyo", line 482, in cb_clonein
  File "chirp\ui\mainapp.pyo", line 407, in do_open_live
  File "chirp\ui\editorset.pyo", line 143, in __init__
  File "chirp\ui\editorset.pyo", line 78, in _make_device_editors
  File "chirp\ui\memedit.pyo", line 1376, in __init__
  File "chirp\ui\memedit.pyo", line 1063, in prefill

[2016-08-06 16:34:01,875] chirp.ui.common - ERROR: Exception running RadioJob: `523.9' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]
[2016-08-06 16:34:01,875] chirp.ui.reporting - DEBUG: Throttling...
[2016-08-06 16:34:01,875] chirp.ui.common - ERROR: -- Exception: --
[2016-08-06 16:34:01,875] chirp.ui.common - ERROR: Traceback (most recent call last):
  File "chirp\ui\common.pyo", line 116, in _execute
  File "Z:\tmp\uv5r.py", line 741, in get_memory
  File "chirp\chirp_common.pyo", line 334, in __setattr__
ValueError: `523.9' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]

[2016-08-06 16:34:01,875] chirp.ui.common - ERROR: ----------------
[2016-08-06 16:34:01,875] chirp.ui.common - ERROR: Job Args:   (23,)
[2016-08-06 16:34:01,875] chirp.ui.common - ERROR: Job KWArgs: {}
[2016-08-06 16:34:01,875] chirp.ui.common - ERROR: Job Called from:

  File "chirpw", line 146, in <module>
  File "chirp\ui\mainapp.pyo", line 482, in cb_clonein
  File "chirp\ui\mainapp.pyo", line 407, in do_open_live
  File "chirp\ui\editorset.pyo", line 143, in __init__
  File "chirp\ui\editorset.pyo", line 78, in _make_device_editors
  File "chirp\ui\memedit.pyo", line 1376, in __init__
  File "chirp\ui\memedit.pyo", line 1063, in prefill

[2016-08-06 16:34:01,875] chirp.ui.common - ERROR: Exception running RadioJob: `525.6' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]
[2016-08-06 16:34:01,875] chirp.ui.reporting - DEBUG: Throttling...
[2016-08-06 16:34:01,875] chirp.ui.common - ERROR: -- Exception: --
[2016-08-06 16:34:01,875] chirp.ui.common - ERROR: Traceback (most recent call last):
  File "chirp\ui\common.pyo", line 116, in _execute
  File "Z:\tmp\uv5r.py", line 741, in get_memory
  File "chirp\chirp_common.pyo", line 334, in __setattr__
ValueError: `525.6' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]

[2016-08-06 16:34:01,875] chirp.ui.common - ERROR: ----------------
[2016-08-06 16:34:01,875] chirp.ui.common - ERROR: Job Args:   (24,)
[2016-08-06 16:34:01,875] chirp.ui.common - ERROR: Job KWArgs: {}
[2016-08-06 16:34:01,875] chirp.ui.common - ERROR: Job Called from:

  File "chirpw", line 146, in <module>
  File "chirp\ui\mainapp.pyo", line 482, in cb_clonein
  File "chirp\ui\mainapp.pyo", line 407, in do_open_live
  File "chirp\ui\editorset.pyo", line 143, in __init__
  File "chirp\ui\editorset.pyo", line 78, in _make_device_editors
  File "chirp\ui\memedit.pyo", line 1376, in __init__
  File "chirp\ui\memedit.pyo", line 1063, in prefill

[2016-08-06 16:34:01,875] chirp.ui.common - ERROR: Exception running RadioJob: `527.3' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]
[2016-08-06 16:34:01,875] chirp.ui.reporting - DEBUG: Throttling...
[2016-08-06 16:34:01,875] chirp.ui.common - ERROR: -- Exception: --
[2016-08-06 16:34:01,875] chirp.ui.common - ERROR: Traceback (most recent call last):
  File "chirp\ui\common.pyo", line 116, in _execute
  File "Z:\tmp\uv5r.py", line 741, in get_memory
  File "chirp\chirp_common.pyo", line 334, in __setattr__
ValueError: `527.3' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]

[2016-08-06 16:34:01,875] chirp.ui.common - ERROR: ----------------
[2016-08-06 16:34:01,875] chirp.ui.common - ERROR: Job Args:   (25,)
[2016-08-06 16:34:01,875] chirp.ui.common - ERROR: Job KWArgs: {}
[2016-08-06 16:34:01,875] chirp.ui.common - ERROR: Job Called from:

  File "chirpw", line 146, in <module>
  File "chirp\ui\mainapp.pyo", line 482, in cb_clonein
  File "chirp\ui\mainapp.pyo", line 407, in do_open_live
  File "chirp\ui\editorset.pyo", line 143, in __init__
  File "chirp\ui\editorset.pyo", line 78, in _make_device_editors
  File "chirp\ui\memedit.pyo", line 1376, in __init__
  File "chirp\ui\memedit.pyo", line 1063, in prefill

[2016-08-06 16:34:01,875] chirp.ui.common - ERROR: Exception running RadioJob: `537.6' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]
[2016-08-06 16:34:01,875] chirp.ui.reporting - DEBUG: Throttling...
[2016-08-06 16:34:01,875] chirp.ui.common - ERROR: -- Exception: --
[2016-08-06 16:34:01,875] chirp.ui.common - ERROR: Traceback (most recent call last):
  File "chirp\ui\common.pyo", line 116, in _execute
  File "Z:\tmp\uv5r.py", line 741, in get_memory
  File "chirp\chirp_common.pyo", line 334, in __setattr__
ValueError: `537.6' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]

[2016-08-06 16:34:01,875] chirp.ui.common - ERROR: ----------------
[2016-08-06 16:34:01,875] chirp.ui.common - ERROR: Job Args:   (26,)
[2016-08-06 16:34:01,875] chirp.ui.common - ERROR: Job KWArgs: {}
[2016-08-06 16:34:01,875] chirp.ui.common - ERROR: Job Called from:

  File "chirpw", line 146, in <module>
  File "chirp\ui\mainapp.pyo", line 482, in cb_clonein
  File "chirp\ui\mainapp.pyo", line 407, in do_open_live
  File "chirp\ui\editorset.pyo", line 143, in __init__
  File "chirp\ui\editorset.pyo", line 78, in _make_device_editors
  File "chirp\ui\memedit.pyo", line 1376, in __init__
  File "chirp\ui\memedit.pyo", line 1063, in prefill

[2016-08-06 16:34:01,875] chirp.ui.common - ERROR: Exception running RadioJob: `539.2' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]
[2016-08-06 16:34:01,875] chirp.ui.reporting - DEBUG: Throttling...
[2016-08-06 16:34:01,875] chirp.ui.common - ERROR: -- Exception: --
[2016-08-06 16:34:01,875] chirp.ui.common - ERROR: Traceback (most recent call last):
  File "chirp\ui\common.pyo", line 116, in _execute
  File "Z:\tmp\uv5r.py", line 741, in get_memory
  File "chirp\chirp_common.pyo", line 334, in __setattr__
ValueError: `539.2' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]

[2016-08-06 16:34:01,875] chirp.ui.common - ERROR: ----------------
[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: Job Args:   (27,)
[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: Job KWArgs: {}
[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: Job Called from:

  File "chirpw", line 146, in <module>
  File "chirp\ui\mainapp.pyo", line 482, in cb_clonein
  File "chirp\ui\mainapp.pyo", line 407, in do_open_live
  File "chirp\ui\editorset.pyo", line 143, in __init__
  File "chirp\ui\editorset.pyo", line 78, in _make_device_editors
  File "chirp\ui\memedit.pyo", line 1376, in __init__
  File "chirp\ui\memedit.pyo", line 1063, in prefill

[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: Exception running RadioJob: `540.8' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]
[2016-08-06 16:34:01,890] chirp.ui.reporting - DEBUG: Throttling...
[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: -- Exception: --
[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: Traceback (most recent call last):
  File "chirp\ui\common.pyo", line 116, in _execute
  File "Z:\tmp\uv5r.py", line 741, in get_memory
  File "chirp\chirp_common.pyo", line 334, in __setattr__
ValueError: `540.8' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]

[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: ----------------
[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: Job Args:   (28,)
[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: Job KWArgs: {}
[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: Job Called from:

  File "chirpw", line 146, in <module>
  File "chirp\ui\mainapp.pyo", line 482, in cb_clonein
  File "chirp\ui\mainapp.pyo", line 407, in do_open_live
  File "chirp\ui\editorset.pyo", line 143, in __init__
  File "chirp\ui\editorset.pyo", line 78, in _make_device_editors
  File "chirp\ui\memedit.pyo", line 1376, in __init__
  File "chirp\ui\memedit.pyo", line 1063, in prefill

[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: Exception running RadioJob: `542.4' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]
[2016-08-06 16:34:01,890] chirp.ui.reporting - DEBUG: Throttling...
[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: -- Exception: --
[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: Traceback (most recent call last):
  File "chirp\ui\common.pyo", line 116, in _execute
  File "Z:\tmp\uv5r.py", line 741, in get_memory
  File "chirp\chirp_common.pyo", line 334, in __setattr__
ValueError: `542.4' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]

[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: ----------------
[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: Job Args:   (29,)
[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: Job KWArgs: {}
[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: Job Called from:

  File "chirpw", line 146, in <module>
  File "chirp\ui\mainapp.pyo", line 482, in cb_clonein
  File "chirp\ui\mainapp.pyo", line 407, in do_open_live
  File "chirp\ui\editorset.pyo", line 143, in __init__
  File "chirp\ui\editorset.pyo", line 78, in _make_device_editors
  File "chirp\ui\memedit.pyo", line 1376, in __init__
  File "chirp\ui\memedit.pyo", line 1063, in prefill

[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: Exception running RadioJob: `544.2' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]
[2016-08-06 16:34:01,890] chirp.ui.reporting - DEBUG: Throttling...
[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: -- Exception: --
[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: Traceback (most recent call last):
  File "chirp\ui\common.pyo", line 116, in _execute
  File "Z:\tmp\uv5r.py", line 741, in get_memory
  File "chirp\chirp_common.pyo", line 334, in __setattr__
ValueError: `544.2' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]

[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: ----------------
[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: Job Args:   (30,)
[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: Job KWArgs: {}
[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: Job Called from:

  File "chirpw", line 146, in <module>
  File "chirp\ui\mainapp.pyo", line 482, in cb_clonein
  File "chirp\ui\mainapp.pyo", line 407, in do_open_live
  File "chirp\ui\editorset.pyo", line 143, in __init__
  File "chirp\ui\editorset.pyo", line 78, in _make_device_editors
  File "chirp\ui\memedit.pyo", line 1376, in __init__
  File "chirp\ui\memedit.pyo", line 1063, in prefill

[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: Exception running RadioJob: `545.9' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]
[2016-08-06 16:34:01,890] chirp.ui.reporting - DEBUG: Throttling...
[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: -- Exception: --
[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: Traceback (most recent call last):
  File "chirp\ui\common.pyo", line 116, in _execute
  File "Z:\tmp\uv5r.py", line 741, in get_memory
  File "chirp\chirp_common.pyo", line 334, in __setattr__
ValueError: `545.9' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]

[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: ----------------
[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: Job Args:   (31,)
[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: Job KWArgs: {}
[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: Job Called from:

  File "chirpw", line 146, in <module>
  File "chirp\ui\mainapp.pyo", line 482, in cb_clonein
  File "chirp\ui\mainapp.pyo", line 407, in do_open_live
  File "chirp\ui\editorset.pyo", line 143, in __init__
  File "chirp\ui\editorset.pyo", line 78, in _make_device_editors
  File "chirp\ui\memedit.pyo", line 1376, in __init__
  File "chirp\ui\memedit.pyo", line 1063, in prefill

[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: Exception running RadioJob: `547.6' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]
[2016-08-06 16:34:01,890] chirp.ui.reporting - DEBUG: Throttling...
[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: -- Exception: --
[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: Traceback (most recent call last):
  File "chirp\ui\common.pyo", line 116, in _execute
  File "Z:\tmp\uv5r.py", line 741, in get_memory
  File "chirp\chirp_common.pyo", line 334, in __setattr__
ValueError: `547.6' is not in valid list: [67.0, 69.3, 71.9, 74.4, 77.0, 79.7, 82.5, 85.4, 88.5, 91.5, 94.8, 97.4, 100.0, 103.5, 107.2, 110.9, 114.8, 118.8, 123.0, 127.3, 131.8, 136.5, 141.3, 146.2, 151.4, 156.7, 159.8, 162.2, 165.5, 167.9, 171.3, 173.8, 177.3, 179.9, 183.5, 186.2, 189.9, 192.8, 196.6, 199.5, 203.5, 206.5, 210.7, 218.1, 225.7, 229.1, 233.6, 241.8, 250.3, 254.1, 62.5]

[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: ----------------
[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: Job Args:   (32,)
[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: Job KWArgs: {}
[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: Job Called from:

  File "chirpw", line 146, in <module>
  File "chirp\ui\mainapp.pyo", line 482, in cb_clonein
  File "chirp\ui\mainapp.pyo", line 407, in do_open_live
  File "chirp\ui\editorset.pyo", line 143, in __init__
  File "chirp\ui\editorset.pyo", line 78, in _make_device_editors
  File "chirp\ui\memedit.pyo", line 1376, in __init__
  File "chirp\ui\memedit.pyo", line 1063, in prefill

[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: Exception running RadioJob: No attribute power in struct
[2016-08-06 16:34:01,890] chirp.ui.reporting - DEBUG: Throttling...
[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: -- Exception: --
[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: Traceback (most recent call last):
  File "chirp\ui\common.pyo", line 116, in _execute
  File "Z:\tmp\uv5r.py", line 792, in get_memory
  File "chirp\bitwise.pyo", line 688, in __getattr__
AttributeError: No attribute power in struct

[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: ----------------
[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: Job Args:   (33,)
[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: Job KWArgs: {}
[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: Job Called from:

  File "chirpw", line 146, in <module>
  File "chirp\ui\mainapp.pyo", line 482, in cb_clonein
  File "chirp\ui\mainapp.pyo", line 407, in do_open_live
  File "chirp\ui\editorset.pyo", line 143, in __init__
  File "chirp\ui\editorset.pyo", line 78, in _make_device_editors
  File "chirp\ui\memedit.pyo", line 1376, in __init__
  File "chirp\ui\memedit.pyo", line 1063, in prefill

[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: Exception running RadioJob: No attribute power in struct
[2016-08-06 16:34:01,890] chirp.ui.reporting - DEBUG: Throttling...
[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: -- Exception: --
[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: Traceback (most recent call last):
  File "chirp\ui\common.pyo", line 116, in _execute
  File "Z:\tmp\uv5r.py", line 792, in get_memory
  File "chirp\bitwise.pyo", line 688, in __getattr__
AttributeError: No attribute power in struct

[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: ----------------
[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: Job Args:   (36,)
[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: Job KWArgs: {}
[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: Job Called from:

  File "chirpw", line 146, in <module>
  File "chirp\ui\mainapp.pyo", line 482, in cb_clonein
  File "chirp\ui\mainapp.pyo", line 407, in do_open_live
  File "chirp\ui\editorset.pyo", line 143, in __init__
  File "chirp\ui\editorset.pyo", line 78, in _make_device_editors
  File "chirp\ui\memedit.pyo", line 1376, in __init__
  File "chirp\ui\memedit.pyo", line 1063, in prefill

[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: Exception running RadioJob: No attribute power in struct
[2016-08-06 16:34:01,890] chirp.ui.reporting - DEBUG: Throttling...
[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: -- Exception: --
[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: Traceback (most recent call last):
  File "chirp\ui\common.pyo", line 116, in _execute
  File "Z:\tmp\uv5r.py", line 792, in get_memory
  File "chirp\bitwise.pyo", line 688, in __getattr__
AttributeError: No attribute power in struct

[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: ----------------
[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: Job Args:   (53,)
[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: Job KWArgs: {}
[2016-08-06 16:34:01,890] chirp.ui.common - ERROR: Job Called from:

  File "chirpw", line 146, in <module>
  File "chirp\ui\mainapp.pyo", line 482, in cb_clonein
  File "chirp\ui\mainapp.pyo", line 407, in do_open_live
  File "chirp\ui\editorset.pyo", line 143, in __init__
  File "chirp\ui\editorset.pyo", line 78, in _make_device_editors
  File "chirp\ui\memedit.pyo", line 1376, in __init__
  File "chirp\ui\memedit.pyo", line 1063, in prefill

[2016-08-06 16:34:01,905] chirp.ui.common - ERROR: Exception running RadioJob: No attribute power in struct
[2016-08-06 16:34:01,905] chirp.ui.reporting - DEBUG: Throttling...
[2016-08-06 16:34:01,905] chirp.ui.common - ERROR: -- Exception: --
[2016-08-06 16:34:01,905] chirp.ui.common - ERROR: Traceback (most recent call last):
  File "chirp\ui\common.pyo", line 116, in _execute
  File "Z:\tmp\uv5r.py", line 792, in get_memory
  File "chirp\bitwise.pyo", line 688, in __getattr__
AttributeError: No attribute power in struct

[2016-08-06 16:34:01,905] chirp.ui.common - ERROR: ----------------
[2016-08-06 16:34:01,905] chirp.ui.common - ERROR: Job Args:   (70,)
[2016-08-06 16:34:01,905] chirp.ui.common - ERROR: Job KWArgs: {}
[2016-08-06 16:34:01,905] chirp.ui.common - ERROR: Job Called from:

  File "chirpw", line 146, in <module>
  File "chirp\ui\mainapp.pyo", line 482, in cb_clonein
  File "chirp\ui\mainapp.pyo", line 407, in do_open_live
  File "chirp\ui\editorset.pyo", line 143, in __init__
  File "chirp\ui\editorset.pyo", line 78, in _make_device_editors
  File "chirp\ui\memedit.pyo", line 1376, in __init__
  File "chirp\ui\memedit.pyo", line 1063, in prefill

[2016-08-06 16:34:01,921] chirp.ui.common - ERROR: Exception running RadioJob: No attribute power in struct
[2016-08-06 16:34:01,921] chirp.ui.reporting - DEBUG: Throttling...
[2016-08-06 16:34:01,921] chirp.ui.common - ERROR: -- Exception: --
[2016-08-06 16:34:01,921] chirp.ui.common - ERROR: Traceback (most recent call last):
  File "chirp\ui\common.pyo", line 116, in _execute
  File "Z:\tmp\uv5r.py", line 792, in get_memory
  File "chirp\bitwise.pyo", line 688, in __getattr__
AttributeError: No attribute power in struct

[2016-08-06 16:34:01,921] chirp.ui.common - ERROR: ----------------
[2016-08-06 16:34:01,921] chirp.ui.common - ERROR: Job Args:   (87,)
[2016-08-06 16:34:01,921] chirp.ui.common - ERROR: Job KWArgs: {}
[2016-08-06 16:34:01,921] chirp.ui.common - ERROR: Job Called from:

  File "chirpw", line 146, in <module>
  File "chirp\ui\mainapp.pyo", line 482, in cb_clonein
  File "chirp\ui\mainapp.pyo", line 407, in do_open_live
  File "chirp\ui\editorset.pyo", line 143, in __init__
  File "chirp\ui\editorset.pyo", line 78, in _make_device_editors
  File "chirp\ui\memedit.pyo", line 1376, in __init__
  File "chirp\ui\memedit.pyo", line 1063, in prefill

[2016-08-06 16:34:01,937] chirp.ui.common - ERROR: Exception running RadioJob: No attribute power in struct
[2016-08-06 16:34:01,937] chirp.ui.reporting - DEBUG: Throttling...
[2016-08-06 16:34:01,937] chirp.ui.common - ERROR: -- Exception: --
[2016-08-06 16:34:01,937] chirp.ui.common - ERROR: Traceback (most recent call last):
  File "chirp\ui\common.pyo", line 116, in _execute
  File "Z:\tmp\uv5r.py", line 792, in get_memory
  File "chirp\bitwise.pyo", line 688, in __getattr__
AttributeError: No attribute power in struct

[2016-08-06 16:34:01,937] chirp.ui.common - ERROR: ----------------
[2016-08-06 16:34:01,937] chirp.ui.common - ERROR: Job Args:   (104,)
[2016-08-06 16:34:01,937] chirp.ui.common - ERROR: Job KWArgs: {}
[2016-08-06 16:34:01,937] chirp.ui.common - ERROR: Job Called from:

  File "chirpw", line 146, in <module>
  File "chirp\ui\mainapp.pyo", line 482, in cb_clonein
  File "chirp\ui\mainapp.pyo", line 407, in do_open_live
  File "chirp\ui\editorset.pyo", line 143, in __init__
  File "chirp\ui\editorset.pyo", line 78, in _make_device_editors
  File "chirp\ui\memedit.pyo", line 1376, in __init__
  File "chirp\ui\memedit.pyo", line 1063, in prefill

Traceback (most recent call last):
  File "chirp\ui\settingsedit.pyo", line 210, in _build_ui
Exception: Invalid Radio Settings
[2016-08-06 16:34:01,953] chirp.ui.common - ERROR: Exception running RadioJob: No attribute power in struct
[2016-08-06 16:34:01,953] chirp.ui.reporting - DEBUG: Throttling...
[2016-08-06 16:34:01,953] chirp.ui.common - ERROR: -- Exception: --
[2016-08-06 16:34:01,953] chirp.ui.common - ERROR: Traceback (most recent call last):
  File "chirp\ui\common.pyo", line 116, in _execute
  File "Z:\tmp\uv5r.py", line 792, in get_memory
  File "chirp\bitwise.pyo", line 688, in __getattr__
AttributeError: No attribute power in struct

[2016-08-06 16:34:01,953] chirp.ui.common - ERROR: ----------------
[2016-08-06 16:34:01,953] chirp.ui.common - ERROR: Job Args:   (121,)
[2016-08-06 16:34:01,953] chirp.ui.common - ERROR: Job KWArgs: {}
[2016-08-06 16:34:01,953] chirp.ui.common - ERROR: Job Called from:

  File "chirpw", line 146, in <module>
  File "chirp\ui\mainapp.pyo", line 482, in cb_clonein
  File "chirp\ui\mainapp.pyo", line 407, in do_open_live
  File "chirp\ui\editorset.pyo", line 143, in __init__
  File "chirp\ui\editorset.pyo", line 78, in _make_device_editors
  File "chirp\ui\memedit.pyo", line 1376, in __init__
  File "chirp\ui\memedit.pyo", line 1063, in prefill

[2016-08-06 16:37:53,453] chirp.ui.common - DEBUG: RadioThread exiting
[2016-08-06 16:37:57,344] chirp.directory - WARNING: Replacing existing driver id `Baofeng_UV-5R'
[2016-08-06 16:37:57,344] chirp.directory - INFO: Registered Baofeng_UV-5R = BaofengUV5RGeneric
[2016-08-06 16:37:57,344] chirp.directory - WARNING: Replacing existing driver id `Baofeng_F-11'
[2016-08-06 16:37:57,344] chirp.directory - INFO: Registered Baofeng_F-11 = BaofengF11Radio
[2016-08-06 16:37:57,344] chirp.directory - WARNING: Replacing existing driver id `Baofeng_UV-82'
[2016-08-06 16:37:57,344] chirp.directory - INFO: Registered Baofeng_UV-82 = BaofengUV82Radio
[2016-08-06 16:37:57,344] chirp.directory - WARNING: Replacing existing driver id `Baofeng_UV-6'
[2016-08-06 16:37:57,344] chirp.directory - INFO: Registered Baofeng_UV-6 = BaofengUV6Radio
[2016-08-06 16:37:57,344] chirp.directory - WARNING: Replacing existing driver id `Intek_KT-980HP'
[2016-08-06 16:37:57,358] chirp.directory - INFO: Registered Intek_KT-980HP = IntekKT980Radio
[2016-08-06 16:37:57,358] chirp.directory - WARNING: Replacing existing driver id `Baofeng_BF-F8HP'
[2016-08-06 16:37:57,358] chirp.directory - INFO: Registered Baofeng_BF-F8HP = BaofengBFF8HPRadio
[2016-08-06 16:37:57,358] chirp.directory - WARNING: Replacing existing driver id `Baofeng_UV-82HP'
[2016-08-06 16:37:57,358] chirp.directory - INFO: Registered Baofeng_UV-82HP = BaofengUV82HPRadio
[2016-08-06 16:38:04,108] chirp.ui.mainapp - DEBUG: User selected Baofeng UV-6 on port COM3
[2016-08-06 16:38:04,187] chirp.ui.clone - DEBUG: Clone thread started
[2016-08-06 16:38:04,187] chirp.ui.mainapp - INFO: Sending Magic: 000: 50 bb ff 20 12 08 23 00   P.....#.

[2016-08-06 16:38:04,312] chirp.ui.mainapp - INFO: Ident: 000: aa 01 01 36 01 74 01 04   ...6.t..
008: 00 05 20 dd 00 00 00 00   ........

[2016-08-06 16:38:04,671] chirp.ui.mainapp - INFO: Radio Version is '  Ver  UV6S83 '
[2016-08-06 16:38:04,671] chirp.ui.reporting - DEBUG: Reporting exception
[2016-08-06 16:38:04,671] chirp.ui.common - ERROR: -- Exception: --
[2016-08-06 16:38:04,671] chirp.ui.common - ERROR: Traceback (most recent call last):
  File "chirp\ui\clone.pyo", line 249, in run
  File "Z:\tmp\uv5r.py", line 673, in sync_in
  File "Z:\tmp\uv5r.py", line 493, in _do_download
RadioError: Incorrect 'Model' selected.

[2016-08-06 16:38:04,671] chirp.ui.common - ERROR: ----------------
[2016-08-06 16:38:04,671] chirp.ui.clone - ERROR: Clone failed: Incorrect 'Model' selected.
[2016-08-06 16:38:04,858] chirp.ui.clone - DEBUG: Clone thread ended
[2016-08-06 16:38:04,858] chirp.ui.reporting - DEBUG: Reporting model usage: Baofeng_UV-6,download,True
[2016-08-06 16:38:04,858] chirp.ui.inputdialog - ERROR: --- Exception Dialog: Incorrect 'Model' selected. ---
[2016-08-06 16:38:04,858] chirp.ui.reporting - DEBUG: Reporting exception
[2016-08-06 16:38:04,858] chirp.ui.inputdialog - ERROR: Traceback (most recent call last):
  File "chirpw", line 67, in <module>
AttributeError: 'NoneType' object has no attribute 'split'

[2016-08-06 16:38:04,858] chirp.ui.inputdialog - ERROR: ----------------------------
[2016-08-06 16:38:36,328] chirp.ui.mainapp - DEBUG: User selected Baofeng UV-5R on port COM3
[2016-08-06 16:38:36,405] chirp.ui.clone - DEBUG: Clone thread started
[2016-08-06 16:38:36,405] chirp.ui.mainapp - INFO: Sending Magic: 000: 50 bb ff 20 12 07 25 00   P.....%.

[2016-08-06 16:38:37,530] chirp.ui.mainapp - ERROR: Radio did not respond
[2016-08-06 16:38:39,530] chirp.ui.mainapp - INFO: Sending Magic: 000: 50 bb ff 01 25 98 4d 00   P...%.M.

[2016-08-06 16:38:40,640] chirp.ui.mainapp - ERROR: Radio did not respond
[2016-08-06 16:38:42,640] chirp.ui.common - ERROR: -- Exception: --
[2016-08-06 16:38:42,640] chirp.ui.reporting - DEBUG: Reporting exception
[2016-08-06 16:38:42,640] chirp.ui.common - ERROR: Traceback (most recent call last):
  File "chirp\ui\clone.pyo", line 249, in run
  File "Z:\tmp\uv5r.py", line 673, in sync_in
  File "Z:\tmp\uv5r.py", line 487, in _do_download
  File "Z:\tmp\uv5r.py", line 482, in _ident_radio
RadioError: Radio did not respond

[2016-08-06 16:38:42,640] chirp.ui.common - ERROR: ----------------
[2016-08-06 16:38:42,640] chirp.ui.clone - ERROR: Clone failed: Radio did not respond
[2016-08-06 16:38:42,828] chirp.ui.clone - DEBUG: Clone thread ended
[2016-08-06 16:38:42,828] chirp.ui.reporting - DEBUG: Reporting model usage: Baofeng_UV-5R,download,True
[2016-08-06 16:38:42,828] chirp.ui.inputdialog - ERROR: --- Exception Dialog: Radio did not respond ---
[2016-08-06 16:38:42,828] chirp.ui.reporting - DEBUG: Reporting exception
[2016-08-06 16:38:42,828] chirp.ui.inputdialog - ERROR: Traceback (most recent call last):
  File "chirpw", line 67, in <module>
AttributeError: 'NoneType' object has no attribute 'split'

[2016-08-06 16:38:42,828] chirp.ui.inputdialog - ERROR: ----------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 981 bytes
Desc: OpenPGP digital signature
Url : http://intrepid.danplanet.com/pipermail/chirp_users/attachments/20160806/0244bf76/attachment.bin 


More information about the chirp_users mailing list