Actions
Bug #11285
openError on Kenwood TH-260G(N)
Status:
Feedback
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
04/05/2024
Due date:
% Done:
0%
Estimated time:
Chirp Version:
next
Model affected:
Kenwood TK-260G(N)
Platform:
Windows
I read the instructions above:
Yes
Description
As per the log when I try to read the data from the radio (I have 3) I get the following error:
[2024-04-05 21:25:44,166] chirp.drivers.tk760g - DEBUG: Entering program mode.
[2024-04-05 21:25:44,296] chirp.drivers.tk760g - DEBUG: Received ACK to the PROGRAM command, send ID query.
[2024-04-05 21:25:44,316] chirp.drivers.tk760g - DEBUG: Incorrect model ID:
[2024-04-05 21:25:44,316] chirp.drivers.tk760g - DEBUG: 000: 70 32 36 30 30 54 fb b1 p2600T..
[2024-04-05 21:25:44,316] chirp.wxui.clone - ERROR: Failed to clone: Incorrect model ID, got b'p2600T\xfb\xb1', it not contains b'P2600'
Traceback (most recent call last):
File "chirp\wxui\clone.py", line 77, in run
File "chirp\drivers\tk760g.py", line 847, in sync_in
File "chirp\drivers\tk760g.py", line 505, in do_download
File "chirp\drivers\tk760g.py", line 482, in _open_radio
chirp.errors.RadioError: Incorrect model ID, got b'p2600T\xfb\xb1', it not contains b'P2600'
[2024-04-05 21:25:46,638] chirp.wxui.clone - WARNING: Stopping clone thread
Any suggestions?
Actions