Project

General

Profile

Bug #10386 » chirp_debug-tbl9u16z.txt

Dean Koger, 02/23/2023 01:15 AM

 
1
[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)
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
3
[2023-02-22 17:06:23,698] chirp.wxui - DEBUG: System locale: en_US (276)
4
[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
5
[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)
6
[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
7
[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
8
[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
9
[2023-02-22 17:06:23,718] chirp.wxui.main - INFO: Ignoring dist stock conf KDR444.csv because same name found in user dir
10
[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
11
[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
12
[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
13
[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
14
[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
15
[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
16
[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
17
[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
18
[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
19
[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
20
[2023-02-22 17:06:25,503] chirp.wxui.main - INFO: Server reports next-20230219 is latest
21
[2023-02-22 17:07:20,042] chirp.directory - INFO: driver re-registration enabled
22
[2023-02-22 17:07:20,042] chirp.wxui.main - INFO: Loading module /Users/kogerd/Downloads/ft90.py
23
[2023-02-22 17:07:20,045] chirp.directory - WARNING: Replacing existing driver id `Yaesu_FT-90'
24
[2023-02-22 17:07:42,042] chirp.wxui.clone - DEBUG: Using port '/dev/cu.usbserial-210'
25
[2023-02-22 17:07:42,043] chirp.wxui.clone - DEBUG: Selected <class 'chirp.wxui.main.FT90Radio'>
26
[2023-02-22 17:07:42,061] chirp.wxui.clone - DEBUG: Showing pre_download prompt
27
[2023-02-22 17:07:55,944] chirp.wxui.clone - DEBUG: Setting flag for prompt pre_download
28
[2023-02-22 17:08:00,028] chirp.wxui.clone - ERROR: Failed to clone: Failed to communicate with radio: Traceback (most recent call last):
29
  File "/Users/kogerd/Downloads/ft90.py", line 335, in sync_in
30
    self._mmap = self._clone_in()
31
  File "/Users/kogerd/Downloads/ft90.py", line 278, in _clone_in
32
    data += self._read(blocksize, blocknum)
33
  File "/Users/kogerd/Downloads/ft90.py", line 260, in _read
34
    raise Exception("Unable to read blocknum %02X "
35
Exception: Unable to read blocknum 00 expected blocksize 4 got 0.
36
Traceback (most recent call last):
37
  File "/Users/kogerd/Downloads/ft90.py", line 335, in sync_in
38
    self._mmap = self._clone_in()
39
  File "/Users/kogerd/Downloads/ft90.py", line 278, in _clone_in
40
    data += self._read(blocksize, blocknum)
41
  File "/Users/kogerd/Downloads/ft90.py", line 260, in _read
42
    raise Exception("Unable to read blocknum %02X "
43
Exception: Unable to read blocknum 00 expected blocksize 4 got 0.
44

    
45
During handling of the above exception, another exception occurred:
46

    
47
Traceback (most recent call last):
48
  File "chirp/wxui/clone.py", line 66, in run
49
  File "/Users/kogerd/Downloads/ft90.py", line 340, in sync_in
50
    raise errors.RadioError(
51
chirp.errors.RadioError: Failed to communicate with radio: Traceback (most recent call last):
52
  File "/Users/kogerd/Downloads/ft90.py", line 335, in sync_in
53
    self._mmap = self._clone_in()
54
  File "/Users/kogerd/Downloads/ft90.py", line 278, in _clone_in
55
    data += self._read(blocksize, blocknum)
56
  File "/Users/kogerd/Downloads/ft90.py", line 260, in _read
57
    raise Exception("Unable to read blocknum %02X "
58
Exception: Unable to read blocknum 00 expected blocksize 4 got 0.
59

    
60
[2023-02-22 17:08:26,372] chirp.wxui.clone - WARNING: Stopping clone thread
61
[2023-02-22 17:09:48,024] chirp.wxui.clone - DEBUG: Using port '/dev/cu.usbserial-210'
62
[2023-02-22 17:09:48,025] chirp.wxui.clone - DEBUG: Selected <class 'chirp.wxui.main.FT90Radio'>
63
[2023-02-22 17:09:48,036] chirp.wxui.clone - DEBUG: Showing pre_download prompt
64
[2023-02-22 17:09:52,195] chirp.wxui.clone - DEBUG: Setting flag for prompt pre_download
65
[2023-02-22 17:10:02,438] chirp.wxui.main - INFO: Clone completed in 10 seconds, blocks read: 22
66
[2023-02-22 17:10:31,927] chirp.wxui.clone - DEBUG: Showing pre_upload prompt
67
[2023-02-22 17:11:04,714] chirp.wxui.clone - DEBUG: Setting flag for prompt pre_upload
68
[2023-02-22 17:11:04,760] chirp.wxui.main - DEBUG: Block 0 - will send from 0 to 2 byte 
69
[2023-02-22 17:11:04,760] chirp.wxui.main - DEBUG: 000: 00                        ........
70

    
71
[2023-02-22 17:11:04,760] chirp.wxui.main - DEBUG: 000: 8f f6                     ........
72

    
73
[2023-02-22 17:11:04,760] chirp.wxui.main - DEBUG: 000: 85                        ........
74

    
75
[2023-02-22 17:11:05,171] chirp.wxui.main - DEBUG: bytes echoed: 
76
[2023-02-22 17:11:05,171] chirp.wxui.main - DEBUG: 000: 00 8f f6 85               ........
77

    
78
[2023-02-22 17:11:10,302] chirp.wxui.clone - WARNING: Stopping clone thread
79
[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):
80
  File "serial/serialposix.py", line 565, in read
81
OSError: [Errno 9] Bad file descriptor
82

    
83
During handling of the above exception, another exception occurred:
84

    
85
Traceback (most recent call last):
86
  File "/Users/kogerd/Downloads/ft90.py", line 346, in sync_out
87
    self._clone_out()
88
  File "/Users/kogerd/Downloads/ft90.py", line 321, in _clone_out
89
    buf = self.pipe.read(1)
90
  File "serial/serialposix.py", line 581, in read
91
serial.serialutil.SerialException: read failed: [Errno 9] Bad file descriptor
92

    
(6-6/10)