Project

General

Profile

Bug #11315 ยป chirp_debug-tiitabom.txt

James Colville, 04/21/2024 06:44 PM

 
1
[2024-04-21 19:58:59,316] chirp.logger - DEBUG: CHIRP next-20240419 on Win32 (Unknown 10.0:19045) (Python 3.10.8)
2
[2024-04-21 19:58:59,804] chirp.wxui - DEBUG: Using locale: en_US (276)
3
[2024-04-21 19:58:59,808] chirp.wxui - DEBUG: Translation loaded=True for CHIRP: en_US (de,el,en_US,es,fr,hu,it,ja_JP,nl,pl,pt_BR,ru,tr_TR,uk_UA,zh_CN) from C:\Program Files (x86)\CHIRP\chirp\locale
4
[2024-04-21 19:58:59,812] chirp.wxui - DEBUG: Translation loaded=False for wxstd: en_US (af,an,ar,ca,ca@valencia,co,cs,da,de,el,es,eu,fa_IR,fi,fr,gl_ES,hi,hr,hu,id,it,ja,ka,ko_KR,lt,lv,ms,nb,ne,nl,pl,pt,pt_BR,ro,ru,sk,sl,sq,sv,ta,tr,uk,vi,zh_CN,zh_TW)
5
[2024-04-21 19:59:00,382] main - INFO: Python/3.10.8 // Windows/Windows-10-10.0.19045-SP0 // CHIRP/next-20240419 // wx/4.2.0 msw (phoenix) wxWidgets 3.2.0
6
[2024-04-21 19:59:00,498] chirp.wxui.main - DEBUG: Recent is now []
7
[2024-04-21 19:59:00,665] chirp.wxui.main - INFO: Server reports next-20240419 is latest
8
[2024-04-21 19:59:04,432] chirp.wxui.clone - DEBUG: All system ports: [{'device': 'COM2', 'name': 'COM2', 'description': 'PCIe to High Speed Serial Port (COM2)', 'hwid': 'MF\\PCI#VEN_9710&DEV_9912&SUBSYS_1000A000&REV_00\\5&2E62686D&0&00E0#CHILD0000', 'vid': None, 'pid': None, 'serial_number': None, 'location': None, 'manufacturer': 'ASIX Electronics Corporation', 'product': None, 'interface': None}, {'device': 'COM3', 'name': 'COM3', 'description': 'PCIe to High Speed Serial Port (COM3)', 'hwid': 'MF\\PCI#VEN_9710&DEV_9912&SUBSYS_1000A000&REV_00\\5&15C940C3&0&01E0#CHILD0000', 'vid': None, 'pid': None, 'serial_number': None, 'location': None, 'manufacturer': 'ASIX Electronics Corporation', 'product': None, 'interface': None}, {'device': 'COM1', 'name': 'COM1', 'description': 'Communications Port (COM1)', 'hwid': 'ACPI\\PNP0501\\2', 'vid': None, 'pid': None, 'serial_number': None, 'location': None, 'manufacturer': '(Standard port types)', 'product': None, 'interface': None}, {'device': 'COM8', 'name': 'COM8', 'description': 'USB Serial Port (COM8)', 'hwid': 'USB VID:PID=0403:6001 SER=A504EBEGA', 'vid': 1027, 'pid': 24577, 'serial_number': 'A504EBEGA', 'location': None, 'manufacturer': 'FTDI', 'product': None, 'interface': None}, {'device': 'COM5', 'name': 'COM5', 'description': 'USB-SERIAL CH340 (COM5)', 'hwid': 'USB VID:PID=1A86:7523 SER= LOCATION=1-4.3', 'vid': 6790, 'pid': 29987, 'serial_number': '', 'location': '1-4.3', 'manufacturer': 'wch.cn', 'product': None, 'interface': None}, {'device': 'COM6', 'name': 'COM6', 'description': 'USB-SERIAL CH340 (COM6)', 'hwid': 'USB VID:PID=1A86:7523 SER= LOCATION=1-4.4', 'vid': 6790, 'pid': 29987, 'serial_number': '', 'location': '1-4.4', 'manufacturer': 'wch.cn', 'product': None, 'interface': None}]
9
[2024-04-21 19:59:04,437] chirp.wxui.clone - WARNING: Last port None is unavailable, defaulting to ('COM1', 'COM1: Communications Port (COM1)')
10
[2024-04-21 19:59:04,471] chirp.wxui.clone - WARNING: Last vendor/model not found
11
[2024-04-21 19:59:15,246] chirp.wxui.clone - DEBUG: Selected <class 'chirp.drivers.ic2300.IC2300Radio'>
12
[2024-04-21 19:59:17,015] chirp.wxui.clone - DEBUG: Using port 'COM8'
13
[2024-04-21 19:59:17,016] chirp.wxui.clone - DEBUG: Selected <class 'chirp.drivers.ic2300.IC2300Radio'>
14
[2024-04-21 19:59:17,025] chirp.wxui.clone - DEBUG: Serial opened: Serial<id=0x1dfe9638bb0, open=True>(port='COM8', baudrate=9600, bytesize=8, parity='N', stopbits=1, timeout=0.25, xonxoff=False, rtscts=False, dsrdtr=False) (rts=True dtr=True)
15
[2024-04-21 19:59:17,305] chirp.drivers.icf - INFO: Detected an echoing cable
16
[2024-04-21 19:59:17,305] chirp.wxui.clone - ERROR: Failed to clone: Failed to communicate with the radio: Unexpected response from radio
17
Traceback (most recent call last):
18
  File "chirp\drivers\icf.py", line 409, in clone_from_radio
