Project

General

Profile

Bug #10476 ยป chirp_debug-a_udqve7.txt

Allen Malsbary, 03/25/2023 03:59 PM

 
1
[2023-03-25 15:43:30,776] chirp.logger - DEBUG: CHIRP next-20230322 on Linux - Ubuntu 22.10 (Python 3.10.7)
2
[2023-03-25 15:43:31,235] main - INFO: Python/3.10.7 // Linux/Linux-5.19.0-38-generic-x86_64-with-glibc2.36 // CHIRP/next-20230322 // wx/4.0.7 gtk3 (phoenix) wxWidgets 3.0.5
3
[2023-03-25 15:43:31,235] chirp.wxui - DEBUG: System locale: en_US (60)
4
[2023-03-25 15:43:31,239] chirp.wxui - DEBUG: Translation loaded=True for CHIRP: en_US (ru,fr,it,es_ES,de,el,zh_CN,pt_BR,en_US,es,nl,tr_TR,pl,hu,uk_UA) from /home/allen/.local/lib/python3.10/site-packages/chirp/locale
5
[2023-03-25 15:43:31,242] chirp.wxui - DEBUG: Translation loaded=False for wxstd: en_US (fi,ja,ar,ms,ne,ru,an,fr,sl,uk,vi,it,id,eu,ta,zh_TW,de,gl_ES,el,zh_CN,pt_BR,sq,lv,hi,ca@valencia,pt,da,ko_KR,lt,nb,es,cs,nl,sv,tr,af,ca,ro,sk,pl,hu)
6
[2023-03-25 15:43:31,460] chirp.wxui.main - INFO: Server reports next-20230322 is latest
7
[2023-03-25 15:43:36,393] chirp.wxui.clone - DEBUG: Using port '/dev/ttyUSB0'
8
[2023-03-25 15:43:36,393] chirp.wxui.clone - DEBUG: Selected <class 'chirp.drivers.ft4.YaesuFT65RRadio'>
9
[2023-03-25 15:43:36,398] chirp.wxui.clone - DEBUG: Showing pre_download prompt
10
[2023-03-25 15:43:37,665] chirp.wxui.clone - DEBUG: Setting flag for prompt pre_download
11
[2023-03-25 15:43:38,192] chirp.drivers.ft4 - DEBUG: missing ack: expected 0x06, got
12
[2023-03-25 15:43:38,701] chirp.drivers.ft4 - DEBUG: missing ack: expected 0x06, got
13
[2023-03-25 15:43:39,209] chirp.drivers.ft4 - DEBUG: missing ack: expected 0x06, got
14
[2023-03-25 15:43:39,464] chirp.drivers.ft4 - DEBUG: missing ack: expected 0x06, got
15
[2023-03-25 15:43:39,464] chirp.wxui.clone - ERROR: Failed to clone: Failed to communicate with radio: Incorrect ACK on serial port.
16
Traceback (most recent call last):
17
  File "/home/allen/.local/lib/python3.10/site-packages/chirp/drivers/ft4.py", line 741, in sync_in
18
    self._mmap = do_download(self)
19
  File "/home/allen/.local/lib/python3.10/site-packages/chirp/drivers/ft4.py", line 368, in do_download
20
    progressbar = startcomms(radio, "from")
21
  File "/home/allen/.local/lib/python3.10/site-packages/chirp/drivers/ft4.py", line 309, in startcomms
22
    enter_clonemode(radio)
23
  File "/home/allen/.local/lib/python3.10/site-packages/chirp/drivers/ft4.py", line 293, in enter_clonemode
24
    sendcmd(radio.pipe, b"END", 0)
25
  File "/home/allen/.local/lib/python3.10/site-packages/chirp/drivers/ft4.py", line 276, in sendcmd
26
    raise errors.RadioError("Incorrect ACK on serial port.")
27
chirp.errors.RadioError: Incorrect ACK on serial port.
28

    
29
During handling of the above exception, another exception occurred:
30

    
31
Traceback (most recent call last):
32
  File "/home/allen/.local/lib/python3.10/site-packages/chirp/wxui/clone.py", line 66, in run
33
    self._fn()
34
  File "/home/allen/.local/lib/python3.10/site-packages/chirp/drivers/ft4.py", line 743, in sync_in
35
    raise errors.RadioError("Failed to communicate with radio: %s" % e)
36
chirp.errors.RadioError: Failed to communicate with radio: Incorrect ACK on serial port.
37
[2023-03-25 15:44:24,602] chirp.wxui.clone - DEBUG: Using port '/dev/ttyUSB0'
38
[2023-03-25 15:44:24,602] chirp.wxui.clone - DEBUG: Selected <class 'chirp.drivers.ft4.YaesuFT65RRadio'>
39
[2023-03-25 15:44:24,604] chirp.wxui.clone - DEBUG: Showing pre_download prompt
40
[2023-03-25 15:44:38,102] chirp.wxui.clone - DEBUG: Setting flag for prompt pre_download
41
[2023-03-25 15:44:38,629] chirp.drivers.ft4 - DEBUG: missing ack: expected 0x06, got
42
[2023-03-25 15:44:39,138] chirp.drivers.ft4 - DEBUG: missing ack: expected 0x06, got
43
[2023-03-25 15:44:39,646] chirp.drivers.ft4 - DEBUG: missing ack: expected 0x06, got
44
[2023-03-25 15:44:39,900] chirp.drivers.ft4 - DEBUG: missing ack: expected 0x06, got
45
[2023-03-25 15:44:39,901] chirp.wxui.clone - ERROR: Failed to clone: Failed to communicate with radio: Incorrect ACK on serial port.
46
Traceback (most recent call last):
47
  File "/home/allen/.local/lib/python3.10/site-packages/chirp/drivers/ft4.py", line 741, in sync_in
48
    self._mmap = do_download(self)
49
  File "/home/allen/.local/lib/python3.10/site-packages/chirp/drivers/ft4.py", line 368, in do_download
50
    progressbar = startcomms(radio, "from")
51
  File "/home/allen/.local/lib/python3.10/site-packages/chirp/drivers/ft4.py", line 309, in startcomms
52
    enter_clonemode(radio)
53
  File "/home/allen/.local/lib/python3.10/site-packages/chirp/drivers/ft4.py", line 293, in enter_clonemode
54
    sendcmd(radio.pipe, b"END", 0)
55
  File "/home/allen/.local/lib/python3.10/site-packages/chirp/drivers/ft4.py", line 276, in sendcmd
56
    raise errors.RadioError("Incorrect ACK on serial port.")
57
chirp.errors.RadioError: Incorrect ACK on serial port.
58

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

    
61
Traceback (most recent call last):
62
  File "/home/allen/.local/lib/python3.10/site-packages/chirp/wxui/clone.py", line 66, in run
63
    self._fn()
64
  File "/home/allen/.local/lib/python3.10/site-packages/chirp/drivers/ft4.py", line 743, in sync_in
65
    raise errors.RadioError("Failed to communicate with radio: %s" % e)
66
chirp.errors.RadioError: Failed to communicate with radio: Incorrect ACK on serial port.
67
[2023-03-25 15:44:48,904] chirp.wxui.clone - WARNING: Stopping clone thread