Project

General

Profile

Bug #11300 ยป chirp_debug-8s5hjx5b.txt

Jay Mottern, 04/12/2024 06:38 PM

 
1
[2024-04-13 09:17:15,205] chirp.logger - DEBUG: CHIRP next-20240410 on Linux mx 6.5.0-5mx-ahs-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.5.13-1~mx21ahs (2023-11-30) x86_64 (Python 3.9.2)
2
[2024-04-13 09:17:15,618] chirp.wxui - DEBUG: Using locale: en_US (60)
3
[2024-04-13 09:17:15,624] chirp.wxui - DEBUG: Translation loaded=True for CHIRP: en_US (en_US,zh_CN,pl,tr_TR,pt_BR,el,fr,de,uk_UA,ja_JP,es,ru,nl,hu,it) from /home/jay/.local/lib/python3.9/site-packages/chirp/locale
4
[2024-04-13 09:17:15,630] chirp.wxui - DEBUG: Translation loaded=False for wxstd: en_US (hi,fi,lv,zh_CN,nb,pl,tr,ca@valencia,da,sq,pt_BR,uk,ko_KR,lt,sv,el,ta,ms,fr,af,zh_TW,sl,vi,pt,ro,ca,gl_ES,de,es,ru,an,eu,id,nl,ne,hu,it,ja,cs,ar,sk)
5
[2024-04-13 09:17:15,886] main - INFO: Python/3.9.2 // Linux/Linux-6.5.0-5mx-ahs-amd64-x86_64-with-glibc2.31 // CHIRP/next-20240410 // wx/4.0.7 gtk3 (phoenix) wxWidgets 3.0.5
6
[2024-04-13 09:17:15,898] chirp.wxui.main - DEBUG: Recent is now ['/home/jay/Ham_Radio/CHIRP/Retevis_RT95 VOX_20240331.img', '/home/jay/Ham_Radio/CHIRP/Yaesu_FT-70D_20240411.img', '/home/jay/Ham_Radio/CHIRP/Yaesu_FT-60_20240323.img', '/home/jay/Ham_Radio/CHIRP/Retevis_RT95 VOX_20240217.img', '/home/jay/Ham_Radio/CHIRP/Yaesu_FT-70D_20240117.img', '/home/jay/Ham_Radio/CHIRP/Retevis_RT95 VOX_20240204.img', '/home/jay/Ham_Radio/CHIRP/Retevis_RT95 VOX_20240204.img', '/home/jay/Ham_Radio/CHIRP/Retevis_RT95 VOX_20240204.img']
7
[2024-04-13 09:17:15,940] chirp.wxui - DEBUG: Desktop file exists
8
[2024-04-13 09:17:17,037] chirp.wxui.main - INFO: Server reports next-20240410 is latest
9
[2024-04-13 09:17:20,451] chirp.wxui.clone - DEBUG: All system ports: [{'device': '/dev/ttyUSB0', 'name': 'ttyUSB0', 'description': 'USB Serial', 'hwid': 'USB VID:PID=1A86:7523 LOCATION=1-1', 'vid': 6790, 'pid': 29987, 'serial_number': None, 'location': '1-1', 'manufacturer': None, 'product': 'USB Serial', 'interface': None, 'usb_device_path': '/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1', 'device_path': '/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/ttyUSB0', 'subsystem': 'usb-serial', 'usb_interface_path': '/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0'}]
10
[2024-04-13 09:17:23,370] chirp.wxui.clone - DEBUG: Using port '/dev/ttyUSB0'
11
[2024-04-13 09:17:23,370] chirp.wxui.clone - DEBUG: Selected <class 'chirp.drivers.alinco_dr735t.AlincoDR735T'>
12
[2024-04-13 09:17:23,468] chirp.wxui.clone - DEBUG: Serial opened: Serial<id=0x7fcb0207a7c0, open=True>(port='/dev/ttyUSB0', baudrate=38400, bytesize=8, parity='N', stopbits=1, timeout=0.25, xonxoff=False, rtscts=False, dsrdtr=False) (rts=True dtr=True)
13
[2024-04-13 09:17:23,725] chirp.wxui.clone - ERROR: Failed to clone: Failed to download from radio: Unsupported radio model.
14
Traceback (most recent call last):
15
  File "/home/jay/.local/lib/python3.9/site-packages/chirp/drivers/alinco_dr735t.py", line 197, in sync_in
16
    self._mmap = self.do_download()
17
  File "/home/jay/.local/lib/python3.9/site-packages/chirp/drivers/alinco_dr735t.py", line 133, in do_download
18
    raise errors.RadioError("Unsupported radio model.")
19
chirp.errors.RadioError: Unsupported radio model.
20

    
21
During handling of the above exception, another exception occurred:
22

    
23
Traceback (most recent call last):
24
  File "/home/jay/.local/lib/python3.9/site-packages/chirp/wxui/clone.py", line 77, in run
25
    self._fn()
26
  File "/home/jay/.local/lib/python3.9/site-packages/chirp/drivers/alinco_dr735t.py", line 199, in sync_in
27
    raise errors.RadioError(f"Failed to download from radio: {exc}")
28
chirp.errors.RadioError: Failed to download from radio: Unsupported radio model.
29
[2024-04-13 09:17:27,772] chirp.wxui.clone - WARNING: Stopping clone thread