Project

General

Profile

Bug #11193 » debug.log

Ugo Poddine, 02/26/2024 08:45 AM

 
1
[2024-02-26 17:40:28,747] chirp.logger - DEBUG: CHIRP py3dev on Linux - Debian GNU/Linux 12 (Python 3.11.2)
2
[2024-02-26 17:40:29,075] chirp.wxui - DEBUG: Using locale: en_US (276)
3
[2024-02-26 17:40:29,091] chirp.wxui - DEBUG: Translation loaded=False for CHIRP: en_US () from /home/ugo/Chirp/chirp/chirp/locale
4
[2024-02-26 17:40:29,107] chirp.wxui - DEBUG: Translation loaded=False for wxstd: en_US (es,gl_ES,pt,ja,ms,zh_CN,ne,ca@valencia,ca,hu,ru,lt,it,ka,an,nl,fr,nb,eu,ro,de,fa_IR,ta,co,da,cs,sl,hi,zh_TW,ko_KR,pt_BR,lv,uk,tr,fi,el,sq,sv,sk,id,ar,vi,pl,af,hr)
5
[2024-02-26 17:40:29,948] chirp.drivers.fake - DEBUG: Opening /home/ugo/Chirp/chirp/chirp/drivers/../../tests/images/Baofeng_UV-17.img
6
[2024-02-26 17:40:29,948] chirp.drivers.fake - DEBUG: Loaded image size 0x90ae
7
[2024-02-26 17:40:29,949] chirp.drivers.fake - DEBUG: Opening /home/ugo/Chirp/chirp/chirp/drivers/../../tests/images/Baofeng_UV-17Pro.img
8
[2024-02-26 17:40:29,949] chirp.drivers.fake - DEBUG: Loaded image size 0x8439
9
[2024-02-26 17:40:29,979] main - INFO: Python/3.11.2 // Linux/Linux-6.1.0-9-rt-amd64-x86_64-with-glibc2.36 // CHIRP/py3dev // wx/4.2.0 gtk3 (phoenix) wxWidgets 3.2.2
10
[2024-02-26 17:40:30,298] chirp.wxui.main - DEBUG: Recent is now ['/home/ugo/Documents/File CHIRP radio/Baofeng_UV-5R_20240210.img']
11
[2024-02-26 17:40:30,994] chirp.wxui.main - INFO: Server reports next-20240224 is latest
12
_ is <built-in function GetTranslation>
13
[2024-02-26 17:40:41,591] chirp.wxui.clone - DEBUG: All system ports: [{'device': '/dev/ttyUSB0', 'name': 'ttyUSB0', 'description': 'USB Serial', 'hwid': 'USB VID:PID=1A86:7523 LOCATION=5-1', 'vid': 6790, 'pid': 29987, 'serial_number': None, 'location': '5-1', 'manufacturer': None, 'product': 'USB Serial', 'interface': None, 'usb_device_path': '/sys/devices/pci0000:00/0000:00:1d.1/usb5/5-1', 'device_path': '/sys/devices/pci0000:00/0000:00:1d.1/usb5/5-1/5-1:1.0/ttyUSB0', 'subsystem': 'usb-serial', 'usb_interface_path': '/sys/devices/pci0000:00/0000:00:1d.1/usb5/5-1/5-1:1.0'}]
14
[2024-02-26 17:40:43,248] chirp.wxui.clone - DEBUG: Using port '/dev/ttyUSB0'
15
[2024-02-26 17:40:43,248] chirp.wxui.clone - DEBUG: Selected <class 'chirp.drivers.icx90.ICx90Radio'>
16
[2024-02-26 17:40:43,256] chirp.wxui.clone - DEBUG: Serial opened: Serial<id=0x7fa8684145b0, open=True>(port='/dev/ttyUSB0', baudrate=9600, bytesize=8, parity='N', stopbits=1, timeout=0.25, xonxoff=False, rtscts=False, dsrdtr=False) (rts=True dtr=True)
17
[2024-02-26 17:40:48,265] chirp.drivers.icf - DEBUG: Munched 0 bytes: 
18
[2024-02-26 17:40:48,516] chirp.wxui.clone - ERROR: Failed to clone: Failed to communicate with the radio: Unexpected response from radio
19
Traceback (most recent call last):
20
  File "/home/ugo/Chirp/chirp/chirp/drivers/icf.py", line 416, in clone_from_radio
21
    return _clone_from_radio(radio)
22
           ^^^^^^^^^^^^^^^^^^^^^^^^
23
  File "/home/ugo/Chirp/chirp/chirp/drivers/icf.py", line 341, in _clone_from_radio
24
    md = get_model_data(radio)
25
         ^^^^^^^^^^^^^^^^^^^^^
26
  File "/home/ugo/Chirp/chirp/chirp/drivers/icf.py", line 217, in get_model_data
27
    raise errors.RadioError("Unexpected response from radio")
28
chirp.errors.RadioError: Unexpected response from radio
29

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

    
32
Traceback (most recent call last):
33
  File "/home/ugo/Chirp/chirp/chirp/wxui/clone.py", line 75, in run
34
    self._fn()
35
  File "/home/ugo/Chirp/chirp/chirp/drivers/icx90.py", line 608, in sync_in
36
    icf.IcomCloneModeRadio.sync_in(self)
37
  File "/home/ugo/Chirp/chirp/chirp/drivers/icf.py", line 903, in sync_in
38
    _mmap = clone_from_radio(self)
39
            ^^^^^^^^^^^^^^^^^^^^^^
40
  File "/home/ugo/Chirp/chirp/chirp/drivers/icf.py", line 418, in clone_from_radio
41
    raise errors.RadioError("Failed to communicate with the radio: %s" % e)
42
chirp.errors.RadioError: Failed to communicate with the radio: Unexpected response from radio
43
[2024-02-26 17:40:50,886] chirp.wxui.clone - WARNING: Stopping clone thread
(8-8/8)