19
  File "chirp\drivers\icf.py", line 334, in _clone_from_radio
20
  File "chirp\drivers\icf.py", line 214, in get_model_data
21
chirp.errors.RadioError: Unexpected response from radio
22

    
23
During handling of the above exception, another exception occurred:
24

    
25
Traceback (most recent call last):
26
  File "chirp\wxui\clone.py", line 77, in run
27
  File "chirp\drivers\icf.py", line 887, in sync_in
28
  File "chirp\drivers\icf.py", line 411, in clone_from_radio
29
chirp.errors.RadioError: Failed to communicate with the radio: Unexpected response from radio
30
[2024-04-21 19:59:22,149] chirp.wxui.clone - DEBUG: Using port 'COM8'
31
[2024-04-21 19:59:22,149] chirp.wxui.clone - DEBUG: Selected <class 'chirp.drivers.ic2300.IC2300Radio'>
32
[2024-04-21 19:59:22,157] chirp.wxui.clone - DEBUG: Serial opened: Serial<id=0x1dfec7f42b0, open=True>(port='COM8', baudrate=9600, bytesize=8, parity='N', stopbits=1, timeout=0.25, xonxoff=False, rtscts=False, dsrdtr=False) (rts=True dtr=True)
33
[2024-04-21 19:59:22,434] chirp.drivers.icf - INFO: Detected an echoing cable
34
[2024-04-21 19:59:22,434] chirp.wxui.clone - ERROR: Failed to clone: Failed to communicate with the radio: Unexpected response from radio
35
Traceback (most recent call last):
36
  File "chirp\drivers\icf.py", line 409, in clone_from_radio
37
  File "chirp\drivers\icf.py", line 334, in _clone_from_radio
38
  File "chirp\drivers\icf.py", line 214, in get_model_data
39
chirp.errors.RadioError: Unexpected response from radio
40

    
41
During handling of the above exception, another exception occurred:
42

    
43
Traceback (most recent call last):
44
  File "chirp\wxui\clone.py", line 77, in run
45
  File "chirp\drivers\icf.py", line 887, in sync_in
46
  File "chirp\drivers\icf.py", line 411, in clone_from_radio
