File size: 8,600 Bytes
1d2aa43
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
2026-04-05 01:26:46,421 - INFO - HTTP mode (no SSL certificates found)
2026-04-05 08:35:33,978 - INFO - HTTP mode (no SSL certificates found)
2026-04-05 08:35:39,126 - INFO - 302 GET / (127.0.0.1) 0.41ms
2026-04-05 08:35:39,139 - INFO - 200 GET /index.html (127.0.0.1) 7.98ms
2026-04-05 08:35:39,152 - INFO - 200 GET /static/css/xterm.min.css (127.0.0.1) 1.07ms
2026-04-05 08:35:39,158 - INFO - 200 GET /static/js/jquery.min.js (127.0.0.1) 2.50ms
2026-04-05 08:35:39,159 - INFO - 200 GET /static/css/bootstrap.min.css (127.0.0.1) 6.74ms
2026-04-05 08:35:39,165 - INFO - 200 GET /static/js/xterm.min.js (127.0.0.1) 4.83ms
2026-04-05 08:35:39,169 - INFO - 200 GET /static/js/xterm-addon-fit.min.js (127.0.0.1) 1.34ms
2026-04-05 08:35:39,293 - WARNING - 404 GET /favicon.ico (127.0.0.1) 0.75ms
2026-04-05 08:35:41,751 - INFO - 304 GET /index.html (127.0.0.1) 0.48ms
2026-04-05 08:35:44,755 - INFO - 101 GET /ws?auth=YWRtaW46MTIzNDU2 (127.0.0.1) 0.79ms
2026-04-05 08:35:44,756 - INFO - Auth: YWRtaW46MTIzNDU2
2026-04-05 08:35:44,756 - INFO - Login attempt: admin
2026-04-05 08:35:44,757 - ERROR - Uncaught exception GET /ws?auth=YWRtaW46MTIzNDU2 (127.0.0.1)
HTTPServerRequest(protocol='http', host='localhost:8080', method='GET', uri='/ws?auth=YWRtaW46MTIzNDU2', version='HTTP/1.1', remote_ip='127.0.0.1')
Traceback (most recent call last):
  File "/home/homepc/miniconda3/lib/python3.13/site-packages/tornado/web.py", line 1880, in _execute
    result = await result
             ^^^^^^^^^^^^
  File "/home/homepc/miniconda3/lib/python3.13/site-packages/tornado/websocket.py", line 277, in get
    await self.ws_connection.accept_connection(self)
  File "/home/homepc/miniconda3/lib/python3.13/site-packages/tornado/websocket.py", line 890, in accept_connection
    await self._accept_connection(handler)
  File "/home/homepc/miniconda3/lib/python3.13/site-packages/tornado/websocket.py", line 973, in _accept_connection
    await self._receive_frame_loop()
  File "/home/homepc/miniconda3/lib/python3.13/site-packages/tornado/websocket.py", line 1130, in _receive_frame_loop
    self.handler.on_ws_connection_close(self.close_code, self.close_reason)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/homepc/miniconda3/lib/python3.13/site-packages/tornado/websocket.py", line 599, in on_ws_connection_close
    self.on_connection_close()
    ~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/home/homepc/miniconda3/lib/python3.13/site-packages/tornado/websocket.py", line 591, in on_connection_close
    self.on_close()
    ~~~~~~~~~~~~~^^
  File "/home/homepc/dev/demos/webssh/handler.py", line 175, in on_close
    if self.ptyslave:
       ^^^^^^^^^^^^^
AttributeError: 'ShellHandler' object has no attribute 'ptyslave'
2026-04-05 08:35:47,121 - INFO - 101 GET /ws?auth=YWRtaW46MTIzNDU2 (127.0.0.1) 0.28ms
2026-04-05 08:35:47,121 - INFO - Auth: YWRtaW46MTIzNDU2
2026-04-05 08:35:47,121 - INFO - Login attempt: admin
2026-04-05 08:35:47,124 - ERROR - Uncaught exception GET /ws?auth=YWRtaW46MTIzNDU2 (127.0.0.1)
HTTPServerRequest(protocol='http', host='localhost:8080', method='GET', uri='/ws?auth=YWRtaW46MTIzNDU2', version='HTTP/1.1', remote_ip='127.0.0.1')
Traceback (most recent call last):
  File "/home/homepc/miniconda3/lib/python3.13/site-packages/tornado/web.py", line 1880, in _execute
    result = await result
             ^^^^^^^^^^^^
  File "/home/homepc/miniconda3/lib/python3.13/site-packages/tornado/websocket.py", line 277, in get
    await self.ws_connection.accept_connection(self)
  File "/home/homepc/miniconda3/lib/python3.13/site-packages/tornado/websocket.py", line 890, in accept_connection
    await self._accept_connection(handler)
  File "/home/homepc/miniconda3/lib/python3.13/site-packages/tornado/websocket.py", line 973, in _accept_connection
    await self._receive_frame_loop()
  File "/home/homepc/miniconda3/lib/python3.13/site-packages/tornado/websocket.py", line 1130, in _receive_frame_loop
    self.handler.on_ws_connection_close(self.close_code, self.close_reason)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/homepc/miniconda3/lib/python3.13/site-packages/tornado/websocket.py", line 599, in on_ws_connection_close
    self.on_connection_close()
    ~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/home/homepc/miniconda3/lib/python3.13/site-packages/tornado/websocket.py", line 591, in on_connection_close
    self.on_close()
    ~~~~~~~~~~~~~^^
  File "/home/homepc/dev/demos/webssh/handler.py", line 175, in on_close
    if self.ptyslave:
       ^^^^^^^^^^^^^
