|
[2023-02-22 17:06:23,442] chirp.logger - DEBUG: CHIRP next-20230219 on Darwin MacBook-Pro-2.local 22.3.0 Darwin Kernel Version 22.3.0: Mon Jan 30 20:38:37 PST 2023; root:xnu-8792.81.3~2/RELEASE_ARM64_T6000 arm64 (Python 3.8.2)
|
|
[2023-02-22 17:06:23,698] main - INFO: Python/3.8.2 // Darwin/macOS-13.2.1-arm64-arm-64bit // CHIRP/next-20230219 // wx/4.2.0 osx-cocoa (phoenix) wxWidgets 3.2.0
|
|
[2023-02-22 17:06:23,698] chirp.wxui - DEBUG: System locale: en_US (276)
|
|
[2023-02-22 17:06:23,700] chirp.wxui - DEBUG: Translation loaded=True for CHIRP: en_US (pl,uk_UA,en_US,pt_BR,el,it,ru,zh_CN,hu,nl,de,fr,es,tr_TR) from /Applications/Ham/CHIRP.app/Contents/MacOS/chirp/locale
|
|
[2023-02-22 17:06:23,702] chirp.wxui - DEBUG: Translation loaded=False for wxstd: en_US (fa_IR,sl,sk,pl,vi,sq,sv,ms,da,gl_ES,pt_BR,ko_KR,ja,el,lv,co,it,ca,zh_TW,cs,ru,ro,zh_CN,pt,uk,an,ar,hr,hu,nl,ne,af,nb,hi,ka,de,ca@valencia,fi,id,fr,es,lt,eu,ta,tr)
|
|
[2023-02-22 17:06:23,718] chirp.wxui.main - INFO: Ignoring dist stock conf DE Freenet Frequencies.csv because same name found in user dir
|
|
[2023-02-22 17:06:23,718] chirp.wxui.main - INFO: Ignoring dist stock conf EU LPD and PMR Channels.csv because same name found in user dir
|
|
[2023-02-22 17:06:23,718] chirp.wxui.main - INFO: Ignoring dist stock conf FR Marine VHF Channels.csv because same name found in user dir
|
|
[2023-02-22 17:06:23,718] chirp.wxui.main - INFO: Ignoring dist stock conf KDR444.csv because same name found in user dir
|
|
[2023-02-22 17:06:23,718] chirp.wxui.main - INFO: Ignoring dist stock conf NOAA Weather Alert.csv because same name found in user dir
|
|
[2023-02-22 17:06:23,718] chirp.wxui.main - INFO: Ignoring dist stock conf SE Jaktradio 155MHz.csv because same name found in user dir
|
|
[2023-02-22 17:06:23,718] chirp.wxui.main - INFO: Ignoring dist stock conf UK Business Radio Simple Light Frequencies.csv because same name found in user dir
|
|
[2023-02-22 17:06:23,718] chirp.wxui.main - INFO: Ignoring dist stock conf US 60 meter channels (Center).csv because same name found in user dir
|
|
[2023-02-22 17:06:23,718] chirp.wxui.main - INFO: Ignoring dist stock conf US 60 meter channels (Dial).csv because same name found in user dir
|
|
[2023-02-22 17:06:23,718] chirp.wxui.main - INFO: Ignoring dist stock conf US CA Railroad Channels.csv because same name found in user dir
|
|
[2023-02-22 17:06:23,718] chirp.wxui.main - INFO: Ignoring dist stock conf US Calling Frequencies.csv because same name found in user dir
|
|
[2023-02-22 17:06:23,718] chirp.wxui.main - INFO: Ignoring dist stock conf US FRS and GMRS Channels.csv because same name found in user dir
|
|
[2023-02-22 17:06:23,718] chirp.wxui.main - INFO: Ignoring dist stock conf US MURS Channels.csv because same name found in user dir
|
|
[2023-02-22 17:06:23,718] chirp.wxui.main - INFO: Ignoring dist stock conf US Marine VHF Channels.csv because same name found in user dir
|
|
[2023-02-22 17:06:25,503] chirp.wxui.main - INFO: Server reports next-20230219 is latest
|
|
[2023-02-22 17:07:20,042] chirp.directory - INFO: driver re-registration enabled
|
|
[2023-02-22 17:07:20,042] chirp.wxui.main - INFO: Loading module /Users/kogerd/Downloads/ft90.py
|
|
[2023-02-22 17:07:20,045] chirp.directory - WARNING: Replacing existing driver id `Yaesu_FT-90'
|
|
[2023-02-22 17:07:42,042] chirp.wxui.clone - DEBUG: Using port '/dev/cu.usbserial-210'
|
|
[2023-02-22 17:07:42,043] chirp.wxui.clone - DEBUG: Selected <class 'chirp.wxui.main.FT90Radio'>
|
|
[2023-02-22 17:07:42,061] chirp.wxui.clone - DEBUG: Showing pre_download prompt
|
|
[2023-02-22 17:07:55,944] chirp.wxui.clone - DEBUG: Setting flag for prompt pre_download
|
|
[2023-02-22 17:08:00,028] chirp.wxui.clone - ERROR: Failed to clone: Failed to communicate with radio: Traceback (most recent call last):
|
|
File "/Users/kogerd/Downloads/ft90.py", line 335, in sync_in
|
|
self._mmap = self._clone_in()
|
|
File "/Users/kogerd/Downloads/ft90.py", line 278, in _clone_in
|
|
data += self._read(blocksize, blocknum)
|
|
File "/Users/kogerd/Downloads/ft90.py", line 260, in _read
|
|
raise Exception("Unable to read blocknum %02X "
|
|
Exception: Unable to read blocknum 00 expected blocksize 4 got 0.
|
|
Traceback (most recent call last):
|
|
File "/Users/kogerd/Downloads/ft90.py", line 335, in sync_in
|
|
self._mmap = self._clone_in()
|
|
File "/Users/kogerd/Downloads/ft90.py", line 278, in _clone_in
|
|
data += self._read(blocksize, blocknum)
|
|
File "/Users/kogerd/Downloads/ft90.py", line 260, in _read
|
|
raise Exception("Unable to read blocknum %02X "
|
|
Exception: Unable to read blocknum 00 expected blocksize 4 got 0.
|
|
|
|
During handling of the above exception, another exception occurred:
|
|
|
|
Traceback (most recent call last):
|
|
File "chirp/wxui/clone.py", line 66, in run
|
|
File "/Users/kogerd/Downloads/ft90.py", line 340, in sync_in
|
|
raise errors.RadioError(
|
|
chirp.errors.RadioError: Failed to communicate with radio: Traceback (most recent call last):
|
|
File "/Users/kogerd/Downloads/ft90.py", line 335, in sync_in
|
|
self._mmap = self._clone_in()
|
|
File "/Users/kogerd/Downloads/ft90.py", line 278, in _clone_in
|
|
data += self._read(blocksize, blocknum)
|
|
File "/Users/kogerd/Downloads/ft90.py", line 260, in _read
|
|
raise Exception("Unable to read blocknum %02X "
|
|
Exception: Unable to read blocknum 00 expected blocksize 4 got 0.
|
|
|
|
[2023-02-22 17:08:26,372] chirp.wxui.clone - WARNING: Stopping clone thread
|
|
[2023-02-22 17:09:48,024] chirp.wxui.clone - DEBUG: Using port '/dev/cu.usbserial-210'
|
|
[2023-02-22 17:09:48,025] chirp.wxui.clone - DEBUG: Selected <class 'chirp.wxui.main.FT90Radio'>
|
|
[2023-02-22 17:09:48,036] chirp.wxui.clone - DEBUG: Showing pre_download prompt
|
|
[2023-02-22 17:09:52,195] chirp.wxui.clone - DEBUG: Setting flag for prompt pre_download
|
|
[2023-02-22 17:10:02,438] chirp.wxui.main - INFO: Clone completed in 10 seconds, blocks read: 22
|
|
[2023-02-22 17:10:31,927] chirp.wxui.clone - DEBUG: Showing pre_upload prompt
|
|
[2023-02-22 17:11:04,714] chirp.wxui.clone - DEBUG: Setting flag for prompt pre_upload
|
|
[2023-02-22 17:11:04,760] chirp.wxui.main - DEBUG: Block 0 - will send from 0 to 2 byte
|
|
[2023-02-22 17:11:04,760] chirp.wxui.main - DEBUG: 000: 00 ........
|
|
|
|
[2023-02-22 17:11:04,760] chirp.wxui.main - DEBUG: 000: 8f f6 ........
|
|
|
|
[2023-02-22 17:11:04,760] chirp.wxui.main - DEBUG: 000: 85 ........
|
|
|
|
[2023-02-22 17:11:05,171] chirp.wxui.main - DEBUG: bytes echoed:
|
|
[2023-02-22 17:11:05,171] chirp.wxui.main - DEBUG: 000: 00 8f f6 85 ........
|
|
|
|
[2023-02-22 17:11:10,302] chirp.wxui.clone - WARNING: Stopping clone thread
|
|
[2023-02-22 17:11:10,312] chirp.wxui.clone - WARNING: Clone failed after cancel: Failed to communicate with radio: Traceback (most recent call last):
|
|
File "serial/serialposix.py", line 565, in read
|
|
OSError: [Errno 9] Bad file descriptor
|
|
|
|
During handling of the above exception, another exception occurred:
|
|
|
|
Traceback (most recent call last):
|
|
File "/Users/kogerd/Downloads/ft90.py", line 346, in sync_out
|
|
self._clone_out()
|
|
File "/Users/kogerd/Downloads/ft90.py", line 321, in _clone_out
|
|
buf = self.pipe.read(1)
|
|
File "serial/serialposix.py", line 581, in read
|
|
serial.serialutil.SerialException: read failed: [Errno 9] Bad file descriptor
|
|
|