Project

General

Profile

Bug #10582 » chirp_debug-aud_rxk_ .txt

frederic monier, 05/21/2023 07:00 AM

 
1
[2023-05-21 15:54:31,326] chirp.logger - DEBUG: CHIRP next-20230213 on Darwin MacBook-Pro-de-frederic.local 22.4.0 Darwin Kernel Version 22.4.0: Mon Mar  6 21:01:02 PST 2023; root:xnu-8796.101.5~3/RELEASE_ARM64_T8112 arm64 (Python 3.8.2)
2
[2023-05-21 15:54:32,798] main - INFO: Python/3.8.2 // Darwin/macOS-13.3.1-arm64-arm-64bit // CHIRP/next-20230213 // wx/4.2.0 osx-cocoa (phoenix) wxWidgets 3.2.0
3
[2023-05-21 15:54:32,798] chirp.wxui - DEBUG: System locale: fr_FR (318)
4
[2023-05-21 15:54:32,804] chirp.wxui - DEBUG: Translation loaded=True for CHIRP: fr_FR (pl,uk_UA,en_US,pt_BR,el,it,ru,zh_CN,hu,nl,de,fr,es,tr_TR) from /Applications/CHIRP.app/Contents/MacOS/chirp/locale
5
[2023-05-21 15:54:32,806] chirp.wxui - DEBUG: Translation loaded=True for wxstd: fr_FR (fa_IR,sl,sk,pl,vi,sq,sv,ms,da,gl_ES,pt_BR,ko_KR,ja,el,lv,co,it,ca,zh_TW,cs,ru,ro,zh_CN,pt,uk,an,ar,hr,hu,nl,ne,af,nb,hi,ka,de,ca@valencia,fi,id,fr,es,lt,eu,ta,tr)
6
[2023-05-21 15:54:32,818] chirp.wxui.main - INFO: Ignoring dist stock conf DE Freenet Frequencies.csv because same name found in user dir
7
[2023-05-21 15:54:32,818] chirp.wxui.main - INFO: Ignoring dist stock conf EU LPD and PMR Channels.csv because same name found in user dir
8
[2023-05-21 15:54:32,818] chirp.wxui.main - INFO: Ignoring dist stock conf FR Marine VHF Channels.csv because same name found in user dir
9
[2023-05-21 15:54:32,818] chirp.wxui.main - INFO: Ignoring dist stock conf KDR444.csv because same name found in user dir
10
[2023-05-21 15:54:32,818] chirp.wxui.main - INFO: Ignoring dist stock conf NOAA Weather Alert.csv because same name found in user dir
11
[2023-05-21 15:54:32,818] chirp.wxui.main - INFO: Ignoring dist stock conf SE Jaktradio 155MHz.csv because same name found in user dir
12
[2023-05-21 15:54:32,818] chirp.wxui.main - INFO: Ignoring dist stock conf UK Business Radio Simple Light Frequencies.csv because same name found in user dir
13
[2023-05-21 15:54:32,818] chirp.wxui.main - INFO: Ignoring dist stock conf US 60 meter channels (Center).csv because same name found in user dir
14
[2023-05-21 15:54:32,818] chirp.wxui.main - INFO: Ignoring dist stock conf US 60 meter channels (Dial).csv because same name found in user dir
15
[2023-05-21 15:54:32,818] chirp.wxui.main - INFO: Ignoring dist stock conf US CA Railroad Channels.csv because same name found in user dir
16
[2023-05-21 15:54:32,818] chirp.wxui.main - INFO: Ignoring dist stock conf US Calling Frequencies.csv because same name found in user dir
17
[2023-05-21 15:54:32,818] chirp.wxui.main - INFO: Ignoring dist stock conf US FRS and GMRS Channels.csv because same name found in user dir
18
[2023-05-21 15:54:32,818] chirp.wxui.main - INFO: Ignoring dist stock conf US MURS Channels.csv because same name found in user dir
19
[2023-05-21 15:54:32,818] chirp.wxui.main - INFO: Ignoring dist stock conf US Marine VHF Channels.csv because same name found in user dir
20
[2023-05-21 15:54:32,843] chirp.wxui.report - INFO: Disabling reporting because HTTPConnectionPool(host='chirp.danplanet.com', port=80): Max retries exceeded with url: /report/latest (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x10dfe3130>: Failed to establish a new connection: [Errno 8] nodename nor servname provided, or not known'))
21
[2023-05-21 15:55:15,868] chirp.wxui.clone - DEBUG: Using port '/dev/cu.usbserial-AB7ULCO3'
22
[2023-05-21 15:55:15,869] chirp.wxui.clone - DEBUG: Selected <class 'chirp.drivers.kguv8d.KGUV8DRadio'>
23
[2023-05-21 15:55:15,880] chirp.drivers.kguv8d - DEBUG: Sent:
24
000: 7d 80 ff 00 7f            }.......
25

    
26
[2023-05-21 15:55:16,136] chirp.wxui.clone - ERROR: Failed to clone: Radio did not respond
27
Traceback (most recent call last):
28
  File "chirp/wxui/clone.py", line 66, in run
