Project

General

Profile

Bug #10616 » chirp_debug-3_oi9ph3.txt

Doug Nelson, 06/03/2023 09:12 AM

 
1
[2023-06-03 01:44:10,941] chirp.logger - DEBUG: CHIRP next-20230531 on Win32 (Unknown 10.0:19045) (Python 3.10.8)
2
[2023-06-03 01:44:11,071] chirp.wxui - DEBUG: Using locale: en_US (276)
3
[2023-06-03 01:44:11,080] 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 01:44:11,092] 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 01:44:11,673] 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 01:44:11,690] chirp.wxui.main - INFO: Ignoring dist stock conf DE Freenet Frequencies.csv because same name found in user dir
7
[2023-06-03 01:44:11,690] 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 01:44:11,690] chirp.wxui.main - INFO: Ignoring dist stock conf FR Marine VHF Channels.csv because same name found in user dir
9
[2023-06-03 01:44:11,690] chirp.wxui.main - INFO: Ignoring dist stock conf KDR444.csv because same name found in user dir
10
[2023-06-03 01:44:11,691] chirp.wxui.main - INFO: Ignoring dist stock conf NOAA Weather Alert.csv because same name found in user dir
11
[2023-06-03 01:44:11,691] chirp.wxui.main - INFO: Ignoring dist stock conf SE Jaktradio 155MHz.csv because same name found in user dir
12
[2023-06-03 01:44:11,691] 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 01:44:11,691] 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 01:44:11,691] 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 01:44:11,691] chirp.wxui.main - INFO: Ignoring dist stock conf US CA Railroad Channels.csv because same name found in user dir
16
[2023-06-03 01:44:11,691] chirp.wxui.main - INFO: Ignoring dist stock conf US Calling Frequencies.csv because same name found in user dir
17
[2023-06-03 01:44:11,691] 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 01:44:11,691] chirp.wxui.main - INFO: Ignoring dist stock conf US MURS Channels.csv because same name found in user dir
19
[2023-06-03 01:44:11,691] chirp.wxui.main - INFO: Ignoring dist stock conf US Marine VHF Channels.csv because same name found in user dir
20
[2023-06-03 01:44:12,286] chirp.wxui.main - INFO: Server reports next-20230602 is latest
21
[2023-06-03 01:44:59,886] chirp.wxui.clone - DEBUG: Using port 'COM7'
22
[2023-06-03 01:44:59,886] chirp.wxui.clone - DEBUG: Selected <class 'chirp.drivers.ft2800.FT2800Radio'>
23
[2023-06-03 01:44:59,894] chirp.wxui.clone - DEBUG: Showing pre_download prompt
24
[2023-06-03 01:45:02,422] chirp.wxui.clone - DEBUG: Setting flag for prompt pre_download
25
[2023-06-03 01:45:02,746] chirp.wxui.clone - DEBUG: Serial opened: Serial<id=0x23ded3924d0, 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 01:45:05,215] chirp.drivers.ft2800 - DEBUG: Header:
27

    
28
[2023-06-03 01:45:05,215] 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 01:45:13,517] chirp.wxui.clone - DEBUG: Using port 'COM7'
41
[2023-06-03 01:45:13,518] chirp.wxui.clone - DEBUG: Selected <class 'chirp.drivers.ft2800.FT2800Radio'>
42
[2023-06-03 01:45:13,526] chirp.wxui.clone - DEBUG: Showing pre_download prompt
43
[2023-06-03 01:45:15,848] chirp.wxui.clone - DEBUG: Setting flag for prompt pre_download
44
[2023-06-03 01:45:16,174] chirp.wxui.clone - DEBUG: Serial opened: Serial<id=0x23ded3cd810, 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 01:45:18,770] chirp.drivers.ft2800 - DEBUG: Header:
46

    
47
[2023-06-03 01:45:18,770] 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 01:45:23,653] chirp.wxui.clone - WARNING: Stopping clone thread
(8-8/41)