805 lines
47 KiB
Plaintext
805 lines
47 KiB
Plaintext
nohup: ignoring input
|
|
python: can't open file 'm': [Errno 2] No such file or directory
|
|
nohup: ignoring input
|
|
Watching for file changes with StatReloader
|
|
WebSocket HANDSHAKING /ws/file-monitor/ [112.65.87.140:4353]
|
|
WebSocket CONNECT /ws/file-monitor/ [112.65.87.140:4353]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.03, 113.215.189.2:18457]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 113.215.189.2:18457]
|
|
Exception inside application: [Errno 2] No such file or directory
|
|
Traceback (most recent call last):
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/routing.py", line 71, in __call__
|
|
return await application(scope, receive, send)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/routing.py", line 160, in __call__
|
|
send,
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 94, in app
|
|
return await consumer(scope, receive, send)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 59, in __call__
|
|
[receive, self.channel_receive], self.dispatch
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/utils.py", line 51, in await_many_dispatch
|
|
await dispatch(result)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 73, in dispatch
|
|
await handler(message)
|
|
File "/mnt/sdc/Project1/app_store/websocket_project/socket_app/consumers.py", line 48, in websocket_receive
|
|
self.observer.start()
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/watchdog/observers/api.py", line 261, in start
|
|
emitter.start()
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/watchdog/utils/__init__.py", line 92, in start
|
|
self.on_thread_start()
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/watchdog/observers/inotify.py", line 119, in on_thread_start
|
|
self._inotify = InotifyBuffer(path, self.watch.is_recursive)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/watchdog/observers/inotify_buffer.py", line 37, in __init__
|
|
self._inotify = Inotify(path, recursive)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/watchdog/observers/inotify_c.py", line 181, in __init__
|
|
self._add_watch(path, event_mask)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/watchdog/observers/inotify_c.py", line 416, in _add_watch
|
|
Inotify._raise_error()
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/watchdog/observers/inotify_c.py", line 432, in _raise_error
|
|
raise OSError(err, os.strerror(err))
|
|
FileNotFoundError: [Errno 2] No such file or directory
|
|
WebSocket DISCONNECT /ws/file-monitor/ [112.65.87.140:4353]
|
|
WebSocket HANDSHAKING /ws/file-monitor/ [112.65.87.140:3757]
|
|
WebSocket CONNECT /ws/file-monitor/ [112.65.87.140:3757]
|
|
WebSocket HANDSHAKING /ws/file-monitor/ [112.65.87.140:3758]
|
|
WebSocket CONNECT /ws/file-monitor/ [112.65.87.140:3758]
|
|
Exception inside application: [Errno 2] No such file or directory
|
|
Traceback (most recent call last):
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/routing.py", line 71, in __call__
|
|
return await application(scope, receive, send)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/routing.py", line 160, in __call__
|
|
send,
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 94, in app
|
|
return await consumer(scope, receive, send)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 59, in __call__
|
|
[receive, self.channel_receive], self.dispatch
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/utils.py", line 51, in await_many_dispatch
|
|
await dispatch(result)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 73, in dispatch
|
|
await handler(message)
|
|
File "/mnt/sdc/Project1/app_store/websocket_project/socket_app/consumers.py", line 48, in websocket_receive
|
|
self.observer.start()
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/watchdog/observers/api.py", line 261, in start
|
|
emitter.start()
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/watchdog/utils/__init__.py", line 92, in start
|
|
self.on_thread_start()
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/watchdog/observers/inotify.py", line 119, in on_thread_start
|
|
self._inotify = InotifyBuffer(path, self.watch.is_recursive)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/watchdog/observers/inotify_buffer.py", line 37, in __init__
|
|
self._inotify = Inotify(path, recursive)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/watchdog/observers/inotify_c.py", line 181, in __init__
|
|
self._add_watch(path, event_mask)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/watchdog/observers/inotify_c.py", line 416, in _add_watch
|
|
Inotify._raise_error()
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/watchdog/observers/inotify_c.py", line 432, in _raise_error
|
|
raise OSError(err, os.strerror(err))
|
|
FileNotFoundError: [Errno 2] No such file or directory
|
|
WebSocket DISCONNECT /ws/file-monitor/ [112.65.87.140:3757]
|
|
WebSocket HANDSHAKING /ws/file-monitor/ [112.65.87.140:3760]
|
|
WebSocket CONNECT /ws/file-monitor/ [112.65.87.140:3760]
|
|
WebSocket HANDSHAKING /ws/file-monitor/ [112.65.87.140:3765]
|
|
WebSocket CONNECT /ws/file-monitor/ [112.65.87.140:3765]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 113.215.189.12:16161]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.03, 113.215.189.12:16161]
|
|
WebSocket DISCONNECT /ws/file-monitor/ [112.65.87.140:3760]
|
|
Exception inside application: 'str' object has no attribute 'stop'
|
|
Traceback (most recent call last):
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/routing.py", line 71, in __call__
|
|
return await application(scope, receive, send)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/routing.py", line 160, in __call__
|
|
send,
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 94, in app
|
|
return await consumer(scope, receive, send)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 59, in __call__
|
|
[receive, self.channel_receive], self.dispatch
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/utils.py", line 51, in await_many_dispatch
|
|
await dispatch(result)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 73, in dispatch
|
|
await handler(message)
|
|
File "/mnt/sdc/Project1/app_store/websocket_project/socket_app/consumers.py", line 60, in websocket_disconnect
|
|
self.observer.stop()
|
|
AttributeError: 'str' object has no attribute 'stop'
|
|
WebSocket DISCONNECT /ws/file-monitor/ [112.65.87.140:3765]
|
|
Exception inside application: 'str' object has no attribute 'stop'
|
|
Traceback (most recent call last):
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/routing.py", line 71, in __call__
|
|
return await application(scope, receive, send)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/routing.py", line 160, in __call__
|
|
send,
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 94, in app
|
|
return await consumer(scope, receive, send)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 59, in __call__
|
|
[receive, self.channel_receive], self.dispatch
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/utils.py", line 51, in await_many_dispatch
|
|
await dispatch(result)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 73, in dispatch
|
|
await handler(message)
|
|
File "/mnt/sdc/Project1/app_store/websocket_project/socket_app/consumers.py", line 60, in websocket_disconnect
|
|
self.observer.stop()
|
|
AttributeError: 'str' object has no attribute 'stop'
|
|
WebSocket DISCONNECT /ws/file-monitor/ [112.65.87.140:3758]
|
|
Exception inside application: 'str' object has no attribute 'stop'
|
|
Traceback (most recent call last):
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/routing.py", line 71, in __call__
|
|
return await application(scope, receive, send)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/routing.py", line 160, in __call__
|
|
send,
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 94, in app
|
|
return await consumer(scope, receive, send)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 59, in __call__
|
|
[receive, self.channel_receive], self.dispatch
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/utils.py", line 51, in await_many_dispatch
|
|
await dispatch(result)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 73, in dispatch
|
|
await handler(message)
|
|
File "/mnt/sdc/Project1/app_store/websocket_project/socket_app/consumers.py", line 60, in websocket_disconnect
|
|
self.observer.stop()
|
|
AttributeError: 'str' object has no attribute 'stop'
|
|
WebSocket HANDSHAKING /ws/file-monitor/ [180.172.72.229:10792]
|
|
WebSocket CONNECT /ws/file-monitor/ [180.172.72.229:10792]
|
|
WebSocket HANDSHAKING /ws/file-monitor/ [180.172.72.229:10793]
|
|
WebSocket CONNECT /ws/file-monitor/ [180.172.72.229:10793]
|
|
WebSocket HANDSHAKING /ws/file-monitor/ [180.172.72.229:10835]
|
|
WebSocket CONNECT /ws/file-monitor/ [180.172.72.229:10835]
|
|
WebSocket DISCONNECT /ws/file-monitor/ [180.172.72.229:10835]
|
|
WebSocket DISCONNECT /ws/file-monitor/ [180.172.72.229:10793]
|
|
WebSocket DISCONNECT /ws/file-monitor/ [180.172.72.229:10792]
|
|
Exception inside application: 'str' object has no attribute 'stop'
|
|
Traceback (most recent call last):
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/routing.py", line 71, in __call__
|
|
return await application(scope, receive, send)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/routing.py", line 160, in __call__
|
|
send,
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 94, in app
|
|
return await consumer(scope, receive, send)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 59, in __call__
|
|
[receive, self.channel_receive], self.dispatch
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/utils.py", line 51, in await_many_dispatch
|
|
await dispatch(result)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 73, in dispatch
|
|
await handler(message)
|
|
File "/mnt/sdc/Project1/app_store/websocket_project/socket_app/consumers.py", line 60, in websocket_disconnect
|
|
self.observer.stop()
|
|
AttributeError: 'str' object has no attribute 'stop'
|
|
Exception inside application: 'str' object has no attribute 'stop'
|
|
Traceback (most recent call last):
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/routing.py", line 71, in __call__
|
|
return await application(scope, receive, send)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/routing.py", line 160, in __call__
|
|
send,
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 94, in app
|
|
return await consumer(scope, receive, send)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 59, in __call__
|
|
[receive, self.channel_receive], self.dispatch
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/utils.py", line 51, in await_many_dispatch
|
|
await dispatch(result)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 73, in dispatch
|
|
await handler(message)
|
|
File "/mnt/sdc/Project1/app_store/websocket_project/socket_app/consumers.py", line 60, in websocket_disconnect
|
|
self.observer.stop()
|
|
AttributeError: 'str' object has no attribute 'stop'
|
|
Exception inside application: 'str' object has no attribute 'stop'
|
|
Traceback (most recent call last):
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/routing.py", line 71, in __call__
|
|
return await application(scope, receive, send)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/routing.py", line 160, in __call__
|
|
send,
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 94, in app
|
|
return await consumer(scope, receive, send)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 59, in __call__
|
|
[receive, self.channel_receive], self.dispatch
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/utils.py", line 51, in await_many_dispatch
|
|
await dispatch(result)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 73, in dispatch
|
|
await handler(message)
|
|
File "/mnt/sdc/Project1/app_store/websocket_project/socket_app/consumers.py", line 60, in websocket_disconnect
|
|
self.observer.stop()
|
|
AttributeError: 'str' object has no attribute 'stop'
|
|
Invalid HTTP_HOST header: '172.27.131.104:8308'. You may need to add '172.27.131.104' to ALLOWED_HOSTS.
|
|
Bad Request: sip:nm
|
|
HTTP OPTIONS sip:nm 400 [0.02, 125.75.254.168:32195]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 59.82.21.133:25734]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 59.82.21.133:25734]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 111.7.96.148:34806]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 113.215.189.51:26361]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 113.215.189.51:26361]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 113.141.89.22:37242]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 113.141.89.22:37244]
|
|
WebSocket HANDSHAKING /ws/file-monitor/ [112.65.87.140:6975]
|
|
WebSocket CONNECT /ws/file-monitor/ [112.65.87.140:6975]
|
|
WebSocket DISCONNECT /ws/file-monitor/ [112.65.87.140:6975]
|
|
Exception inside application: 'str' object has no attribute 'stop'
|
|
Traceback (most recent call last):
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/routing.py", line 71, in __call__
|
|
return await application(scope, receive, send)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/routing.py", line 160, in __call__
|
|
send,
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 94, in app
|
|
return await consumer(scope, receive, send)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 59, in __call__
|
|
[receive, self.channel_receive], self.dispatch
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/utils.py", line 51, in await_many_dispatch
|
|
await dispatch(result)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 73, in dispatch
|
|
await handler(message)
|
|
File "/mnt/sdc/Project1/app_store/websocket_project/socket_app/consumers.py", line 60, in websocket_disconnect
|
|
self.observer.stop()
|
|
AttributeError: 'str' object has no attribute 'stop'
|
|
WebSocket HANDSHAKING /ws/file-monitor/ [112.65.87.140:1554]
|
|
WebSocket CONNECT /ws/file-monitor/ [112.65.87.140:1554]
|
|
WebSocket DISCONNECT /ws/file-monitor/ [112.65.87.140:1554]
|
|
Exception inside application: 'str' object has no attribute 'stop'
|
|
Traceback (most recent call last):
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/routing.py", line 71, in __call__
|
|
return await application(scope, receive, send)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/routing.py", line 160, in __call__
|
|
send,
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 94, in app
|
|
return await consumer(scope, receive, send)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 59, in __call__
|
|
[receive, self.channel_receive], self.dispatch
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/utils.py", line 51, in await_many_dispatch
|
|
await dispatch(result)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 73, in dispatch
|
|
await handler(message)
|
|
File "/mnt/sdc/Project1/app_store/websocket_project/socket_app/consumers.py", line 60, in websocket_disconnect
|
|
self.observer.stop()
|
|
AttributeError: 'str' object has no attribute 'stop'
|
|
WebSocket HANDSHAKING /ws/file-monitor/ [101.82.126.248:51436]
|
|
WebSocket CONNECT /ws/file-monitor/ [101.82.126.248:51436]
|
|
WebSocket DISCONNECT /ws/file-monitor/ [101.82.126.248:51436]
|
|
Exception inside application: 'str' object has no attribute 'stop'
|
|
Traceback (most recent call last):
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/routing.py", line 71, in __call__
|
|
return await application(scope, receive, send)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/routing.py", line 160, in __call__
|
|
send,
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 94, in app
|
|
return await consumer(scope, receive, send)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 59, in __call__
|
|
[receive, self.channel_receive], self.dispatch
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/utils.py", line 51, in await_many_dispatch
|
|
await dispatch(result)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 73, in dispatch
|
|
await handler(message)
|
|
File "/mnt/sdc/Project1/app_store/websocket_project/socket_app/consumers.py", line 60, in websocket_disconnect
|
|
self.observer.stop()
|
|
AttributeError: 'str' object has no attribute 'stop'
|
|
WebSocket HANDSHAKING /ws/file-monitor/ [112.65.87.140:10135]
|
|
WebSocket CONNECT /ws/file-monitor/ [112.65.87.140:10135]
|
|
WebSocket DISCONNECT /ws/file-monitor/ [112.65.87.140:10135]
|
|
Exception inside application: 'str' object has no attribute 'stop'
|
|
Traceback (most recent call last):
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/routing.py", line 71, in __call__
|
|
return await application(scope, receive, send)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/routing.py", line 160, in __call__
|
|
send,
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 94, in app
|
|
return await consumer(scope, receive, send)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 59, in __call__
|
|
[receive, self.channel_receive], self.dispatch
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/utils.py", line 51, in await_many_dispatch
|
|
await dispatch(result)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 73, in dispatch
|
|
await handler(message)
|
|
File "/mnt/sdc/Project1/app_store/websocket_project/socket_app/consumers.py", line 60, in websocket_disconnect
|
|
self.observer.stop()
|
|
AttributeError: 'str' object has no attribute 'stop'
|
|
WebSocket HANDSHAKING /ws/file-monitor/ [180.172.81.13:5285]
|
|
WebSocket CONNECT /ws/file-monitor/ [180.172.81.13:5285]
|
|
WebSocket DISCONNECT /ws/file-monitor/ [180.172.81.13:5285]
|
|
Exception inside application: 'str' object has no attribute 'stop'
|
|
Traceback (most recent call last):
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/routing.py", line 71, in __call__
|
|
return await application(scope, receive, send)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/routing.py", line 160, in __call__
|
|
send,
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 94, in app
|
|
return await consumer(scope, receive, send)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 59, in __call__
|
|
[receive, self.channel_receive], self.dispatch
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/utils.py", line 51, in await_many_dispatch
|
|
await dispatch(result)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 73, in dispatch
|
|
await handler(message)
|
|
File "/mnt/sdc/Project1/app_store/websocket_project/socket_app/consumers.py", line 60, in websocket_disconnect
|
|
self.observer.stop()
|
|
AttributeError: 'str' object has no attribute 'stop'
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 122.225.64.142:54807]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /favicon.ico
|
|
HTTP GET /favicon.ico 400 [0.02, 122.225.64.142:54807]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 123.160.221.137:31708]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 113.215.188.32:19039]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 113.215.188.32:19039]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 113.215.189.240:63678]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 113.215.189.240:63678]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 36.41.65.118:56494]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 36.41.65.118:56496]
|
|
WebSocket HANDSHAKING /ws/file-monitor/ [101.69.9.213:14518]
|
|
WebSocket CONNECT /ws/file-monitor/ [101.69.9.213:14518]
|
|
WebSocket DISCONNECT /ws/file-monitor/ [101.69.9.213:14518]
|
|
Exception inside application: 'str' object has no attribute 'stop'
|
|
Traceback (most recent call last):
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/routing.py", line 71, in __call__
|
|
return await application(scope, receive, send)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/routing.py", line 160, in __call__
|
|
send,
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 94, in app
|
|
return await consumer(scope, receive, send)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 59, in __call__
|
|
[receive, self.channel_receive], self.dispatch
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/utils.py", line 51, in await_many_dispatch
|
|
await dispatch(result)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 73, in dispatch
|
|
await handler(message)
|
|
File "/mnt/sdc/Project1/app_store/websocket_project/socket_app/consumers.py", line 60, in websocket_disconnect
|
|
self.observer.stop()
|
|
AttributeError: 'str' object has no attribute 'stop'
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 113.215.189.213:14174]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 113.215.189.213:14174]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 113.215.188.120:15723]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 113.215.188.120:15723]
|
|
WebSocket HANDSHAKING /ws/file-monitor/ [122.225.64.142:50552]
|
|
WebSocket CONNECT /ws/file-monitor/ [122.225.64.142:50552]
|
|
WebSocket DISCONNECT /ws/file-monitor/ [122.225.64.142:50552]
|
|
Exception inside application: 'str' object has no attribute 'stop'
|
|
Traceback (most recent call last):
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/routing.py", line 71, in __call__
|
|
return await application(scope, receive, send)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/routing.py", line 160, in __call__
|
|
send,
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 94, in app
|
|
return await consumer(scope, receive, send)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 59, in __call__
|
|
[receive, self.channel_receive], self.dispatch
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/utils.py", line 51, in await_many_dispatch
|
|
await dispatch(result)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 73, in dispatch
|
|
await handler(message)
|
|
File "/mnt/sdc/Project1/app_store/websocket_project/socket_app/consumers.py", line 60, in websocket_disconnect
|
|
self.observer.stop()
|
|
AttributeError: 'str' object has no attribute 'stop'
|
|
WebSocket HANDSHAKING /ws/file-monitor/ [122.225.64.142:20700]
|
|
WebSocket CONNECT /ws/file-monitor/ [122.225.64.142:20700]
|
|
WebSocket DISCONNECT /ws/file-monitor/ [122.225.64.142:20700]
|
|
Exception inside application: 'str' object has no attribute 'stop'
|
|
Traceback (most recent call last):
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/routing.py", line 71, in __call__
|
|
return await application(scope, receive, send)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/routing.py", line 160, in __call__
|
|
send,
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 94, in app
|
|
return await consumer(scope, receive, send)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 59, in __call__
|
|
[receive, self.channel_receive], self.dispatch
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/utils.py", line 51, in await_many_dispatch
|
|
await dispatch(result)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 73, in dispatch
|
|
await handler(message)
|
|
File "/mnt/sdc/Project1/app_store/websocket_project/socket_app/consumers.py", line 60, in websocket_disconnect
|
|
self.observer.stop()
|
|
AttributeError: 'str' object has no attribute 'stop'
|
|
WebSocket HANDSHAKING /ws/file-monitor/ [101.69.9.213:15733]
|
|
WebSocket CONNECT /ws/file-monitor/ [101.69.9.213:15733]
|
|
WebSocket DISCONNECT /ws/file-monitor/ [101.69.9.213:15733]
|
|
Exception inside application: 'str' object has no attribute 'stop'
|
|
Traceback (most recent call last):
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/routing.py", line 71, in __call__
|
|
return await application(scope, receive, send)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/routing.py", line 160, in __call__
|
|
send,
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 94, in app
|
|
return await consumer(scope, receive, send)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 59, in __call__
|
|
[receive, self.channel_receive], self.dispatch
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/utils.py", line 51, in await_many_dispatch
|
|
await dispatch(result)
|
|
File "/mnt/sdc/zero_code/venv37/lib/python3.7/site-packages/channels/consumer.py", line 73, in dispatch
|
|
await handler(message)
|
|
File "/mnt/sdc/Project1/app_store/websocket_project/socket_app/consumers.py", line 60, in websocket_disconnect
|
|
self.observer.stop()
|
|
AttributeError: 'str' object has no attribute 'stop'
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 199.45.155.81:43876]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 199.45.155.81:43498]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 59.82.135.58:7157]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 59.82.135.58:7157]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 59.82.83.29:28647]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 59.82.83.29:28647]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.05, 111.7.96.150:11932]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 113.141.87.177:52646]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 113.141.87.177:52690]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.03, 167.94.138.120:60004]
|
|
Invalid HTTP_HOST header: '172.27.131.104:8308'. You may need to add '172.27.131.104' to ALLOWED_HOSTS.
|
|
Bad Request: *
|
|
HTTP PRI * 400 [0.02, 167.94.138.120:60014]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.03, 162.142.125.38:49370]
|
|
Invalid HTTP_HOST header: '172.27.131.104:8308'. You may need to add '172.27.131.104' to ALLOWED_HOSTS.
|
|
Bad Request: *
|
|
HTTP PRI * 400 [0.02, 162.142.125.38:36304]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 167.94.145.102:46730]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 167.94.145.102:36094]
|
|
Invalid HTTP_HOST header: '172.27.131.104:8308'. You may need to add '172.27.131.104' to ALLOWED_HOSTS.
|
|
Bad Request: *
|
|
HTTP PRI * 400 [0.02, 167.94.145.102:36114]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 113.215.189.231:25151]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 113.215.189.231:25151]
|
|
Invalid HTTP_HOST header: '172.27.131.104:8308'. You may need to add '172.27.131.104' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 106.14.81.82:49896]
|
|
Invalid HTTP_HOST header: '172.27.131.104:8308'. You may need to add '172.27.131.104' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP OPTIONS / 400 [0.02, 106.14.81.82:49908]
|
|
Invalid HTTP_HOST header: '172.27.131.104:8308'. You may need to add '172.27.131.104' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP OPTIONS / 400 [0.02, 106.14.81.82:49936]
|
|
Invalid HTTP_HOST header: '172.27.131.104:8308'. You may need to add '172.27.131.104' to ALLOWED_HOSTS.
|
|
Bad Request: /nice ports,/Trinity.txt.bak
|
|
HTTP GET /nice%20ports%2C/Tri%6Eity.txt%2ebak 400 [0.02, 106.14.81.82:49990]
|
|
Invalid HTTP_HOST header: '172.27.131.104:8308'. You may need to add '172.27.131.104' to ALLOWED_HOSTS.
|
|
Bad Request: sip:nm
|
|
HTTP OPTIONS sip:nm 400 [0.01, 106.14.81.82:50038]
|
|
Invalid HTTP_HOST header: '47.116.15.186'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 101.133.148.169:46334]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 206.168.34.121:57394]
|
|
Invalid HTTP_HOST header: '172.27.131.104:8308'. You may need to add '172.27.131.104' to ALLOWED_HOSTS.
|
|
Bad Request: *
|
|
HTTP PRI * 400 [0.02, 206.168.34.121:57420]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 113.215.189.28:54177]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 113.215.189.28:54177]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 206.168.34.34:43632]
|
|
Invalid HTTP_HOST header: '172.27.131.104:8308'. You may need to add '172.27.131.104' to ALLOWED_HOSTS.
|
|
Bad Request: *
|
|
HTTP PRI * 400 [0.02, 206.168.34.34:43646]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 167.94.138.43:49906]
|
|
Invalid HTTP_HOST header: '172.27.131.104:8308'. You may need to add '172.27.131.104' to ALLOWED_HOSTS.
|
|
Bad Request: *
|
|
HTTP PRI * 400 [0.02, 167.94.138.43:39448]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 167.94.146.52:57938]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 167.94.146.52:48474]
|
|
Invalid HTTP_HOST header: '172.27.131.104:8308'. You may need to add '172.27.131.104' to ALLOWED_HOSTS.
|
|
Bad Request: *
|
|
HTTP PRI * 400 [0.02, 167.94.146.52:48488]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 59.82.135.159:59917]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 59.82.135.159:59917]
|
|
Invalid HTTP_HOST header: '172.27.131.104:8308'. You may need to add '172.27.131.104' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 101.133.131.45:37892]
|
|
Invalid HTTP_HOST header: '172.27.131.104:8308'. You may need to add '172.27.131.104' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP OPTIONS / 400 [0.02, 101.133.131.45:37992]
|
|
Invalid HTTP_HOST header: '172.27.131.104:8308'. You may need to add '172.27.131.104' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP OPTIONS / 400 [0.04, 101.133.131.45:38122]
|
|
Invalid HTTP_HOST header: '172.27.131.104:8308'. You may need to add '172.27.131.104' to ALLOWED_HOSTS.
|
|
Bad Request: /nice ports,/Trinity.txt.bak
|
|
HTTP GET /nice%20ports%2C/Tri%6Eity.txt%2ebak 400 [0.02, 101.133.131.45:38618]
|
|
Invalid HTTP_HOST header: '172.27.131.104:8308'. You may need to add '172.27.131.104' to ALLOWED_HOSTS.
|
|
Bad Request: sip:nm
|
|
HTTP OPTIONS sip:nm 400 [0.01, 101.133.131.45:38864]
|
|
Invalid HTTP_HOST header: '47.116.15.186'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 101.133.140.205:54404]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.03, 167.94.138.123:60452]
|
|
Invalid HTTP_HOST header: '172.27.131.104:8308'. You may need to add '172.27.131.104' to ALLOWED_HOSTS.
|
|
Bad Request: *
|
|
HTTP PRI * 400 [0.03, 167.94.138.123:60468]
|
|
Invalid HTTP_HOST header: '47.116.15.186'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 101.133.131.45:38736]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.03, 113.215.189.33:21551]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 113.215.189.33:21551]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 162.142.125.206:46812]
|
|
Invalid HTTP_HOST header: '172.27.131.104:8308'. You may need to add '172.27.131.104' to ALLOWED_HOSTS.
|
|
Bad Request: *
|
|
HTTP PRI * 400 [0.02, 162.142.125.206:46826]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.03, 162.142.125.202:49678]
|
|
Invalid HTTP_HOST header: '172.27.131.104:8308'. You may need to add '172.27.131.104' to ALLOWED_HOSTS.
|
|
Bad Request: *
|
|
HTTP PRI * 400 [0.02, 162.142.125.202:49702]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 219.82.2.10:50810]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 219.82.2.10:50810]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.03, 113.215.189.230:52236]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 113.215.189.230:52236]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 206.168.34.201:40298]
|
|
Invalid HTTP_HOST header: '172.27.131.104:8308'. You may need to add '172.27.131.104' to ALLOWED_HOSTS.
|
|
Bad Request: *
|
|
HTTP PRI * 400 [0.02, 206.168.34.201:40306]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 206.168.34.212:43108]
|
|
Invalid HTTP_HOST header: '172.27.131.104:8308'. You may need to add '172.27.131.104' to ALLOWED_HOSTS.
|
|
Bad Request: *
|
|
HTTP PRI * 400 [0.02, 206.168.34.212:43128]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.03, 113.215.189.128:36404]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.03, 113.215.189.128:36404]
|
|
Invalid HTTP_HOST header: '47.116.15.186'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 223.113.128.230:54686]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 123.160.221.141:56682]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 167.94.138.44:46380]
|
|
Invalid HTTP_HOST header: '172.27.131.104:8308'. You may need to add '172.27.131.104' to ALLOWED_HOSTS.
|
|
Bad Request: *
|
|
HTTP PRI * 400 [0.02, 167.94.138.44:42162]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 111.7.96.150:20348]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 206.168.34.213:56572]
|
|
Invalid HTTP_HOST header: '172.27.131.104:8308'. You may need to add '172.27.131.104' to ALLOWED_HOSTS.
|
|
Bad Request: *
|
|
HTTP PRI * 400 [0.02, 206.168.34.213:39540]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 219.82.2.10:22761]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 219.82.2.10:22761]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 113.215.189.74:21900]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 113.215.189.74:21900]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.05, 113.141.93.239:32952]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.03, 113.141.93.239:32958]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 36.41.64.166:33274]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 36.41.64.166:33280]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 52.80.13.3:46012]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /favicon.ico
|
|
HTTP GET /favicon.ico 400 [0.02, 52.80.13.3:46020]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /sitemap.xml
|
|
HTTP GET /sitemap.xml 400 [0.02, 52.80.13.3:46030]
|
|
Bad Request: /robots.txt
|
|
HTTP GET /robots.txt 400 [0.03, 52.80.13.3:46028]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 206.168.34.221:39876]
|
|
Invalid HTTP_HOST header: '172.27.131.104:8308'. You may need to add '172.27.131.104' to ALLOWED_HOSTS.
|
|
Bad Request: *
|
|
HTTP PRI * 400 [0.02, 206.168.34.221:39892]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 206.168.34.215:33992]
|
|
Invalid HTTP_HOST header: '172.27.131.104:8308'. You may need to add '172.27.131.104' to ALLOWED_HOSTS.
|
|
Bad Request: *
|
|
HTTP PRI * 400 [0.02, 206.168.34.215:33998]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 111.7.96.148:41986]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 206.168.34.219:51302]
|
|
Invalid HTTP_HOST header: '172.27.131.104:8308'. You may need to add '172.27.131.104' to ALLOWED_HOSTS.
|
|
Bad Request: *
|
|
HTTP PRI * 400 [0.02, 206.168.34.219:51318]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 59.82.21.37:36216]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.03, 59.82.21.37:36216]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 111.7.96.150:58220]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 167.94.138.61:49754]
|
|
Invalid HTTP_HOST header: '172.27.131.104:8308'. You may need to add '172.27.131.104' to ALLOWED_HOSTS.
|
|
Bad Request: *
|
|
HTTP PRI * 400 [0.02, 167.94.138.61:49768]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 36.41.65.107:60488]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 162.142.125.205:52060]
|
|
Invalid HTTP_HOST header: '172.27.131.104:8308'. You may need to add '172.27.131.104' to ALLOWED_HOSTS.
|
|
Bad Request: *
|
|
HTTP PRI * 400 [0.02, 162.142.125.205:52070]
|
|
Invalid HTTP_HOST header: '47.116.15.186'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.03, 223.113.128.149:60080]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 106.75.99.100:53056]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /favicon.ico
|
|
HTTP GET /favicon.ico 400 [0.02, 106.75.99.100:53258]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /robots.txt
|
|
HTTP GET /robots.txt 400 [0.02, 106.75.99.100:53320]
|
|
Bad Request: /sitemap.xml
|
|
HTTP GET /sitemap.xml 400 [0.03, 106.75.99.100:53322]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 59.82.21.62:14180]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 59.82.21.62:14180]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 206.168.34.193:35044]
|
|
Invalid HTTP_HOST header: '172.27.131.104:8308'. You may need to add '172.27.131.104' to ALLOWED_HOSTS.
|
|
Bad Request: *
|
|
HTTP PRI * 400 [0.02, 206.168.34.193:35050]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 59.82.83.246:47395]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 59.82.83.246:47395]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 206.168.34.215:49568]
|
|
Invalid HTTP_HOST header: '172.27.131.104:8308'. You may need to add '172.27.131.104' to ALLOWED_HOSTS.
|
|
Bad Request: *
|
|
HTTP PRI * 400 [0.02, 206.168.34.215:49580]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 206.168.34.205:46392]
|
|
Invalid HTTP_HOST header: '172.27.131.104:8308'. You may need to add '172.27.131.104' to ALLOWED_HOSTS.
|
|
Bad Request: *
|
|
HTTP PRI * 400 [0.02, 206.168.34.205:47792]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.03, 167.94.138.63:54828]
|
|
Invalid HTTP_HOST header: '172.27.131.104:8308'. You may need to add '172.27.131.104' to ALLOWED_HOSTS.
|
|
Bad Request: *
|
|
HTTP PRI * 400 [0.02, 167.94.138.63:54844]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 113.215.189.217:33598]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.04, 113.215.189.217:33598]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 59.82.21.178:35400]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 59.82.21.178:35400]
|
|
Invalid HTTP_HOST header: '47.116.15.186:8308'. You may need to add '47.116.15.186' to ALLOWED_HOSTS.
|
|
Bad Request: /
|
|
HTTP GET / 400 [0.02, 162.142.125.204:56226]
|
|
Invalid HTTP_HOST header: '172.27.131.104:8308'. You may need to add '172.27.131.104' to ALLOWED_HOSTS.
|
|
Bad Request: *
|
|
HTTP PRI * 400 [0.02, 162.142.125.204:56240]
|