[chirp_users] TIDRadio H6 - Failing to download from radio first time

chirp
Fri Sep 23 16:12:30 PDT 2022


I spoke too soon.  I noticed that the cable had to be pressed in
fairly hard to get it to connect all the way.  It snapped when I put
enough pressure on it even though it felt like it was already “in”.

Now Im getting a message that an integer is required?

Tail end of the log file:

[2022-09-23 16:10:42,790] chirp.drivers.ga510 - DEBUG: Reading block at 1a40: 'R\x1a@@'
[2022-09-23 16:10:42,898] chirp.drivers.ga510 - DEBUG: Reading block at 1a80: 'R\x1a\x80@'
[2022-09-23 16:10:43,005] chirp.drivers.ga510 - DEBUG: Reading block at 1ac0: 'R\x1a\xc0@'
[2022-09-23 16:10:43,113] chirp.drivers.ga510 - DEBUG: Reading block at 1b00: 'R\x1b\x00@'
[2022-09-23 16:10:43,221] chirp.drivers.ga510 - DEBUG: Reading block at 1b40: 'R\x1b@@'
[2022-09-23 16:10:43,328] chirp.drivers.ga510 - DEBUG: Reading block at 1b80: 'R\x1b\x80@'
[2022-09-23 16:10:43,436] chirp.drivers.ga510 - DEBUG: Reading block at 1bc0: 'R\x1b\xc0@'
[2022-09-23 16:10:43,543] chirp.drivers.ga510 - DEBUG: Reading block at 1c00: 'R\x1c\x00@'
[2022-09-23 16:10:43,651] chirp.drivers.ga510 - ERROR: General failure
Traceback (most recent call last):
  File "/private/var/folders/fh/gl15kxgx1gs0_7mtj9przy500000gn/T/AppTranslocation/85255241-0D96-40FF-BB0F-D387F38425B9/d/CHIRP 3.app/Contents/Resources/chirp/chirp/drivers/ga510.py", line 244, in sync_in
    self._mmap = memmap.MemoryMapBytes(data)
  File "/private/var/folders/fh/gl15kxgx1gs0_7mtj9przy500000gn/T/AppTranslocation/85255241-0D96-40FF-BB0F-D387F38425B9/d/CHIRP 3.app/Contents/Resources/chirp/chirp/memmap.py", line 93, in __init__
    MemoryMap.__init__(self, ''.join(chr(b) for b in data))
  File "/private/var/folders/fh/gl15kxgx1gs0_7mtj9przy500000gn/T/AppTranslocation/85255241-0D96-40FF-BB0F-D387F38425B9/d/CHIRP 3.app/Contents/Resources/chirp/chirp/memmap.py", line 93, in <genexpr>
    MemoryMap.__init__(self, ''.join(chr(b) for b in data))
TypeError: an integer is required
[2022-09-23 16:10:43,652] chirp.ui.reporting - DEBUG: Reporting exception
[2022-09-23 16:10:43,652] chirp.ui.common - ERROR: -- Exception: --
[2022-09-23 16:10:43,652] chirp.ui.common - ERROR: Traceback (most recent call last):
  File "/private/var/folders/fh/gl15kxgx1gs0_7mtj9przy500000gn/T/AppTranslocation/85255241-0D96-40FF-BB0F-D387F38425B9/d/CHIRP 3.app/Contents/Resources/chirp/chirp/ui/clone.py", line 255, in run
    self.__radio.sync_in()
  File "/private/var/folders/fh/gl15kxgx1gs0_7mtj9przy500000gn/T/AppTranslocation/85255241-0D96-40FF-BB0F-D387F38425B9/d/CHIRP 3.app/Contents/Resources/chirp/chirp/drivers/ga510.py", line 249, in sync_in
    raise errors.RadioError('Failed to download from radio: %s' % e)
RadioError: Failed to download from radio: an integer is required

[2022-09-23 16:10:43,652] chirp.ui.common - ERROR: ----------------
[2022-09-23 16:10:43,653] chirp.ui.clone - ERROR: Clone failed: Failed to download from radio: an integer is required
[2022-09-23 16:10:43,655] chirp.ui.clone - DEBUG: Clone thread ended
[2022-09-23 16:10:43,656] chirp.ui.reporting - DEBUG: Reporting model usage: TIDRADIO_TD-H6,download,True
[2022-09-23 16:10:43,657] chirp.ui.reporting - DEBUG: Reporting exception
[2022-09-23 16:10:43,657] chirp.ui.inputdialog - ERROR: --- Exception Dialog: Failed to download from radio: an integer is required ---
[2022-09-23 16:10:43,657] chirp.ui.inputdialog - ERROR: None

[2022-09-23 16:10:43,657] chirp.ui.inputdialog - ERROR: ----------------------------

