Project

General

Profile

Bug #11229 ยป chirp_debug-ezvr99_o.txt

Eric B, 03/09/2024 03:04 PM

 
1
[2024-03-09 17:04:09,557] chirp.logger - DEBUG: CHIRP next-20240306 on Win32 (Unknown 10.0:19045) (Python 3.10.8)
2
[2024-03-09 17:04:09,620] chirp.wxui - DEBUG: Using locale: en_US (276)
3
[2024-03-09 17:04:09,624] chirp.wxui - DEBUG: Translation loaded=True for CHIRP: en_US (de,el,en_US,es,fr,hu,it,ja_JP,nl,pl,pt_BR,ru,tr_TR,uk_UA,zh_CN) from C:\Program Files (x86)\CHIRP\chirp\locale
4
[2024-03-09 17:04:09,629] chirp.wxui - DEBUG: Translation loaded=False for wxstd: en_US (af,an,ar,ca,ca@valencia,co,cs,da,de,el,es,eu,fa_IR,fi,fr,gl_ES,hi,hr,hu,id,it,ja,ka,ko_KR,lt,lv,ms,nb,ne,nl,pl,pt,pt_BR,ro,ru,sk,sl,sq,sv,ta,tr,uk,vi,zh_CN,zh_TW)
5
[2024-03-09 17:04:09,954] chirp.drivers.fake - DEBUG: Opening C:\Program Files (x86)\CHIRP\chirp\drivers\..\..\tests\images\Baofeng_UV-17.img
6
[2024-03-09 17:04:09,955] chirp.drivers.fake - ERROR: Unable to open image, fixture will not work
7
[2024-03-09 17:04:09,955] chirp.drivers.fake - DEBUG: Opening C:\Program Files (x86)\CHIRP\chirp\drivers\..\..\tests\images\Baofeng_UV-17Pro.img
8
[2024-03-09 17:04:09,955] chirp.drivers.fake - ERROR: Unable to open image, fixture will not work
9
[2024-03-09 17:04:10,102] main - INFO: Python/3.10.8 // Windows/Windows-10-10.0.19045-SP0 // CHIRP/next-20240306 // wx/4.2.0 msw (phoenix) wxWidgets 3.2.0
10
[2024-03-09 17:04:10,153] chirp.wxui.main - INFO: Ignoring dist stock conf US Marine VHF Channels.csv because same name found in user dir: File is changed
11
[2024-03-09 17:04:10,153] chirp.wxui.main - DEBUG: Recent is now ['E:\\Data\\Documents\\_Radio Configs\\_Chirp Images\\Wouxun_KG-Q10G_20240309 - With RPTR22 - No Other Config Changes.img', 'E:\\Data\\Documents\\_Radio Configs\\_Chirp Images\\Baofeng Img - BFF8HP - Bonn - 2024_03_09_B1.img', 'E:\\Data\\Documents\\_Radio Configs\\_Chirp Images\\Baofeng Img - BFF8HP - Bonn - 2024_03_09 - B1 - Default.img', 'E:\\Data\\Documents\\_Radio Configs\\_Chirp Images\\Eric - B1 - With 3 Repeaters - Baofeng_BF-F8HP_20240227.img', 'E:\\Data\\Documents\\_Radio Configs\\_Chirp Images\\Memory Channels with RPTR22.img', 'E:\\Data\\Documents\\_Radio Configs\\_Chirp Images\\Eric - B3 - With 3 Repeaters - Baofeng_UV-5R_20240227.img', 'E:\\Data\\Documents\\_Radio Configs\\_Chirp Images\\Eric - B1 - With 3 Repeaters - Baofeng_BF-F8HP_20240227-2.img', 'E:\\Data\\Documents\\_Radio Configs\\_Chirp Images\\Eric - B1 - With GMRS 22 Repeater - Baofeng_BF-F8HP_20240220.img']
12
[2024-03-09 17:04:10,342] chirp.wxui.report - INFO: Disabling reporting because ('Connection aborted.', ConnectionAbortedError(10053, 'An established connection was aborted by the software in your host machine', None, 10053, None))
13
[2024-03-09 17:04:30,707] chirp.wxui.developer - ERROR: Failed to load attachments from 10692: ('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))
14
Traceback (most recent call last):
15
  File "urllib3\connectionpool.py", line 715, in urlopen
16
  File "urllib3\connectionpool.py", line 404, in _make_request
17
  File "urllib3\connectionpool.py", line 1058, in _validate_conn
18
  File "urllib3\connection.py", line 419, in connect
19
  File "urllib3\util\ssl_.py", line 449, in ssl_wrap_socket
20
  File "urllib3\util\ssl_.py", line 493, in _ssl_wrap_socket_impl
21
  File "ssl.py", line 513, in wrap_socket
22
  File "ssl.py", line 1071, in _create
23
  File "ssl.py", line 1342, in do_handshake
24
ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host
25

    
26
During handling of the above exception, another exception occurred:
27

    
28
Traceback (most recent call last):
29
  File "requests\adapters.py", line 489, in send
30
  File "urllib3\connectionpool.py", line 799, in urlopen
31
  File "urllib3\util\retry.py", line 550, in increment
32
  File "urllib3\packages\six.py", line 769, in reraise
33
  File "urllib3\connectionpool.py", line 715, in urlopen
34
  File "urllib3\connectionpool.py", line 404, in _make_request
35
  File "urllib3\connectionpool.py", line 1058, in _validate_conn
36
  File "urllib3\connection.py", line 419, in connect
37
  File "urllib3\util\ssl_.py", line 449, in ssl_wrap_socket
38
  File "urllib3\util\ssl_.py", line 493, in _ssl_wrap_socket_impl
39
  File "ssl.py", line 513, in wrap_socket
40
  File "ssl.py", line 1071, in _create
41
  File "ssl.py", line 1342, in do_handshake
42
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))
43

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

    
46
Traceback (most recent call last):
47
  File "chirp\wxui\developer.py", line 547, in run
