[2024-02-10 13:06:27,956] chirp.logger - DEBUG: CHIRP next-20240208 on Linux desktop.nils 6.7.2-zen1-1-zen #1 ZEN SMP PREEMPT_DYNAMIC Fri, 26 Jan 2024 19:10:08 +0000 x86_64 (Python 3.11.6) [2024-02-10 13:06:28,113] chirp.wxui - DEBUG: Using locale: de_DE (376) [2024-02-10 13:06:28,122] chirp.wxui - DEBUG: Translation loaded=True for CHIRP: de (ja_JP,en_US,es,uk_UA,ru,pt_BR,zh_CN,tr_TR,de,fr,it,pl,nl,hu,el) from /usr/lib/python3.11/site-packages/chirp/locale [2024-02-10 13:06:28,132] chirp.wxui - DEBUG: Translation loaded=False for wxstd: de (es,sl,sk,pt,ar,ru,ko_KR,pt_BR,fi,gl_ES,an,ka,zh_CN,lv,vi,de,fr,nb,it,sq,uk,pl,fa_IR,ta,nl,co,da,af,ms,tr,ne,zh_TW,cs,sv,sr,hr,ca,hu,hi,el,ja,lt,id,ro,eu,ca@valencia) [2024-02-10 13:06:28,395] main - INFO: Python/3.11.6 // Linux/Linux-6.7.2-zen1-1-zen-x86_64-with-glibc2.38 // CHIRP/next-20240208 // wx/4.2.1 gtk3 (phoenix) wxWidgets 3.2.2.1 [2024-02-10 13:06:29,196] chirp.wxui.main - INFO: Server reports next-20240208 is latest [2024-02-10 13:06:30,491] chirp.wxui.clone - DEBUG: All system ports: [{'device': '/dev/ttyS0', 'name': 'ttyS0', 'description': 'ttyS0', 'hwid': 'PNP0501', 'vid': None, 'pid': None, 'serial_number': None, 'location': None, 'manufacturer': None, 'product': None, 'interface': None, 'usb_device_path': None, 'device_path': '/sys/devices/pnp0/00:01', 'subsystem': 'pnp', 'usb_interface_path': None}, {'device': '/dev/ttyUSB0', 'name': 'ttyUSB0', 'description': 'USB-Serial Controller D', 'hwid': 'USB VID:PID=067B:2303 LOCATION=1-3.6.5', 'vid': 1659, 'pid': 8963, 'serial_number': None, 'location': '1-3.6.5', 'manufacturer': 'Prolific Technology Inc.', 'product': 'USB-Serial Controller D', 'interface': None, 'usb_device_path': '/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.6/1-3.6.5', 'device_path': '/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.6/1-3.6.5/1-3.6.5:1.0/ttyUSB0', 'subsystem': 'usb-serial', 'usb_interface_path': '/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.6/1-3.6.5/1-3.6.5:1.0'}] [2024-02-10 13:06:31,540] chirp.wxui.clone - DEBUG: Using port '/dev/ttyUSB0' [2024-02-10 13:06:31,540] chirp.wxui.clone - DEBUG: Selected [2024-02-10 13:06:31,543] chirp.wxui.clone - DEBUG: Prompt pre_download disabled for radio [2024-02-10 13:06:31,544] chirp.wxui.clone - DEBUG: Serial opened: Serial(port='/dev/ttyUSB0', baudrate=57600, bytesize=8, parity='N', stopbits=1, timeout=0.25, xonxoff=False, rtscts=False, dsrdtr=False) (rts=True dtr=True) [2024-02-10 13:06:31,548] chirp.drivers.baofeng_common - DEBUG: Got 256 bytes of junk before starting [2024-02-10 13:06:31,548] chirp.drivers.baofeng_uv17Pro - DEBUG: b'\x00\x00\x00\x00\x00\x00\x00\x00' [2024-02-10 13:06:31,548] chirp.wxui.clone - ERROR: Failed to clone: Radio did not respond as expected (A) Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/chirp/wxui/clone.py", line 72, in run self._fn() File "/usr/lib/python3.11/site-packages/chirp/drivers/baofeng_uv17Pro.py", line 1019, in sync_in data = self.download_function() ^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/chirp/drivers/baofeng_uv17.py", line 54, in _download baofeng_uv17Pro._do_ident(radio) File "/usr/lib/python3.11/site-packages/chirp/drivers/baofeng_uv17Pro.py", line 111, in _do_ident raise errors.RadioError("Radio did not respond as expected (A)") chirp.errors.RadioError: Radio did not respond as expected (A) [2024-02-10 13:06:39,082] chirp.wxui.clone - DEBUG: Using port '/dev/ttyUSB0' [2024-02-10 13:06:39,083] chirp.wxui.clone - DEBUG: Selected [2024-02-10 13:06:39,092] chirp.wxui.clone - DEBUG: Prompt pre_download disabled for radio [2024-02-10 13:06:39,094] chirp.wxui.clone - DEBUG: Serial opened: Serial(port='/dev/ttyUSB0', baudrate=57600, bytesize=8, parity='N', stopbits=1, timeout=0.25, xonxoff=False, rtscts=False, dsrdtr=False) (rts=True dtr=True) [2024-02-10 13:06:39,095] chirp.drivers.baofeng_common - DEBUG: Got 256 bytes of junk before starting [2024-02-10 13:06:39,098] chirp.drivers.baofeng_uv17Pro - ERROR: Unexpected error during download Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/chirp/drivers/baofeng_uv17Pro.py", line 1019, in sync_in data = self.download_function() ^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/chirp/drivers/baofeng_uv17.py", line 68, in _download block_index = memory_map.index(block_number) + 1 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: 16 is not in list [2024-02-10 13:06:39,099] chirp.wxui.clone - ERROR: Failed to clone: Unexpected error communicating with the radio Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/chirp/drivers/baofeng_uv17Pro.py", line 1019, in sync_in data = self.download_function() ^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/chirp/drivers/baofeng_uv17.py", line 68, in _download block_index = memory_map.index(block_number) + 1 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: 16 is not in list During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/chirp/wxui/clone.py", line 72, in run self._fn() File "/usr/lib/python3.11/site-packages/chirp/drivers/baofeng_uv17Pro.py", line 1027, in sync_in raise errors.RadioError('Unexpected error communicating ' chirp.errors.RadioError: Unexpected error communicating with the radio [2024-02-10 13:06:41,066] chirp.wxui.clone - WARNING: Stopping clone thread