Project

General

Profile

Bug #10422 » chirp_debug-cb3sie99.txt

Andrew Clapp, 03/07/2023 03:09 PM

 
1
[2023-03-07 09:06:10,294] chirp.logger - DEBUG: CHIRP next-20230307 on Darwin users-MBP.attlocal.net 19.6.0 Darwin Kernel Version 19.6.0: Tue Jun 21 21:18:39 PDT 2022; root:xnu-6153.141.66~1/RELEASE_X86_64 x86_64 (Python 3.8.2)
2
[2023-03-07 09:06:11,098] main - INFO: Python/3.8.2 // Darwin/macOS-10.15.7-x86_64-i386-64bit // CHIRP/next-20230307 // wx/4.2.0 osx-cocoa (phoenix) wxWidgets 3.2.0
3
[2023-03-07 09:06:11,099] chirp.wxui - DEBUG: System locale: en_US (276)
4
[2023-03-07 09:06:11,140] chirp.wxui - DEBUG: Translation loaded=True for CHIRP: en_US (pl,uk_UA,en_US,pt_BR,el,it,ru,zh_CN,hu,nl,de,fr,es,tr_TR) from /private/var/folders/5m/yfhv1qxx1q9fbzt3696c_2840000gn/T/AppTranslocation/00BD8890-D833-4A49-8C17-979DD17D72FE/d/CHIRP 2.app/Contents/MacOS/chirp/locale
5
[2023-03-07 09:06:11,149] chirp.wxui - DEBUG: Translation loaded=False for wxstd: en_US (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-03-07 09:06:11,520] chirp.wxui.main - INFO: Server reports next-20230307 is latest
7
[2023-03-07 09:06:32,025] chirp.directory - INFO: driver re-registration enabled
8
[2023-03-07 09:06:32,027] chirp.wxui.main - INFO: Loading module /Users/user/Downloads/retevis_rt22_with_new_id.py SHA256 376fc4ce087045141bc48cabe9e720d7adc7319c76a53e02549b66219a146c11
9
[2023-03-07 09:06:32,037] chirp.directory - WARNING: Replacing existing driver id `Retevis_RT22'
10
[2023-03-07 09:06:32,037] chirp.directory - WARNING: Replacing existing driver id `WLN_KD-C1'
11
[2023-03-07 09:06:32,037] chirp.directory - WARNING: Replacing existing driver id `Zastone_ZT-X6'
12
[2023-03-07 09:06:32,037] chirp.directory - WARNING: Replacing existing driver id `LUITON_LT-316'
13
[2023-03-07 09:06:32,038] chirp.directory - WARNING: Replacing existing driver id `TID_TD-M8'
14
[2023-03-07 09:06:32,038] chirp.directory - WARNING: Replacing existing driver id `Retevis_RT22FRS'
15
[2023-03-07 09:06:32,038] chirp.directory - WARNING: Replacing existing driver id `Retevis_RT622'
16
[2023-03-07 09:06:39,629] chirp.wxui.clone - DEBUG: Using port '/dev/cu.usbserial-1410'
17
[2023-03-07 09:06:39,629] chirp.wxui.clone - DEBUG: Selected <class 'chirp.loaded.retevis_rt22_with_new_id.RT22Radio'>
18
[2023-03-07 09:06:39,636] chirp.loaded.retevis_rt22_with_new_id - DEBUG: download
19
[2023-03-07 09:06:39,708] chirp.loaded.retevis_rt22_with_new_id - INFO: Radio Ident is b'P32073\xf8\xff'
20
[2023-03-07 09:06:39,708] chirp.loaded.retevis_rt22_with_new_id - DEBUG: Reading block 0000...
21
[2023-03-07 09:06:39,812] chirp.wxui.clone - ERROR: Failed to clone: Failed to read block at 0000
22
Traceback (most recent call last):
23
  File "/Users/user/Downloads/retevis_rt22_with_new_id.py", line 217, in _rt22_read_block
24
    raise Exception("Error reading block %04x." % (block_addr))
25
Exception: Error reading block 0000.
26

    
27
During handling of the above exception, another exception occurred:
28

    
29
Traceback (most recent call last):
30
  File "chirp/wxui/clone.py", line 66, in run
31
  File "/Users/user/Downloads/retevis_rt22_with_new_id.py", line 387, in sync_in
32
    data = do_download(self)
33
  File "/Users/user/Downloads/retevis_rt22_with_new_id.py", line 287, in do_download
34
    block = _rt22_read_block(radio, addr, radio._block_size)
35
  File "/Users/user/Downloads/retevis_rt22_with_new_id.py", line 226, in _rt22_read_block
36
    raise errors.RadioError("Failed to read block at %04x" % block_addr)
37
chirp.errors.RadioError: Failed to read block at 0000
38
[2023-03-07 09:06:43,066] chirp.wxui.clone - DEBUG: Using port '/dev/cu.usbserial-1410'
39
[2023-03-07 09:06:43,066] chirp.wxui.clone - DEBUG: Selected <class 'chirp.loaded.retevis_rt22_with_new_id.RT22Radio'>
40
[2023-03-07 09:06:43,071] chirp.loaded.retevis_rt22_with_new_id - DEBUG: download
41
[2023-03-07 09:06:43,136] chirp.loaded.retevis_rt22_with_new_id - DEBUG: Incorrect model ID, got this:
42

    
43
000: d0 33 b2 30 b7 33 f8 ff   .3.0.3..
44

    
45
[2023-03-07 09:06:43,136] chirp.wxui.clone - ERROR: Failed to clone: Radio identification failed.
46
Traceback (most recent call last):
47
  File "chirp/wxui/clone.py", line 66, in run
48
  File "/Users/user/Downloads/retevis_rt22_with_new_id.py", line 387, in sync_in
49
    data = do_download(self)
50
  File "/Users/user/Downloads/retevis_rt22_with_new_id.py", line 272, in do_download
51
    radio_ident = _rt22_enter_programming_mode(radio)
52
  File "/Users/user/Downloads/retevis_rt22_with_new_id.py", line 167, in _rt22_enter_programming_mode
53
    raise errors.RadioError("Radio identification failed.")
54
chirp.errors.RadioError: Radio identification failed.
55
[2023-03-07 09:06:45,465] chirp.wxui.clone - WARNING: Stopping clone thread
(2-2/2)