48
  File "chirp\wxui\developer.py", line 482, in get_attachments_from_issue
49
  File "requests\sessions.py", line 600, in get
50
  File "requests\sessions.py", line 587, in request
51
  File "requests\sessions.py", line 701, in send
52
  File "requests\adapters.py", line 547, in send
53
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))
54
[2024-03-09 17:04:30,709] chirp.wxui.common - ERROR: <function ChirpMain._menu_load_from_issue at 0x000001D2263837F0> raised unexpected exception
55
Traceback (most recent call last):
56
  File "urllib3\connectionpool.py", line 715, in urlopen
57
  File "urllib3\connectionpool.py", line 404, in _make_request
58
  File "urllib3\connectionpool.py", line 1058, in _validate_conn
59
  File "urllib3\connection.py", line 419, in connect
60
  File "urllib3\util\ssl_.py", line 449, in ssl_wrap_socket
61
  File "urllib3\util\ssl_.py", line 493, in _ssl_wrap_socket_impl
62
  File "ssl.py", line 513, in wrap_socket
63
  File "ssl.py", line 1071, in _create
64
  File "ssl.py", line 1342, in do_handshake
65
ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host
66

    
67
During handling of the above exception, another exception occurred:
68

    
69
Traceback (most recent call last):
70
  File "requests\adapters.py", line 489, in send
71
  File "urllib3\connectionpool.py", line 799, in urlopen
72
  File "urllib3\util\retry.py", line 550, in increment
73
  File "urllib3\packages\six.py", line 769, in reraise
74
  File "urllib3\connectionpool.py", line 715, in urlopen
75
  File "urllib3\connectionpool.py", line 404, in _make_request
76
  File "urllib3\connectionpool.py", line 1058, in _validate_conn
77
  File "urllib3\connection.py", line 419, in connect
78
  File "urllib3\util\ssl_.py", line 449, in ssl_wrap_socket
79
  File "urllib3\util\ssl_.py", line 493, in _ssl_wrap_socket_impl
80
  File "ssl.py", line 513, in wrap_socket
81
  File "ssl.py", line 1071, in _create
82
  File "ssl.py", line 1342, in do_handshake
83
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))
84

    
85
During handling of the above exception, another exception occurred:
86

    
87
Traceback (most recent call last):
88
  File "chirp\wxui\developer.py", line 547, in run
89
  File "chirp\wxui\developer.py", line 482, in get_attachments_from_issue
90
  File "requests\sessions.py", line 600, in get
91
  File "requests\sessions.py", line 587, in request
92
  File "requests\sessions.py", line 701, in send
93
  File "requests\adapters.py", line 547, in send
94
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))
95

    
96
During handling of the above exception, another exception occurred:
97

    
98
Traceback (most recent call last):
99
  File "chirp\wxui\common.py", line 639, in run_safe
100
  File "chirp\wxui\main.py", line 1724, in _menu_load_from_issue
101
  File "chirp\wxui\developer.py", line 551, in run
102
Exception: Unable to load modules from that issue