Project

General

Profile

Bug #10432 ยป chirp_debug-691hmqou.txt

Tony Stephen, 03/10/2023 01:36 AM

 
1
FT-60
2
[2023-03-09 17:16:22,836] chirp.logger - DEBUG: CHIRP next-20230309 on Win32 (Unknown 10.0:19045) (Python 3.10.8)
3
[2023-03-09 17:16:24,101] main - INFO: Python/3.10.8 // Windows/Windows-10-10.0.19045-SP0 // CHIRP/next-20230309 // wx/4.2.0 msw (phoenix) wxWidgets 3.2.0
4
[2023-03-09 17:16:24,101] chirp.wxui - DEBUG: System locale: en_US (276)
5
[2023-03-09 17:16:24,101] 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
6
[2023-03-09 17:16:24,101] 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)
7
[2023-03-09 17:16:24,148] chirp.wxui.main - INFO: Ignoring dist stock conf DE Freenet Frequencies.csv because same name found in user dir
8
[2023-03-09 17:16:24,148] chirp.wxui.main - INFO: Ignoring dist stock conf EU LPD and PMR Channels.csv because same name found in user dir
9
[2023-03-09 17:16:24,148] chirp.wxui.main - INFO: Ignoring dist stock conf FR Marine VHF Channels.csv because same name found in user dir
10
[2023-03-09 17:16:24,148] chirp.wxui.main - INFO: Ignoring dist stock conf KDR444.csv because same name found in user dir
11
[2023-03-09 17:16:24,148] chirp.wxui.main - INFO: Ignoring dist stock conf NOAA Weather Alert.csv because same name found in user dir
12
[2023-03-09 17:16:24,148] chirp.wxui.main - INFO: Ignoring dist stock conf SE Jaktradio 155MHz.csv because same name found in user dir
13
[2023-03-09 17:16:24,148] chirp.wxui.main - INFO: Ignoring dist stock conf UK Business Radio Simple Light Frequencies.csv because same name found in user dir
14
[2023-03-09 17:16:24,148] chirp.wxui.main - INFO: Ignoring dist stock conf US 60 meter channels (Center).csv because same name found in user dir
15
[2023-03-09 17:16:24,148] chirp.wxui.main - INFO: Ignoring dist stock conf US 60 meter channels (Dial).csv because same name found in user dir
16
[2023-03-09 17:16:24,148] chirp.wxui.main - INFO: Ignoring dist stock conf US CA Railroad Channels.csv because same name found in user dir
17
[2023-03-09 17:16:24,148] chirp.wxui.main - INFO: Ignoring dist stock conf US Calling Frequencies.csv because same name found in user dir
18
[2023-03-09 17:16:24,148] chirp.wxui.main - INFO: Ignoring dist stock conf US FRS and GMRS Channels.csv because same name found in user dir
19
[2023-03-09 17:16:24,148] chirp.wxui.main - INFO: Ignoring dist stock conf US MURS Channels.csv because same name found in user dir
20
[2023-03-09 17:16:24,148] chirp.wxui.main - INFO: Ignoring dist stock conf US Marine VHF Channels.csv because same name found in user dir
21
[2023-03-09 17:16:24,508] chirp.wxui.main - INFO: Server reports next-20230309 is latest
22
[2023-03-09 17:17:05,949] chirp.chirp_common - DEBUG: Loaded metadata: {'vendor': 'Yaesu', 'model': 'FT-60', 'chirp_version': 'daily-20220726', 'rclass': 'FT60Radio', 'variant': ''}
23
[2023-03-09 17:17:05,949] chirp.chirp_common - DEBUG: Loaded metadata: {'vendor': 'Yaesu', 'model': 'FT-60', 'chirp_version': 'daily-20220726', 'rclass': 'FT60Radio', 'variant': ''}
24
[2023-03-09 17:17:05,949] chirp.chirp_common - DEBUG: Parsed version 'daily-20220726' to (20220726,)
25
[2023-03-09 17:17:05,949] chirp.chirp_common - DEBUG: Parsed version 'next-20230309' to (0,)
26
[2023-03-09 17:17:05,949] chirp.chirp_common - WARNING: Image is from version daily-20220726 but we are next-20230309
27
[2023-03-09 17:17:38,254] chirp.wxui.clone - DEBUG: Showing pre_upload prompt
28
[2023-03-09 17:18:30,083] chirp.wxui.clone - DEBUG: Setting flag for prompt pre_upload
29
[2023-03-09 17:18:30,083] chirp.wxui.clone - DEBUG: Opening serial 'COM3' after upload prompt
30
[2023-03-09 17:18:30,500] chirp.wxui.clone - ERROR: Failed to clone: Failed to communicate with radio: Radio did not respond
31
Traceback (most recent call last):
32
  File "chirp\drivers\ft60.py", line 416, in sync_out
33
  File "chirp\drivers\ft60.py", line 81, in _upload
34
Exception: Radio did not respond
35

    
36
During handling of the above exception, another exception occurred:
37

    
38
Traceback (most recent call last):
39
  File "chirp\wxui\clone.py", line 66, in run
40
  File "chirp\drivers\ft60.py", line 420, in sync_out
41
chirp.errors.RadioError: Failed to communicate with radio: Radio did not respond
42
[2023-03-09 17:19:49,482] chirp.wxui.clone - WARNING: Stopping clone thread
43
[2023-03-09 17:20:01,084] chirp.wxui.clone - DEBUG: Using port 'COM3'
44
[2023-03-09 17:20:01,084] chirp.wxui.clone - DEBUG: Selected <class 'chirp.drivers.ft60.FT60Radio'>
45
[2023-03-09 17:20:01,084] chirp.wxui.clone - DEBUG: Showing pre_download prompt
46
[2023-03-09 17:20:31,754] chirp.wxui.clone - DEBUG: Setting flag for prompt pre_download
47
[2023-03-09 17:20:33,135] chirp.drivers.ft60 - INFO: Trying again...
48
[2023-03-09 17:20:34,402] chirp.drivers.ft60 - INFO: Trying again...
49
[2023-03-09 17:21:07,646] chirp.drivers.yaesu_clone - DEBUG: Checksum 0000-6FC7 (@6FC8): OK
50
[2023-03-09 17:21:39,762] chirp.wxui.clone - DEBUG: Showing pre_upload prompt
51
[2023-03-09 17:22:21,373] chirp.wxui.clone - DEBUG: Setting flag for prompt pre_upload
52
[2023-03-09 17:22:21,373] chirp.wxui.clone - DEBUG: Opening serial 'COM3' after upload prompt
53
[2023-03-09 17:22:21,796] chirp.wxui.clone - ERROR: Failed to clone: Failed to communicate with radio: Radio did not respond
54
Traceback (most recent call last):
55
  File "chirp\drivers\ft60.py", line 416, in sync_out
56
  File "chirp\drivers\ft60.py", line 81, in _upload
57
Exception: Radio did not respond
58

    
59
During handling of the above exception, another exception occurred:
60

    
61
Traceback (most recent call last):
62
  File "chirp\wxui\clone.py", line 66, in run
63
  File "chirp\drivers\ft60.py", line 420, in sync_out
64
chirp.errors.RadioError: Failed to communicate with radio: Radio did not respond
65
[2023-03-09 17:22:40,261] chirp.wxui.clone - WARNING: Stopping clone thread