Project

General

Profile

Bug #10616 » chirp_debug-mmcnrpxq.txt

Doug Nelson, 06/02/2023 10:32 PM

 
1
[2023-06-03 00:24:40,602] chirp.logger - DEBUG: CHIRP next-20230531 on Win32 (Unknown 10.0:19045) (Python 3.10.8)
2
[2023-06-03 00:24:40,712] chirp.wxui - DEBUG: Using locale: en_US (276)
3
[2023-06-03 00:24:40,721] chirp.wxui - DEBUG: Translation loaded=True for CHIRP: en_US (de,el,en_US,es,fr,hu,it,nl,pl,pt_BR,ru,tr_TR,uk_UA,zh_CN) from C:\Program Files (x86)\CHIRP\chirp\locale
4
[2023-06-03 00:24:40,730] 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
[2023-06-03 00:24:41,149] main - INFO: Python/3.10.8 // Windows/Windows-10-10.0.19045-SP0 // CHIRP/next-20230531 // wx/4.2.0 msw (phoenix) wxWidgets 3.2.0
6
[2023-06-03 00:24:41,166] chirp.wxui.main - INFO: Ignoring dist stock conf DE Freenet Frequencies.csv because same name found in user dir
7
[2023-06-03 00:24:41,166] chirp.wxui.main - INFO: Ignoring dist stock conf EU LPD and PMR Channels.csv because same name found in user dir
8
[2023-06-03 00:24:41,166] chirp.wxui.main - INFO: Ignoring dist stock conf FR Marine VHF Channels.csv because same name found in user dir
9
[2023-06-03 00:24:41,166] chirp.wxui.main - INFO: Ignoring dist stock conf KDR444.csv because same name found in user dir
10
[2023-06-03 00:24:41,166] chirp.wxui.main - INFO: Ignoring dist stock conf NOAA Weather Alert.csv because same name found in user dir
11
[2023-06-03 00:24:41,166] chirp.wxui.main - INFO: Ignoring dist stock conf SE Jaktradio 155MHz.csv because same name found in user dir
12
[2023-06-03 00:24:41,166] chirp.wxui.main - INFO: Ignoring dist stock conf UK Business Radio Simple Light Frequencies.csv because same name found in user dir
13
[2023-06-03 00:24:41,166] chirp.wxui.main - INFO: Ignoring dist stock conf US 60 meter channels (Center).csv because same name found in user dir
14
[2023-06-03 00:24:41,167] chirp.wxui.main - INFO: Ignoring dist stock conf US 60 meter channels (Dial).csv because same name found in user dir
15
[2023-06-03 00:24:41,167] chirp.wxui.main - INFO: Ignoring dist stock conf US CA Railroad Channels.csv because same name found in user dir
16
[2023-06-03 00:24:41,167] chirp.wxui.main - INFO: Ignoring dist stock conf US Calling Frequencies.csv because same name found in user dir
17
[2023-06-03 00:24:41,167] chirp.wxui.main - INFO: Ignoring dist stock conf US FRS and GMRS Channels.csv because same name found in user dir
18
[2023-06-03 00:24:41,167] chirp.wxui.main - INFO: Ignoring dist stock conf US MURS Channels.csv because same name found in user dir
19
[2023-06-03 00:24:41,167] chirp.wxui.main - INFO: Ignoring dist stock conf US Marine VHF Channels.csv because same name found in user dir
20
[2023-06-03 00:24:41,598] chirp.wxui.main - INFO: Server reports next-20230602 is latest
21
[2023-06-03 00:33:47,057] chirp.wxui.clone - DEBUG: Using port 'COM7'
22
[2023-06-03 00:33:47,057] chirp.wxui.clone - DEBUG: Selected <class 'chirp.drivers.ft2800.FT2800Radio'>
23
[2023-06-03 00:33:47,066] chirp.wxui.clone - DEBUG: Showing pre_download prompt
24
[2023-06-03 00:33:57,119] chirp.wxui.clone - DEBUG: Setting flag for prompt pre_download
25
[2023-06-03 00:33:57,448] chirp.wxui.clone - DEBUG: Serial opened: Serial<id=0x207605c24d0, open=True>(port='COM7', baudrate=9600, bytesize=8, parity='N', stopbits=1, timeout=0.25, xonxoff=False, rtscts=False, dsrdtr=False) (rts=True dtr=True)
26
[2023-06-03 00:34:00,069] chirp.drivers.ft2800 - DEBUG: Header:
27

    
28
[2023-06-03 00:34:00,069] chirp.wxui.clone - ERROR: Failed to clone: Failed to communicate with radio: Failed to read header
29
Traceback (most recent call last):
30
  File "chirp\drivers\ft2800.py", line 201, in sync_in