> On Sep 23, 2022, at 2:33 PM, chirp via chirp_users <chirp_users at intrepid.danplanet.com> wrote:
> 
> Hello-
> 
> Im trying to use chirp on my Mac.  I Checked the USB Com port type on
> another persons windows box to see what it was and it reported 
> a WCH360 (As I recall, or close to it).  I went to the following website based on
> Someone elses post a couple days ago to get the driver for my Mac:
> 
> https://www.miklor.com/COM/UV_Drivers.php <https://www.miklor.com/COM/UV_Drivers.php>
> 
> I installed it and also updated to todays latest chirp distribution.
> 
> Im getting the following in my debug.log file after failing to download
> from radio even though the debug log shows no error at the end
> which is kinda odd since python clearly failed.  
> 
> Has anyone else had success with this model?  I tried setting it to
> several different Boafang models and it seemed to get further but then
> still fail.  I wasnt sure if it was closely compatable or not but I thought
> Id give it a try.
> 
> Any help is appreciated.
> 
> Thanks,
> Bob
> 
> [2022-09-23 14:28:55,420] chirp.ui.clone - DEBUG: Chose <class 'chirp.drivers.ga510.RadioddityGA510Radio'> alias for <class 'chirp.ui.clone.DynamicRadioAlias'> because model TD-H6 selected
> [2022-09-23 14:28:55,422] chirp.ui.mainapp - DEBUG: User selected TIDRADIO TD-H6 on port /dev/cu.wchusbserial1450
> [2022-09-23 14:28:55,427] chirp.ui.clone - DEBUG: Clone thread started
> [2022-09-23 14:28:55,932] chirp.drivers.ga510 - DEBUG: Ack was ''
> [2022-09-23 14:28:55,932] chirp.ui.reporting - DEBUG: Reporting exception
> [2022-09-23 14:28:55,932] chirp.ui.common - ERROR: -- Exception: --
> [2022-09-23 14:28:55,932] chirp.ui.common - ERROR: Traceback (most recent call last):
>   File "/private/var/folders/fh/gl15kxgx1gs0_7mtj9przy500000gn/T/AppTranslocation/FC2A0E30-8C2B-4CC9-BFCC-65B961248458/d/CHIRP 3.app/Contents/Resources/chirp/chirp/ui/clone.py", line 255, in run
>     self.__radio.sync_in()
>   File "/private/var/folders/fh/gl15kxgx1gs0_7mtj9przy500000gn/T/AppTranslocation/FC2A0E30-8C2B-4CC9-BFCC-65B961248458/d/CHIRP 3.app/Contents/Resources/chirp/chirp/drivers/ga510.py", line 243, in sync_in
>     data = do_download(self)
>   File "/private/var/folders/fh/gl15kxgx1gs0_7mtj9przy500000gn/T/AppTranslocation/FC2A0E30-8C2B-4CC9-BFCC-65B961248458/d/CHIRP 3.app/Contents/Resources/chirp/chirp/drivers/ga510.py", line 51, in do_download
>     ident = start_program(radio)
>   File "/private/var/folders/fh/gl15kxgx1gs0_7mtj9przy500000gn/T/AppTranslocation/FC2A0E30-8C2B-4CC9-BFCC-65B961248458/d/CHIRP 3.app/Contents/Resources/chirp/chirp/drivers/ga510.py", line 40, in start_program
>     raise errors.RadioError('Radio did not respond to clone request')
> RadioError: Radio did not respond to clone request
> 
> [2022-09-23 14:28:55,932] chirp.ui.common - ERROR: ----------------
> [2022-09-23 14:28:55,932] chirp.ui.clone - ERROR: Clone failed: Radio did not respond to clone request
> [2022-09-23 14:28:55,934] chirp.ui.clone - DEBUG: Clone thread ended
> [2022-09-23 14:28:55,937] chirp.ui.reporting - DEBUG: Reporting model usage: TIDRADIO_TD-H6,download,True
> [2022-09-23 14:28:55,937] chirp.ui.reporting - DEBUG: Reporting exception
> [2022-09-23 14:28:55,938] chirp.ui.inputdialog - ERROR: --- Exception Dialog: Radio did not respond to clone request —
> [2022-09-23 14:28:55,938] chirp.ui.inputdialog - ERROR: None
> 
> [2022-09-23 14:28:55,938] chirp.ui.inputdialog - ERROR: ----------------------------
> _______________________________________________
> chirp_users mailing list
> chirp_users at intrepid.danplanet.com
> http://intrepid.danplanet.com/mailman/listinfo/chirp_users
> This message was sent to Bob at chirp21 at site221.com
> To unsubscribe, send an email to chirp_users-unsubscribe at intrepid.danplanet.com
> To report this email as off-topic, please email chirp_users-owner at intrepid.danplanet.com
> Searchable archive: https://www.mail-archive.com/chirp_users@intrepid.danplanet.com

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://intrepid.danplanet.com/pipermail/chirp_users/attachments/20220923/b6b8a383/attachment.html 


More information about the chirp_users mailing list