Project

General

Profile

Bug #10714 ยป debug.log

Andrew M, 07/07/2023 12:42 AM

 
[2023-07-06 21:37:35,275] chirp.logger - DEBUG: CHIRP next-20230706 on Linux - Linux Mint 21.1 Vera (Python 3.10.6)
[2023-07-06 21:37:35,426] chirp.wxui - DEBUG: Using locale: en_CA (64)
[2023-07-06 21:37:35,431] chirp.wxui - DEBUG: Translation loaded=False for CHIRP: en_CA (es,nl,fr,uk_UA,tr_TR,pt_BR,it,pl,ru,el,en_US,hu,de,zh_CN) from /home/andrew/.local/lib/python3.10/site-packages/chirp/locale
[2023-07-06 21:37:35,436] chirp.wxui - DEBUG: Translation loaded=False for wxstd: en_CA (es,vi,ko_KR,lv,gl_ES,ta,id,nl,fr,ne,ca@valencia,lt,sq,an,uk,sk,sv,eu,pt_BR,fi,it,af,ca,ro,pl,zh_TW,sl,ru,tr,pt,ar,el,hi,nb,ms,cs,ja,hu,de,zh_CN,da)
[2023-07-06 21:37:35,649] main - INFO: Python/3.10.6 // Linux/Linux-5.15.0-71-generic-x86_64-with-glibc2.35 // CHIRP/next-20230706 // wx/4.0.7 gtk3 (phoenix) wxWidgets 3.0.5
[2023-07-06 21:37:35,832] chirp.wxui.main - INFO: Server reports next-20230706 is latest
[2023-07-06 21:39:23,527] chirp.wxui.clone - DEBUG: Using port '/dev/ttyUSB3'
[2023-07-06 21:39:23,528] chirp.wxui.clone - DEBUG: Selected <class 'chirp.drivers.icv86.ICV86Radio'>
[2023-07-06 21:39:23,529] chirp.wxui.clone - DEBUG: Serial opened: Serial<id=0x7f39e9e18c70, open=True>(port='/dev/ttyUSB3', baudrate=9600, bytesize=8, parity='N', stopbits=1, timeout=0.25, xonxoff=False, rtscts=False, dsrdtr=False) (rts=True dtr=True)
[2023-07-06 21:39:23,850] chirp.drivers.icf - INFO: Detected an echoing cable
[2023-07-06 21:39:23,851] chirp.drivers.icf - DEBUG: Model query result:
Radio -> PC [Model]:
000: 40 66 00 01 2d 01 20 20 @f..-...
008: 20 20 20 20 20 20 20 20 ........
016: 20 20 20 20 20 20 02 0b ........
024: 31 35 00 00 00 00 00 30 15.....0
032: 46 45 32 30 43 30 30 30 FE20C000
040: 31 38 42 38 44 44 33 34 18B8DD34
048: 41 A.......

[2023-07-06 21:39:23,851] chirp.drivers.icf - INFO: Radio revision is 1
[2023-07-06 21:39:23,851] chirp.drivers.icf - INFO: Radio comment is b' '
[2023-07-06 21:39:23,851] chirp.drivers.icf - INFO: Radio serial is '30720113954090'
[2023-07-06 21:39:23,851] chirp.drivers.icf - DEBUG: Sent clone frame
[2023-07-06 21:39:23,989] chirp.drivers.icf - INFO: Detected an echoing cable
[2023-07-06 21:39:23,989] chirp.drivers.icf - DEBUG: ICF Size change from 0 to 32 at 0000
[2023-07-06 21:39:38,314] chirp.drivers.icf - DEBUG: End frame (11):
000: 49 63 6f 6d 20 49 6e 63 Icom.Inc
008: 2e 41 43 .AC.....