AttributeError: 'ShellHandler' object has no attribute 'ptyslave'
2026-04-05 08:35:49,495 - INFO - 101 GET /ws?auth=YWRtaW46MTIzNDU2 (127.0.0.1) 1.01ms
2026-04-05 08:35:49,496 - INFO - Auth: YWRtaW46MTIzNDU2
2026-04-05 08:35:49,496 - INFO - Login attempt: admin
2026-04-05 08:35:49,500 - ERROR - Uncaught exception GET /ws?auth=YWRtaW46MTIzNDU2 (127.0.0.1)
HTTPServerRequest(protocol='http', host='localhost:8080', method='GET', uri='/ws?auth=YWRtaW46MTIzNDU2', version='HTTP/1.1', remote_ip='127.0.0.1')
Traceback (most recent call last):
  File "/home/homepc/miniconda3/lib/python3.13/site-packages/tornado/web.py", line 1880, in _execute
    result = await result
             ^^^^^^^^^^^^
  File "/home/homepc/miniconda3/lib/python3.13/site-packages/tornado/websocket.py", line 277, in get
    await self.ws_connection.accept_connection(self)
  File "/home/homepc/miniconda3/lib/python3.13/site-packages/tornado/websocket.py", line 890, in accept_connection
    await self._accept_connection(handler)
  File "/home/homepc/miniconda3/lib/python3.13/site-packages/tornado/websocket.py", line 973, in _accept_connection
    await self._receive_frame_loop()
  File "/home/homepc/miniconda3/lib/python3.13/site-packages/tornado/websocket.py", line 1130, in _receive_frame_loop
    self.handler.on_ws_connection_close(self.close_code, self.close_reason)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/homepc/miniconda3/lib/python3.13/site-packages/tornado/websocket.py", line 599, in on_ws_connection_close
    self.on_connection_close()
    ~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/home/homepc/miniconda3/lib/python3.13/site-packages/tornado/websocket.py", line 591, in on_connection_close
    self.on_close()
    ~~~~~~~~~~~~~^^
  File "/home/homepc/dev/demos/webssh/handler.py", line 175, in on_close
    if self.ptyslave:
       ^^^^^^^^^^^^^
AttributeError: 'ShellHandler' object has no attribute 'ptyslave'
2026-04-05 08:35:51,107 - INFO - 101 GET /ws?auth=Og== (127.0.0.1) 0.24ms
2026-04-05 08:35:51,108 - INFO - Auth: Og==
2026-04-05 08:35:51,108 - INFO - Login attempt: 
2026-04-05 08:35:51,109 - ERROR - Uncaught exception GET /ws?auth=Og== (127.0.0.1)
HTTPServerRequest(protocol='http', host='localhost:8080', method='GET', uri='/ws?auth=Og==', version='HTTP/1.1', remote_ip='127.0.0.1')
Traceback (most recent call last):
  File "/home/homepc/miniconda3/lib/python3.13/site-packages/tornado/web.py", line 1880, in _execute
    result = await result
             ^^^^^^^^^^^^
  File "/home/homepc/miniconda3/lib/python3.13/site-packages/tornado/websocket.py", line 277, in get
    await self.ws_connection.accept_connection(self)
  File "/home/homepc/miniconda3/lib/python3.13/site-packages/tornado/websocket.py", line 890, in accept_connection
    await self._accept_connection(handler)
  File "/home/homepc/miniconda3/lib/python3.13/site-packages/tornado/websocket.py", line 973, in _accept_connection
    await self._receive_frame_loop()
  File "/home/homepc/miniconda3/lib/python3.13/site-packages/tornado/websocket.py", line 1130, in _receive_frame_loop
    self.handler.on_ws_connection_close(self.close_code, self.close_reason)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/homepc/miniconda3/lib/python3.13/site-packages/tornado/websocket.py", line 599, in on_ws_connection_close
    self.on_connection_close()
    ~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/home/homepc/miniconda3/lib/python3.13/site-packages/tornado/websocket.py", line 591, in on_connection_close
    self.on_close()
    ~~~~~~~~~~~~~^^
  File "/home/homepc/dev/demos/webssh/handler.py", line 175, in on_close
    if self.ptyslave:
       ^^^^^^^^^^^^^
AttributeError: 'ShellHandler' object has no attribute 'ptyslave'
2026-04-05 08:35:58,221 - INFO - 101 GET /ws?auth=YWRtaW46YWRtaW4xMjM= (127.0.0.1) 0.23ms
2026-04-05 08:35:58,221 - INFO - Auth: YWRtaW46YWRtaW4xMjM=
2026-04-05 08:35:58,221 - INFO - Login attempt: admin
2026-04-05 08:35:58,221 - INFO - User admin connected