Project

General

Profile

Bug #10714 ยป debug.log

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

 
1
[2023-07-06 21:37:35,275] chirp.logger - DEBUG: CHIRP next-20230706 on Linux - Linux Mint 21.1 Vera (Python 3.10.6)
2
[2023-07-06 21:37:35,426] chirp.wxui - DEBUG: Using locale: en_CA (64)
3
[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
4
[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)
5
[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
6
[2023-07-06 21:37:35,832] chirp.wxui.main - INFO: Server reports next-20230706 is latest
7
[2023-07-06 21:39:23,527] chirp.wxui.clone - DEBUG: Using port '/dev/ttyUSB3'
8
[2023-07-06 21:39:23,528] chirp.wxui.clone - DEBUG: Selected <class 'chirp.drivers.icv86.ICV86Radio'>
9
[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)
10
[2023-07-06 21:39:23,850] chirp.drivers.icf - INFO: Detected an echoing cable
11
[2023-07-06 21:39:23,851] chirp.drivers.icf - DEBUG: Model query result:
12
Radio -> PC [Model]:
13
000: 40 66 00 01 2d 01 20 20   @f..-...
14
008: 20 20 20 20 20 20 20 20   ........
15
016: 20 20 20 20 20 20 02 0b   ........
16
024: 31 35 00 00 00 00 00 30   15.....0
17
032: 46 45 32 30 43 30 30 30   FE20C000
18
040: 31 38 42 38 44 44 33 34   18B8DD34
19
048: 41                        A.......
20

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

    
31
[2023-07-06 21:39:38,315] chirp.drivers.icf - DEBUG: Last addr: 1580
32
[2023-07-06 21:39:38,719] chirp.wxui.main - INFO: Saved backup to /home/andrew/.chirp/backups/Icom_IC-V86_20230706T213938.img
33
[2023-07-06 21:39:38,749] chirp.wxui.common - ERROR: Failed to run get_memory(0, )
34
Traceback (most recent call last):
35
  File "/home/andrew/.local/lib/python3.10/site-packages/chirp/wxui/common.py", line 276, in do_radio
36
    job.result = getattr(self._radio, fn)(*a, **k)
37
  File "/home/andrew/.local/lib/python3.10/site-packages/chirp/drivers/icv86.py", line 278, in get_memory
38
    return self._get_memory(number)
39
  File "/home/andrew/.local/lib/python3.10/site-packages/chirp/drivers/icv86.py", line 247, in _get_memory
40
    mem.power = POWER_LEVELS[_mem.power]
41
IndexError: list index out of range
42
[2023-07-06 21:39:38,749] chirp.wxui.memedit - ERROR: Failed to load memory 0 as error because: list index out of range
43
[2023-07-06 21:39:38,749] chirp.wxui.common - ERROR: Failed to run get_memory(1, )
44
Traceback (most recent call last):
45
  File "/home/andrew/.local/lib/python3.10/site-packages/chirp/wxui/common.py", line 276, in do_radio
46
    job.result = getattr(self._radio, fn)(*a, **k)
47
  File "/home/andrew/.local/lib/python3.10/site-packages/chirp/drivers/icv86.py", line 278, in get_memory
48
    return self._get_memory(number)
49
  File "/home/andrew/.local/lib/python3.10/site-packages/chirp/drivers/icv86.py", line 247, in _get_memory
50
    mem.power = POWER_LEVELS[_mem.power]
51
IndexError: list index out of range
52
[2023-07-06 21:39:38,750] chirp.wxui.memedit - ERROR: Failed to load memory 1 as error because: list index out of range
53
[2023-07-06 21:39:38,750] chirp.wxui.common - ERROR: Failed to run get_memory(2, )
54
Traceback (most recent call last):
55
  File "/home/andrew/.local/lib/python3.10/site-packages/chirp/wxui/common.py", line 276, in do_radio
56
    job.result = getattr(self._radio, fn)(*a, **k)
57
  File "/home/andrew/.local/lib/python3.10/site-packages/chirp/drivers/icv86.py", line 278, in get_memory
58
    return self._get_memory(number)
59
  File "/home/andrew/.local/lib/python3.10/site-packages/chirp/drivers/icv86.py", line 247, in _get_memory
60
    mem.power = POWER_LEVELS[_mem.power]
61
IndexError: list index out of range
62
[2023-07-06 21:39:38,750] chirp.wxui.memedit - ERROR: Failed to load memory 2 as error because: list index out of range
63
[2023-07-06 21:40:40,350] chirp.wxui.main - DEBUG: Saving to /home/andrew/Documents/Icom_IC-V86_20230706.img
64
Traceback (most recent call last):
65
  File "/home/andrew/.local/lib/python3.10/site-packages/chirp/wxui/memedit.py", line 737, in _memory_drag
66
    data = self.cb_copy_getdata()
67
  File "/home/andrew/.local/lib/python3.10/site-packages/chirp/wxui/memedit.py", line 1724, in cb_copy_getdata
68
    mem = self.synchronous_get_memory(row + offset)
69
  File "/home/andrew/.local/lib/python3.10/site-packages/chirp/wxui/memedit.py", line 979, in synchronous_get_memory
70
    mem = self._radio.get_memory(number)
71
  File "/home/andrew/.local/lib/python3.10/site-packages/chirp/drivers/icv86.py", line 278, in get_memory
72
    return self._get_memory(number)
73
  File "/home/andrew/.local/lib/python3.10/site-packages/chirp/drivers/icv86.py", line 247, in _get_memory
74
    mem.power = POWER_LEVELS[_mem.power]
75
IndexError: list index out of range
76
[2023-07-06 21:41:12,099] chirp.wxui.settingsedit - DEBUG: Adding page for General Settings (parent=None)
77
[2023-07-06 21:41:28,260] chirp.wxui.developer - DEBUG: Adding sub panel for Icom IC-V86
78
[2023-07-06 21:41:28,266] chirp.wxui.developer - DEBUG: Adding sub panel for skips
79
[2023-07-06 21:41:28,270] chirp.wxui.developer - DEBUG: Adding sub panel for used
80
[2023-07-06 21:41:28,275] chirp.wxui.developer - DEBUG: Adding sub panel for settings
81
[2023-07-06 21:41:28,277] chirp.wxui.developer - DEBUG: Adding sub panel for memory
82
[2023-07-06 21:42:29,266] chirp.wxui.memedit - DEBUG: Memory dropped on row 7,1
83
[2023-07-06 21:42:29,270] chirp.wxui.memedit - DEBUG: Target took our memories
84
Traceback (most recent call last):
85
  File "/home/andrew/.local/lib/python3.10/site-packages/chirp/wxui/memedit.py", line 1572, in _memory_rclick
86
    empty_selected = any([self._memory_cache[r].empty
87
  File "/home/andrew/.local/lib/python3.10/site-packages/chirp/wxui/memedit.py", line 1572, in <listcomp>
88
    empty_selected = any([self._memory_cache[r].empty
89
KeyError: 0
90
Traceback (most recent call last):
91
  File "/home/andrew/.local/lib/python3.10/site-packages/chirp/wxui/memedit.py", line 1572, in _memory_rclick
92
    empty_selected = any([self._memory_cache[r].empty
93
  File "/home/andrew/.local/lib/python3.10/site-packages/chirp/wxui/memedit.py", line 1572, in <listcomp>
94
    empty_selected = any([self._memory_cache[r].empty
95
KeyError: 0