[2023-07-06 21:39:38,315] chirp.drivers.icf - DEBUG: Last addr: 1580
[2023-07-06 21:39:38,719] chirp.wxui.main - INFO: Saved backup to /home/andrew/.chirp/backups/Icom_IC-V86_20230706T213938.img
[2023-07-06 21:39:38,749] chirp.wxui.common - ERROR: Failed to run get_memory(0, )
Traceback (most recent call last):
File "/home/andrew/.local/lib/python3.10/site-packages/chirp/wxui/common.py", line 276, in do_radio
job.result = getattr(self._radio, fn)(*a, **k)
File "/home/andrew/.local/lib/python3.10/site-packages/chirp/drivers/icv86.py", line 278, in get_memory
return self._get_memory(number)
File "/home/andrew/.local/lib/python3.10/site-packages/chirp/drivers/icv86.py", line 247, in _get_memory
mem.power = POWER_LEVELS[_mem.power]
IndexError: list index out of range
[2023-07-06 21:39:38,749] chirp.wxui.memedit - ERROR: Failed to load memory 0 as error because: list index out of range
[2023-07-06 21:39:38,749] chirp.wxui.common - ERROR: Failed to run get_memory(1, )
Traceback (most recent call last):
File "/home/andrew/.local/lib/python3.10/site-packages/chirp/wxui/common.py", line 276, in do_radio
job.result = getattr(self._radio, fn)(*a, **k)
File "/home/andrew/.local/lib/python3.10/site-packages/chirp/drivers/icv86.py", line 278, in get_memory
return self._get_memory(number)
File "/home/andrew/.local/lib/python3.10/site-packages/chirp/drivers/icv86.py", line 247, in _get_memory
mem.power = POWER_LEVELS[_mem.power]
IndexError: list index out of range
[2023-07-06 21:39:38,750] chirp.wxui.memedit - ERROR: Failed to load memory 1 as error because: list index out of range
[2023-07-06 21:39:38,750] chirp.wxui.common - ERROR: Failed to run get_memory(2, )
Traceback (most recent call last):
File "/home/andrew/.local/lib/python3.10/site-packages/chirp/wxui/common.py", line 276, in do_radio
job.result = getattr(self._radio, fn)(*a, **k)
File "/home/andrew/.local/lib/python3.10/site-packages/chirp/drivers/icv86.py", line 278, in get_memory
return self._get_memory(number)
File "/home/andrew/.local/lib/python3.10/site-packages/chirp/drivers/icv86.py", line 247, in _get_memory
mem.power = POWER_LEVELS[_mem.power]
IndexError: list index out of range
[2023-07-06 21:39:38,750] chirp.wxui.memedit - ERROR: Failed to load memory 2 as error because: list index out of range
[2023-07-06 21:40:40,350] chirp.wxui.main - DEBUG: Saving to /home/andrew/Documents/Icom_IC-V86_20230706.img
Traceback (most recent call last):
File "/home/andrew/.local/lib/python3.10/site-packages/chirp/wxui/memedit.py", line 737, in _memory_drag
data = self.cb_copy_getdata()
File "/home/andrew/.local/lib/python3.10/site-packages/chirp/wxui/memedit.py", line 1724, in cb_copy_getdata
mem = self.synchronous_get_memory(row + offset)
File "/home/andrew/.local/lib/python3.10/site-packages/chirp/wxui/memedit.py", line 979, in synchronous_get_memory
mem = self._radio.get_memory(number)
File "/home/andrew/.local/lib/python3.10/site-packages/chirp/drivers/icv86.py", line 278, in get_memory
return self._get_memory(number)
File "/home/andrew/.local/lib/python3.10/site-packages/chirp/drivers/icv86.py", line 247, in _get_memory
mem.power = POWER_LEVELS[_mem.power]
IndexError: list index out of range
[2023-07-06 21:41:12,099] chirp.wxui.settingsedit - DEBUG: Adding page for General Settings (parent=None)
[2023-07-06 21:41:28,260] chirp.wxui.developer - DEBUG: Adding sub panel for Icom IC-V86
[2023-07-06 21:41:28,266] chirp.wxui.developer - DEBUG: Adding sub panel for skips
[2023-07-06 21:41:28,270] chirp.wxui.developer - DEBUG: Adding sub panel for used
[2023-07-06 21:41:28,275] chirp.wxui.developer - DEBUG: Adding sub panel for settings
[2023-07-06 21:41:28,277] chirp.wxui.developer - DEBUG: Adding sub panel for memory
[2023-07-06 21:42:29,266] chirp.wxui.memedit - DEBUG: Memory dropped on row 7,1
[2023-07-06 21:42:29,270] chirp.wxui.memedit - DEBUG: Target took our memories
Traceback (most recent call last):
File "/home/andrew/.local/lib/python3.10/site-packages/chirp/wxui/memedit.py", line 1572, in _memory_rclick
empty_selected = any([self._memory_cache[r].empty
File "/home/andrew/.local/lib/python3.10/site-packages/chirp/wxui/memedit.py", line 1572, in <listcomp>
empty_selected = any([self._memory_cache[r].empty
KeyError: 0
Traceback (most recent call last):
File "/home/andrew/.local/lib/python3.10/site-packages/chirp/wxui/memedit.py", line 1572, in _memory_rclick
empty_selected = any([self._memory_cache[r].empty
File "/home/andrew/.local/lib/python3.10/site-packages/chirp/wxui/memedit.py", line 1572, in <listcomp>
empty_selected = any([self._memory_cache[r].empty
KeyError: 0