Compare Pastes
Differences between the pastes
#270346 (04.08.2023 03:52)
and
#277688 (07.10.2024 14:21).
1 | Traceback (most recent call last): | |
2 | File "/usr/lib/python3.11/site-packages/calculate/consolegui/application/ConnectionTabs.py", line 369, in connect_after_init | |
1 | Онкология? Настрой на победу: Разработка Сибирских ученых позволяет усилить положительный эффект химиотерапии и лучевой терапии без осложнений и интоксикаций. | |
2 | Подробнее по тел/вотсап: 89139175990 | |
3 | self.FirstWidget.connect_to_localhost(self.host, self.port) | |
4 | File "/usr/lib/python3.11/site-packages/calculate/consolegui/application/Box.py", line 119, in connect_to_localhost | |
5 | self.ConnectWidget.connect_to_host(host, port, auto=True) | |
6 | File "/usr/lib/python3.11/site-packages/calculate/consolegui/application/conf_connection.py", line 347, in connect_to_host | |
7 | client_post_cert(self.ClientObj.client, \ | |
8 | File "/usr/lib/python3.11/site-packages/calculate/consolegui/application/session_function.py", line 55, in client_post_cert | |
9 | results = client.service.post_cert() | |
10 | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
11 | File "/usr/lib/python3.11/site-packages/calculate/contrib/suds/client.py", line 566, in __call__ | |
12 | return client.invoke(args, kwargs) | |
13 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
14 | File "/usr/lib/python3.11/site-packages/calculate/contrib/suds/client.py", line 708, in invoke | |
15 | result = self.send(soapenv, timeout=timeout) | |
16 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
17 | File "/usr/lib/python3.11/site-packages/calculate/contrib/suds/client.py", line 750, in send | |
18 | reply = self.options.transport.send(request) | |
19 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
20 | File "/usr/lib/python3.11/site-packages/calculate/contrib/suds/transport/http.py", line 89, in send | |
21 | fp = self.u2open(u2request, timeout=request.timeout) | |
22 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
23 | File "/usr/lib/python3.11/site-packages/calculate/contrib/suds/transport/http.py", line 143, in u2open | |
24 | return url.open(u2request, timeout=tm) | |
25 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
26 | File "/usr/lib/python3.11/urllib/request.py", line 519, in open | |
27 | response = self._open(req, data) | |
28 | ^^^^^^^^^^^^^^^^^^^^^ | |
29 | File "/usr/lib/python3.11/urllib/request.py", line 536, in _open | |
30 | result = self._call_chain(self.handle_open, protocol, protocol + | |
31 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
32 | File "/usr/lib/python3.11/urllib/request.py", line 496, in _call_chain | |
33 | result = func(*args) | |
34 | ^^^^^^^^^^^ | |
35 | File "/usr/lib/python3.11/site-packages/calculate/consolegui/application/client_class.py", line 664, in https_open | |
36 | return self.do_open(open, req) | |
37 | ^^^^^^^^^^^^^^^^^^^^^^^ | |
38 | File "/usr/lib/python3.11/urllib/request.py", line 1348, in do_open | |
39 | h.request(req.get_method(), req.selector, req.data, headers, | |
40 | File "/usr/lib/python3.11/http/client.py", line 1286, in request | |
41 | self._send_request(method, url, body, headers, encode_chunked) | |
42 | File "/usr/lib/python3.11/http/client.py", line 1332, in _send_request | |
43 | self.endheaders(body, encode_chunked=encode_chunked) | |
44 | File "/usr/lib/python3.11/http/client.py", line 1281, in endheaders | |
45 | self._send_output(message_body, encode_chunked=encode_chunked) | |
46 | File "/usr/lib/python3.11/http/client.py", line 1041, in _send_output | |
47 | self.send(msg) | |
48 | File "/usr/lib/python3.11/http/client.py", line 979, in send | |
49 | self.connect() | |
50 | File "/usr/lib/python3.11/site-packages/calculate/consolegui/application/client_class.py", line 371, in connect | |
51 | raise Exception (1) | |
52 | Exception: 1 |