47
chirp.errors.RadioError: Failed to communicate with the radio: Unexpected response from radio
48
[2024-04-21 19:59:24,551] chirp.wxui.clone - WARNING: Stopping clone thread
49
[2024-04-21 20:43:41,693] chirp.wxui.clone - DEBUG: All system ports: [{'device': 'COM2', 'name': 'COM2', 'description': 'PCIe to High Speed Serial Port (COM2)', 'hwid': 'MF\\PCI#VEN_9710&DEV_9912&SUBSYS_1000A000&REV_00\\5&2E62686D&0&00E0#CHILD0000', 'vid': None, 'pid': None, 'serial_number': None, 'location': None, 'manufacturer': 'ASIX Electronics Corporation', 'product': None, 'interface': None}, {'device': 'COM3', 'name': 'COM3', 'description': 'PCIe to High Speed Serial Port (COM3)', 'hwid': 'MF\\PCI#VEN_9710&DEV_9912&SUBSYS_1000A000&REV_00\\5&15C940C3&0&01E0#CHILD0000', 'vid': None, 'pid': None, 'serial_number': None, 'location': None, 'manufacturer': 'ASIX Electronics Corporation', 'product': None, 'interface': None}, {'device': 'COM1', 'name': 'COM1', 'description': 'Communications Port (COM1)', 'hwid': 'ACPI\\PNP0501\\2', 'vid': None, 'pid': None, 'serial_number': None, 'location': None, 'manufacturer': '(Standard port types)', 'product': None, 'interface': None}, {'device': 'COM8', 'name': 'COM8', 'description': 'USB Serial Port (COM8)', 'hwid': 'USB VID:PID=0403:6001 SER=A504EBEGA', 'vid': 1027, 'pid': 24577, 'serial_number': 'A504EBEGA', 'location': None, 'manufacturer': 'FTDI', 'product': None, 'interface': None}, {'device': 'COM5', 'name': 'COM5', 'description': 'USB-SERIAL CH340 (COM5)', 'hwid': 'USB VID:PID=1A86:7523 SER= LOCATION=1-4.3', 'vid': 6790, 'pid': 29987, 'serial_number': '', 'location': '1-4.3', 'manufacturer': 'wch.cn', 'product': None, 'interface': None}, {'device': 'COM6', 'name': 'COM6', 'description': 'USB-SERIAL CH340 (COM6)', 'hwid': 'USB VID:PID=1A86:7523 SER= LOCATION=1-4.4', 'vid': 6790, 'pid': 29987, 'serial_number': '', 'location': '1-4.4', 'manufacturer': 'wch.cn', 'product': None, 'interface': None}]
50
[2024-04-21 20:43:43,129] chirp.wxui.clone - DEBUG: Using port 'COM8'
51
[2024-04-21 20:43:43,129] chirp.wxui.clone - DEBUG: Selected <class 'chirp.drivers.ic2300.IC2300Radio'>
52
[2024-04-21 20:43:43,137] chirp.wxui.clone - DEBUG: Serial opened: Serial<id=0x1dfec7f47f0, open=True>(port='COM8', baudrate=9600, bytesize=8, parity='N', stopbits=1, timeout=0.25, xonxoff=False, rtscts=False, dsrdtr=False) (rts=True dtr=True)
53
[2024-04-21 20:43:43,412] chirp.drivers.icf - INFO: Detected an echoing cable
54
[2024-04-21 20:43:43,412] chirp.wxui.clone - ERROR: Failed to clone: Failed to communicate with the radio: Unexpected response from radio
55
Traceback (most recent call last):
56
  File "chirp\drivers\icf.py", line 409, in clone_from_radio
57
  File "chirp\drivers\icf.py", line 334, in _clone_from_radio
58
  File "chirp\drivers\icf.py", line 214, in get_model_data
59
chirp.errors.RadioError: Unexpected response from radio
60

    
61
During handling of the above exception, another exception occurred:
62

    
63
Traceback (most recent call last):
64
  File "chirp\wxui\clone.py", line 77, in run
65
  File "chirp\drivers\icf.py", line 887, in sync_in
66
  File "chirp\drivers\icf.py", line 411, in clone_from_radio
67
chirp.errors.RadioError: Failed to communicate with the radio: Unexpected response from radio
68
[2024-04-21 20:43:47,281] chirp.wxui.clone - DEBUG: Using port 'COM8'
69
[2024-04-21 20:43:47,281] chirp.wxui.clone - DEBUG: Selected <class 'chirp.drivers.ic2300.IC2300Radio'>
70
[2024-04-21 20:43:47,294] chirp.wxui.clone - DEBUG: Serial opened: Serial<id=0x1dfec7f40d0, open=True>(port='COM8', baudrate=9600, bytesize=8, parity='N', stopbits=1, timeout=0.25, xonxoff=False, rtscts=False, dsrdtr=False) (rts=True dtr=True)
71
[2024-04-21 20:43:47,566] chirp.drivers.icf - INFO: Detected an echoing cable
72
[2024-04-21 20:43:47,566] chirp.wxui.clone - ERROR: Failed to clone: Failed to communicate with the radio: Unexpected response from radio
73
Traceback (most recent call last):
74
  File "chirp\drivers\icf.py", line 409, in clone_from_radio
75
  File "chirp\drivers\icf.py", line 334, in _clone_from_radio
76
  File "chirp\drivers\icf.py", line 214, in get_model_data
77
chirp.errors.RadioError: Unexpected response from radio
78

    
79
During handling of the above exception, another exception occurred:
80

    
81
Traceback (most recent call last):
82
  File "chirp\wxui\clone.py", line 77, in run
83
  File "chirp\drivers\icf.py", line 887, in sync_in
84
  File "chirp\drivers\icf.py", line 411, in clone_from_radio
85
chirp.errors.RadioError: Failed to communicate with the radio: Unexpected response from radio
86
[2024-04-21 20:43:49,459] chirp.wxui.clone - WARNING: Stopping clone thread