#80: Unable to export vx-8r file to csv --------------------------------+------------------------------------------- Reporter: gdiffey@… | Owner: Type: Bug | Status: new Priority: Functionality | Milestone: Component: Import/Export | Version: Resolution: | Keywords: Platform: Linux | --------------------------------+-------------------------------------------
Comment (by anonymous):
console log for 0.1.11b4 during failed clone import.
{{{ ------ Clone thread started 000: 41 48 32 39 44 02 00 05 AH29D... 008: 01 00 00 00 00 00 00 00 ........
Clone completed in 63 seconds -- Exception: -- Traceback (most recent call last): File "/home/nevyn/AdvancedLicence/chirp/chirp-0.1.11b4/chirpui/clone.py", line 213, in run self.__radio.sync_in() File "/home/nevyn/AdvancedLicence/chirp/chirp-0.1.11b4/chirp/yaesu_clone.py", line 177, in sync_in self.check_checksums() File "/home/nevyn/AdvancedLicence/chirp/chirp-0.1.11b4/chirp/yaesu_clone.py", line 170, in check_checksums if checksum.get_existing(self._mmap) != \ File "/home/nevyn/AdvancedLicence/chirp/chirp-0.1.11b4/chirp/yaesu_clone.py", line 138, in get_existing return ord(mmap[self._address]) TypeError: ord() expected a character, but string of length 0 found ------ Clone failed: ord() expected a character, but string of length 0 found Clone thread ended --- Exception Dialog: ord() expected a character, but string of length 0 found --- None ---------------------------- }}}