31
  File "chirp\drivers\ft2800.py", line 51, in _download
32
Exception: Failed to read header
33

    
34
During handling of the above exception, another exception occurred:
35

    
36
Traceback (most recent call last):
37
  File "chirp\wxui\clone.py", line 66, in run
38
  File "chirp\drivers\ft2800.py", line 205, in sync_in
39
chirp.errors.RadioError: Failed to communicate with radio: Failed to read header
40
[2023-06-03 00:34:06,737] chirp.wxui.clone - DEBUG: Using port 'COM7'
41
[2023-06-03 00:34:06,737] chirp.wxui.clone - DEBUG: Selected <class 'chirp.drivers.ft2800.FT2800Radio'>
42
[2023-06-03 00:34:06,745] chirp.wxui.clone - DEBUG: Showing pre_download prompt
43
[2023-06-03 00:34:13,544] chirp.wxui.clone - DEBUG: Setting flag for prompt pre_download
44
[2023-06-03 00:34:13,855] chirp.wxui.clone - DEBUG: Serial opened: Serial<id=0x207605f5810, open=True>(port='COM7', baudrate=9600, bytesize=8, parity='N', stopbits=1, timeout=0.25, xonxoff=False, rtscts=False, dsrdtr=False) (rts=True dtr=True)
45
[2023-06-03 00:34:16,513] chirp.drivers.ft2800 - DEBUG: Header:
46

    
47
[2023-06-03 00:34:16,513] chirp.wxui.clone - ERROR: Failed to clone: Failed to communicate with radio: Failed to read header
48
Traceback (most recent call last):
49
  File "chirp\drivers\ft2800.py", line 201, in sync_in
50
  File "chirp\drivers\ft2800.py", line 51, in _download
51
Exception: Failed to read header
52

    
53
During handling of the above exception, another exception occurred:
54

    
55
Traceback (most recent call last):
56
  File "chirp\wxui\clone.py", line 66, in run
57
  File "chirp\drivers\ft2800.py", line 205, in sync_in
58
chirp.errors.RadioError: Failed to communicate with radio: Failed to read header
59
[2023-06-03 00:34:43,414] chirp.wxui.clone - DEBUG: Using port 'COM7'
60
[2023-06-03 00:34:43,414] chirp.wxui.clone - DEBUG: Selected <class 'chirp.drivers.ft2800.FT2800Radio'>
61
[2023-06-03 00:34:43,422] chirp.wxui.clone - DEBUG: Showing pre_download prompt
62
[2023-06-03 00:34:53,657] chirp.wxui.clone - DEBUG: Setting flag for prompt pre_download
63
[2023-06-03 00:34:53,990] chirp.wxui.clone - DEBUG: Serial opened: Serial<id=0x207605f5b70, open=True>(port='COM7', baudrate=9600, bytesize=8, parity='N', stopbits=1, timeout=0.25, xonxoff=False, rtscts=False, dsrdtr=False) (rts=True dtr=True)
64
[2023-06-03 00:34:56,604] chirp.drivers.ft2800 - DEBUG: Header:
65

    
66
[2023-06-03 00:34:56,604] chirp.wxui.clone - ERROR: Failed to clone: Failed to communicate with radio: Failed to read header
67
Traceback (most recent call last):
68
  File "chirp\drivers\ft2800.py", line 201, in sync_in
69
  File "chirp\drivers\ft2800.py", line 51, in _download
70
Exception: Failed to read header
71

    
72
During handling of the above exception, another exception occurred:
73

    
74
Traceback (most recent call last):
75
  File "chirp\wxui\clone.py", line 66, in run
76
  File "chirp\drivers\ft2800.py", line 205, in sync_in
77
chirp.errors.RadioError: Failed to communicate with radio: Failed to read header
78
[2023-06-03 00:35:00,646] chirp.wxui.clone - WARNING: Stopping clone thread
(3-3/41)