Project

General

Profile

Bug #10386 » chirp_debug-vd97t5bl.txt

Dean Koger, 02/22/2023 10:46 PM

 
1
[2023-02-22 14:37:02,593] 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 14:37:02,846] 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 14:37:02,846] chirp.wxui - DEBUG: System locale: en_US (276)
4
[2023-02-22 14:37:02,847] 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 14:37:02,849] 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 14:37:02,865] chirp.wxui.main - INFO: Ignoring dist stock conf DE Freenet Frequencies.csv because same name found in user dir
7
[2023-02-22 14:37:02,865] 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 14:37:02,865] chirp.wxui.main - INFO: Ignoring dist stock conf FR Marine VHF Channels.csv because same name found in user dir
9
[2023-02-22 14:37:02,865] chirp.wxui.main - INFO: Ignoring dist stock conf KDR444.csv because same name found in user dir
10
[2023-02-22 14:37:02,865] chirp.wxui.main - INFO: Ignoring dist stock conf NOAA Weather Alert.csv because same name found in user dir
11
[2023-02-22 14:37:02,865] chirp.wxui.main - INFO: Ignoring dist stock conf SE Jaktradio 155MHz.csv because same name found in user dir
12
[2023-02-22 14:37:02,865] 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 14:37:02,865] 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 14:37:02,865] 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 14:37:02,865] chirp.wxui.main - INFO: Ignoring dist stock conf US CA Railroad Channels.csv because same name found in user dir
16
[2023-02-22 14:37:02,865] chirp.wxui.main - INFO: Ignoring dist stock conf US Calling Frequencies.csv because same name found in user dir
17
[2023-02-22 14:37:02,865] 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 14:37:02,865] chirp.wxui.main - INFO: Ignoring dist stock conf US MURS Channels.csv because same name found in user dir
19
[2023-02-22 14:37:02,865] chirp.wxui.main - INFO: Ignoring dist stock conf US Marine VHF Channels.csv because same name found in user dir
20
[2023-02-22 14:37:03,098] chirp.wxui.main - INFO: Server reports next-20230219 is latest
21
[2023-02-22 14:37:24,775] chirp.wxui.clone - DEBUG: Using port '/dev/cu.usbserial-210'
22
[2023-02-22 14:37:24,776] chirp.wxui.clone - DEBUG: Selected <class 'chirp.drivers.ft90.FT90Radio'>
23
[2023-02-22 14:37:24,790] chirp.wxui.clone - DEBUG: Showing pre_download prompt
24
[2023-02-22 14:38:06,600] chirp.wxui.clone - DEBUG: Setting flag for prompt pre_download
25
[2023-02-22 14:38:09,698] chirp.wxui.clone - ERROR: Failed to clone: Failed to communicate with radio: Traceback (most recent call last):
26
  File "chirp/drivers/ft90.py", line 333, in sync_in
27
  File "chirp/drivers/ft90.py", line 277, in _clone_in
28
  File "chirp/drivers/ft90.py", line 244, in _read
29
  File "serial/serialposix.py", line 616, in write
30
  File "serial/serialutil.py", line 65, in to_bytes
31
TypeError: unicode strings are not supported, please encode to bytes: '\x06'
32
Traceback (most recent call last):
33
  File "chirp/drivers/ft90.py", line 333, in sync_in
34
  File "chirp/drivers/ft90.py", line 277, in _clone_in
35
  File "chirp/drivers/ft90.py", line 244, in _read
36
  File "serial/serialposix.py", line 616, in write
37
  File "serial/serialutil.py", line 65, in to_bytes
38
TypeError: unicode strings are not supported, please encode to bytes: '\x06'
39

    
40
During handling of the above exception, another exception occurred:
41

    
42
Traceback (most recent call last):
43
  File "chirp/wxui/clone.py", line 66, in run
44
  File "chirp/drivers/ft90.py", line 338, in sync_in
45
chirp.errors.RadioError: Failed to communicate with radio: Traceback (most recent call last):
46
  File "chirp/drivers/ft90.py", line 333, in sync_in
47
  File "chirp/drivers/ft90.py", line 277, in _clone_in
48
  File "chirp/drivers/ft90.py", line 244, in _read
49
  File "serial/serialposix.py", line 616, in write
50
  File "serial/serialutil.py", line 65, in to_bytes
51
TypeError: unicode strings are not supported, please encode to bytes: '\x06'
52

    
53
[2023-02-22 14:38:36,812] chirp.wxui.clone - WARNING: Stopping clone thread
(1-1/10)