Project

General

Profile

Bug #10664 » debug.log

Mike Wittek, 06/21/2023 09:02 PM

 
1
[2023-06-21 12:33:06,009] chirp.logger - DEBUG: CHIRP next-20230619 on Linux - Ubuntu 22.04.2 LTS (Python 3.10.6)
2
[2023-06-21 12:33:06,144] chirp.wxui - DEBUG: Using locale: en_US (60)
3
[2023-06-21 12:33:06,147] chirp.wxui - DEBUG: Translation loaded=True for CHIRP: en_US (pt_BR,nl,uk_UA,en_US,hu,ru,tr_TR,zh_CN,de,it,pl,el,es,fr) from /home/mike/.local/lib/python3.10/site-packages/chirp/locale
4
[2023-06-21 12:33:06,149] chirp.wxui - DEBUG: Translation loaded=False for wxstd: en_US (pt_BR,eu,nb,zh_TW,nl,sq,gl_ES,hu,da,ru,ja,ms,hi,vi,cs,tr,lv,ca,sk,ar,an,ko_KR,zh_CN,de,af,fi,ne,ta,it,pt,pl,el,sl,sv,ca@valencia,uk,es,id,lt,ro,fr)
5
[2023-06-21 12:33:06,244] main - INFO: Python/3.10.6 // Linux/Linux-5.15.0-73-generic-x86_64-with-glibc2.35 // CHIRP/next-20230619 // wx/4.0.7 gtk3 (phoenix) wxWidgets 3.0.5
6
[2023-06-21 12:33:08,590] chirp.wxui.main - INFO: Server reports next-20230619 is latest
7
[2023-06-21 12:39:12,617] chirp.wxui.clone - WARNING: Unable to select '9'
8
[2023-06-21 15:13:10,807] chirp.wxui.clone - WARNING: Unable to select 'Help Me...'
9
[2023-06-21 15:13:14,414] chirp.wxui.clone - WARNING: Unable to select 'Help Me...'
10
[2023-06-21 15:13:37,288] chirp.wxui.clone - WARNING: Did not find device for selected port Help Me...
11
[2023-06-21 15:13:37,290] chirp.wxui.clone - WARNING: Did not find device for selected port Help Me...
12
[2023-06-21 15:13:37,290] chirp.wxui.clone - DEBUG: Using port 'Help Me...'
13
[2023-06-21 15:13:37,290] chirp.wxui.clone - DEBUG: Selected <class 'chirp.drivers.ft4.YaesuFT65RRadio'>
14
[2023-06-21 15:13:37,299] chirp.wxui.clone - DEBUG: Showing pre_download prompt
15
[2023-06-21 15:13:39,242] chirp.wxui.clone - DEBUG: Setting flag for prompt pre_download
16
[2023-06-21 15:13:39,243] chirp.wxui.clone - ERROR: Failed to open serial: [Errno 2] could not open port Help Me...: [Errno 2] No such file or directory: 'Help Me...'
17
Traceback (most recent call last):
18
  File "/usr/lib/python3/dist-packages/serial/serialposix.py", line 322, in open
19
    self.fd = os.open(self.portstr, os.O_RDWR | os.O_NOCTTY | os.O_NONBLOCK)
20
FileNotFoundError: [Errno 2] No such file or directory: 'Help Me...'
21

    
22
During handling of the above exception, another exception occurred:
23

    
24
Traceback (most recent call last):
25
  File "/home/mike/.local/lib/python3.10/site-packages/chirp/wxui/clone.py", line 510, in _action
26
    self._radio = rclass(open_serial(port, rclass))
27
  File "/home/mike/.local/lib/python3.10/site-packages/chirp/wxui/clone.py", line 137, in open_serial
28
    pipe.open()
29
  File "/usr/lib/python3/dist-packages/serial/serialposix.py", line 325, in open
30
    raise SerialException(msg.errno, "could not open port {}: {}".format(self._port, msg))
31
serial.serialutil.SerialException: [Errno 2] could not open port Help Me...: [Errno 2] No such file or directory: 'Help Me...'
32
[2023-06-21 21:59:18,503] chirp.wxui.clone - WARNING: Did not find device for selected port Help Me...
33
[2023-06-21 21:59:18,505] chirp.wxui.clone - WARNING: Did not find device for selected port Help Me...
34
[2023-06-21 21:59:18,506] chirp.wxui.clone - DEBUG: Using port 'Help Me...'
35
[2023-06-21 21:59:18,506] chirp.wxui.clone - DEBUG: Selected <class 'chirp.drivers.ft4.YaesuFT65RRadio'>
36
[2023-06-21 21:59:18,515] chirp.wxui.clone - DEBUG: Showing pre_download prompt
37
[2023-06-21 21:59:26,168] chirp.wxui.clone - DEBUG: Setting flag for prompt pre_download
38
[2023-06-21 21:59:26,169] chirp.wxui.clone - ERROR: Failed to open serial: [Errno 2] could not open port Help Me...: [Errno 2] No such file or directory: 'Help Me...'
39
Traceback (most recent call last):
40
  File "/usr/lib/python3/dist-packages/serial/serialposix.py", line 322, in open
41
    self.fd = os.open(self.portstr, os.O_RDWR | os.O_NOCTTY | os.O_NONBLOCK)
42
FileNotFoundError: [Errno 2] No such file or directory: 'Help Me...'
43

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

    
46
Traceback (most recent call last):
47
  File "/home/mike/.local/lib/python3.10/site-packages/chirp/wxui/clone.py", line 510, in _action
48
    self._radio = rclass(open_serial(port, rclass))
49
  File "/home/mike/.local/lib/python3.10/site-packages/chirp/wxui/clone.py", line 137, in open_serial
50
    pipe.open()
51
  File "/usr/lib/python3/dist-packages/serial/serialposix.py", line 325, in open
52
    raise SerialException(msg.errno, "could not open port {}: {}".format(self._port, msg))
53
serial.serialutil.SerialException: [Errno 2] could not open port Help Me...: [Errno 2] No such file or directory: 'Help Me...'
(1-1/3)