Project

General

Profile

Bug #11193 » debug1.log

Ugo Poddine, 02/24/2024 10:08 PM

 
1
[2024-02-25 07:02:27,180] chirp.logger - DEBUG: CHIRP py3dev on Linux - Debian GNU/Linux 12 (Python 3.11.2)
2
[2024-02-25 07:02:27,502] chirp.wxui - DEBUG: Using locale: en_US (276)
3
[2024-02-25 07:02:27,518] chirp.wxui - DEBUG: Translation loaded=False for CHIRP: en_US () from /home/ugo/Chirp/chirp/chirp/locale
4
[2024-02-25 07:02:27,534] 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-25 07:02:28,348] chirp.drivers.fake - DEBUG: Opening /home/ugo/Chirp/chirp/chirp/drivers/../../tests/images/Baofeng_UV-17.img
6
[2024-02-25 07:02:28,349] chirp.drivers.fake - DEBUG: Loaded image size 0x90ae
7
[2024-02-25 07:02:28,349] chirp.drivers.fake - DEBUG: Opening /home/ugo/Chirp/chirp/chirp/drivers/../../tests/images/Baofeng_UV-17Pro.img
8
[2024-02-25 07:02:28,349] chirp.drivers.fake - DEBUG: Loaded image size 0x8439
9
[2024-02-25 07:02:28,379] 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-25 07:02:28,693] chirp.wxui.main - DEBUG: Recent is now ['/home/ugo/Documents/File CHIRP radio/Baofeng_UV-5R_20240210.img']
11
[2024-02-25 07:02:29,345] chirp.wxui.main - INFO: Server reports next-20240224 is latest
12
_ is <built-in function GetTranslation>
13
[2024-02-25 07:02:32,219] chirp.wxui.clone - DEBUG: All system ports: [{'device': '/dev/ttyUSB0', 'name': 'ttyUSB0', 'description': 'USB Serial', 'hwid': 'USB VID:PID=1A86:7523 LOCATION=7-1', 'vid': 6790, 'pid': 29987, 'serial_number': None, 'location': '7-1', 'manufacturer': None, 'product': 'USB Serial', 'interface': None, 'usb_device_path': '/sys/devices/pci0000:00/0000:00:1d.1/usb7/7-1', 'device_path': '/sys/devices/pci0000:00/0000:00:1d.1/usb7/7-1/7-1:1.0/ttyUSB0', 'subsystem': 'usb-serial', 'usb_interface_path': '/sys/devices/pci0000:00/0000:00:1d.1/usb7/7-1/7-1:1.0'}]
14
[2024-02-25 07:02:33,798] chirp.wxui.clone - DEBUG: Using port '/dev/ttyUSB0'
15
[2024-02-25 07:02:33,799] chirp.wxui.clone - DEBUG: Selected <class 'chirp.drivers.icx90.ICx90Radio'>
16
[2024-02-25 07:02:33,807] chirp.wxui.clone - DEBUG: Serial opened: Serial<id=0x7fcb43a745b0, 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-25 07:02:34,058] chirp.wxui.clone - ERROR: Failed to clone: Failed to communicate with the radio: Unexpected response from radio
18
Traceback (most recent call last):
19
  File "/home/ugo/Chirp/chirp/chirp/drivers/icf.py", line 409, in clone_from_radio
20
    return _clone_from_radio(radio)
21
           ^^^^^^^^^^^^^^^^^^^^^^^^
22
  File "/home/ugo/Chirp/chirp/chirp/drivers/icf.py", line 334, in _clone_from_radio
23
    md = get_model_data(radio)
24
         ^^^^^^^^^^^^^^^^^^^^^
25
  File "/home/ugo/Chirp/chirp/chirp/drivers/icf.py", line 214, in get_model_data
26
    raise errors.RadioError("Unexpected response from radio")
27
chirp.errors.RadioError: Unexpected response from radio
28

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

    
31
Traceback (most recent call last):
32
  File "/home/ugo/Chirp/chirp/chirp/wxui/clone.py", line 75, in run
33
    self._fn()
34
  File "/home/ugo/Chirp/chirp/chirp/drivers/icx90.py", line 606, in sync_in
35
    icf.IcomCloneModeRadio.sync_in(self)
36
  File "/home/ugo/Chirp/chirp/chirp/drivers/icf.py", line 887, in sync_in
37
    _mmap = clone_from_radio(self)
38
            ^^^^^^^^^^^^^^^^^^^^^^
39
  File "/home/ugo/Chirp/chirp/chirp/drivers/icf.py", line 411, in clone_from_radio
40
    raise errors.RadioError("Failed to communicate with the radio: %s" % e)
41
chirp.errors.RadioError: Failed to communicate with the radio: Unexpected response from radio
42
[2024-02-25 07:02:38,877] chirp.wxui.clone - WARNING: Stopping clone thread
43
_ is <built-in function GetTranslation>
44
[2024-02-25 07:02:52,573] chirp.wxui.clone - DEBUG: All system ports: [{'device': '/dev/ttyUSB0', 'name': 'ttyUSB0', 'description': 'USB Serial', 'hwid': 'USB VID:PID=1A86:7523 LOCATION=7-1', 'vid': 6790, 'pid': 29987, 'serial_number': None, 'location': '7-1', 'manufacturer': None, 'product': 'USB Serial', 'interface': None, 'usb_device_path': '/sys/devices/pci0000:00/0000:00:1d.1/usb7/7-1', 'device_path': '/sys/devices/pci0000:00/0000:00:1d.1/usb7/7-1/7-1:1.0/ttyUSB0', 'subsystem': 'usb-serial', 'usb_interface_path': '/sys/devices/pci0000:00/0000:00:1d.1/usb7/7-1/7-1:1.0'}]
45
_ is <built-in function GetTranslation>
46
[2024-02-25 07:02:57,405] chirp.wxui.clone - DEBUG: All system ports: [{'device': '/dev/ttyUSB0', 'name': 'ttyUSB0', 'description': 'USB Serial', 'hwid': 'USB VID:PID=1A86:7523 LOCATION=7-1', 'vid': 6790, 'pid': 29987, 'serial_number': None, 'location': '7-1', 'manufacturer': None, 'product': 'USB Serial', 'interface': None, 'usb_device_path': '/sys/devices/pci0000:00/0000:00:1d.1/usb7/7-1', 'device_path': '/sys/devices/pci0000:00/0000:00:1d.1/usb7/7-1/7-1:1.0/ttyUSB0', 'subsystem': 'usb-serial', 'usb_interface_path': '/sys/devices/pci0000:00/0000:00:1d.1/usb7/7-1/7-1:1.0'}]
47
_ is <built-in function GetTranslation>
48
[2024-02-25 07:03:06,069] chirp.wxui.clone - DEBUG: All system ports: [{'device': '/dev/ttyUSB0', 'name': 'ttyUSB0', 'description': 'USB Serial', 'hwid': 'USB VID:PID=1A86:7523 LOCATION=7-1', 'vid': 6790, 'pid': 29987, 'serial_number': None, 'location': '7-1', 'manufacturer': None, 'product': 'USB Serial', 'interface': None, 'usb_device_path': '/sys/devices/pci0000:00/0000:00:1d.1/usb7/7-1', 'device_path': '/sys/devices/pci0000:00/0000:00:1d.1/usb7/7-1/7-1:1.0/ttyUSB0', 'subsystem': 'usb-serial', 'usb_interface_path': '/sys/devices/pci0000:00/0000:00:1d.1/usb7/7-1/7-1:1.0'}]
(5-5/8)