29
  File "chirp/drivers/kguv8d.py", line 376, in sync_in
30
  File "chirp/drivers/kguv8d.py", line 392, in _download
31
  File "chirp/drivers/kguv8d.py", line 354, in _identify
32
  File "chirp/drivers/kguv8d.py", line 316, in _read_record
33
chirp.errors.RadioError: Radio did not respond
34
[2023-05-21 15:55:23,485] chirp.wxui.clone - DEBUG: Using port '/dev/cu.usbserial-AB7ULCO3'
35
[2023-05-21 15:55:23,485] chirp.wxui.clone - DEBUG: Selected <class 'chirp.drivers.iradio_uv_5118.AbbreeAR518Radio'>
36
[2023-05-21 15:55:23,495] chirp.drivers.iradio_uv_5118 - DEBUG: download
37
[2023-05-21 15:55:27,269] chirp.wxui.clone - ERROR: Failed to clone: The radio did not accept program mode after five tries.
38
Check you interface cable and power cycle your radio.
39
Traceback (most recent call last):
40
  File "chirp/wxui/clone.py", line 66, in run
41
  File "chirp/drivers/iradio_uv_5118.py", line 383, in sync_in
42
  File "chirp/drivers/iradio_uv_5118.py", line 265, in do_download
43
  File "chirp/drivers/iradio_uv_5118.py", line 194, in _enter_programming_mode
44
chirp.errors.RadioError: The radio did not accept program mode after five tries.
45
Check you interface cable and power cycle your radio.
46
[2023-05-21 15:55:35,005] chirp.wxui.clone - DEBUG: Using port '/dev/cu.usbserial-1'
47
[2023-05-21 15:55:35,005] chirp.wxui.clone - DEBUG: Selected <class 'chirp.drivers.iradio_uv_5118.AbbreeAR518Radio'>
48
[2023-05-21 15:55:35,016] chirp.drivers.iradio_uv_5118 - DEBUG: download
49
[2023-05-21 15:55:38,793] chirp.wxui.clone - ERROR: Failed to clone: The radio did not accept program mode after five tries.
50
Check you interface cable and power cycle your radio.
51
Traceback (most recent call last):
52
  File "chirp/wxui/clone.py", line 66, in run
53
  File "chirp/drivers/iradio_uv_5118.py", line 383, in sync_in
54
  File "chirp/drivers/iradio_uv_5118.py", line 265, in do_download
55
  File "chirp/drivers/iradio_uv_5118.py", line 194, in _enter_programming_mode
56
chirp.errors.RadioError: The radio did not accept program mode after five tries.
57
Check you interface cable and power cycle your radio.
58
[2023-05-21 15:56:36,323] chirp.wxui.clone - DEBUG: Using port '/dev/cu.usbserial-AB7ULCO3'
59
[2023-05-21 15:56:36,323] chirp.wxui.clone - DEBUG: Selected <class 'chirp.drivers.iradio_uv_5118.AbbreeAR518Radio'>
60
[2023-05-21 15:56:36,333] chirp.drivers.iradio_uv_5118 - DEBUG: download
61
[2023-05-21 15:56:40,105] chirp.wxui.clone - ERROR: Failed to clone: The radio did not accept program mode after five tries.
62
Check you interface cable and power cycle your radio.
63
Traceback (most recent call last):
64
  File "chirp/wxui/clone.py", line 66, in run
65
  File "chirp/drivers/iradio_uv_5118.py", line 383, in sync_in
66
  File "chirp/drivers/iradio_uv_5118.py", line 265, in do_download
67
  File "chirp/drivers/iradio_uv_5118.py", line 194, in _enter_programming_mode
68
chirp.errors.RadioError: The radio did not accept program mode after five tries.
69
Check you interface cable and power cycle your radio.
70
[2023-05-21 15:56:44,105] chirp.wxui.clone - WARNING: Stopping clone thread
(1-1/11)