FoloToy / folotoy-server-self-hosting

Config files for self-hosting the FoloToy Server. Documents: https://docs.folotoy.com
https://tool.folotoy.com
GNU General Public License v3.0
444 stars 82 forks source link

突然兔子没有反应,连上网后按任何按键都没有反应 #76

Closed skstudying closed 9 months ago

skstudying commented 9 months ago

突然兔子没有反应,连上网后按任何按键都没有反应。连切换角色的基本”叮咚“的按键声音都没有。 以下是问题发生的时间和log

2023-12-02T04:10:51.660188388Z     response, _, api_key = requestor.request("post", url, files=files, params=data)
2023-12-02T04:10:51.660190600Z                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2023-12-02T04:10:51.660193079Z   File "/usr/local/lib/python3.11/site-packages/openai/api_requestor.py", line 289, in request
2023-12-02T04:10:51.660200320Z     result = self.request_raw(
2023-12-02T04:10:51.660202442Z              ^^^^^^^^^^^^^^^^^
2023-12-02T04:10:51.660205600Z   File "/usr/local/lib/python3.11/site-packages/openai/api_requestor.py", line 619, in request_raw
2023-12-02T04:10:51.660209026Z     raise error.APIConnectionError(
2023-12-02T04:10:51.660212288Z openai.error.APIConnectionError: Error communicating with OpenAI: ('Connection aborted.', TimeoutError('The write operation timed out'))
2023-12-02T04:10:51.660215703Z Traceback (most recent call last):
2023-12-02T04:10:51.660218751Z   File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 791, in urlopen
2023-12-02T04:10:51.660222061Z     response = self._make_request(
2023-12-02T04:10:51.660225246Z                ^^^^^^^^^^^^^^^^^^^
2023-12-02T04:10:51.660228342Z   File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 497, in _make_request
2023-12-02T04:10:51.660231355Z     conn.request(
2023-12-02T04:10:51.660234430Z   File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 409, in request
2023-12-02T04:10:51.660236708Z     self.send(chunk)
2023-12-02T04:10:51.660238704Z   File "/usr/local/lib/python3.11/http/client.py", line 1002, in send
2023-12-02T04:10:51.660240805Z     self.sock.sendall(data)
2023-12-02T04:10:51.660242802Z   File "/usr/local/lib/python3.11/ssl.py", line 1274, in sendall
2023-12-02T04:10:51.660244919Z     v = self.send(byte_view[count:])
2023-12-02T04:10:51.660246930Z         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2023-12-02T04:10:51.660248939Z   File "/usr/local/lib/python3.11/ssl.py", line 1243, in send
2023-12-02T04:10:51.660251000Z     return self._sslobj.write(data)
2023-12-02T04:10:51.660253061Z            ^^^^^^^^^^^^^^^^^^^^^^^^
2023-12-02T04:10:51.660255051Z TimeoutError: The write operation timed out
2023-12-02T04:10:51.660257160Z
2023-12-02T04:10:51.660259279Z During handling of the above exception, another exception occurred:
2023-12-02T04:10:51.660261359Z
2023-12-02T04:10:51.660263338Z Traceback (most recent call last):
2023-12-02T04:10:51.660265327Z   File "/usr/local/lib/python3.11/site-packages/requests/adapters.py", line 486, in send
2023-12-02T04:10:51.660267439Z     resp = conn.urlopen(
2023-12-02T04:10:51.660269508Z            ^^^^^^^^^^^^^
2023-12-02T04:10:51.660271513Z   File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 845, in urlopen
2023-12-02T04:10:51.660273646Z     retries = retries.increment(
2023-12-02T04:10:51.660275738Z               ^^^^^^^^^^^^^^^^^^
2023-12-02T04:10:51.660277730Z   File "/usr/local/lib/python3.11/site-packages/urllib3/util/retry.py", line 470, in increment
2023-12-02T04:10:51.660282015Z     raise reraise(type(error), error, _stacktrace)
2023-12-02T04:10:51.660284121Z           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2023-12-02T04:10:51.660286166Z   File "/usr/local/lib/python3.11/site-packages/urllib3/util/util.py", line 38, in reraise
2023-12-02T04:10:51.660288324Z     raise value.with_traceback(tb)
2023-12-02T04:10:51.660290365Z   File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 791, in urlopen
2023-12-02T04:10:51.660292909Z     response = self._make_request(
2023-12-02T04:10:51.660294922Z                ^^^^^^^^^^^^^^^^^^^
2023-12-02T04:10:51.660296926Z   File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 497, in _make_request
2023-12-02T04:10:51.660299050Z     conn.request(
2023-12-02T04:10:51.660301033Z   File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 409, in request
2023-12-02T04:10:51.660303177Z     self.send(chunk)
2023-12-02T04:10:51.660305216Z   File "/usr/local/lib/python3.11/http/client.py", line 1002, in send
2023-12-02T04:10:51.660307297Z     self.sock.sendall(data)
2023-12-02T04:10:51.660309301Z   File "/usr/local/lib/python3.11/ssl.py", line 1274, in sendall
2023-12-02T04:10:51.660311376Z     v = self.send(byte_view[count:])
2023-12-02T04:10:51.660313382Z         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2023-12-02T04:10:51.660315365Z   File "/usr/local/lib/python3.11/ssl.py", line 1243, in send
2023-12-02T04:10:51.660317443Z     return self._sslobj.write(data)
2023-12-02T04:10:51.660319451Z            ^^^^^^^^^^^^^^^^^^^^^^^^
2023-12-02T04:10:51.660321473Z urllib3.exceptions.ProtocolError: ('Connection aborted.', TimeoutError('The write operation timed out'))
2023-12-02T04:10:51.660323763Z
2023-12-02T04:10:51.660325677Z During handling of the above exception, another exception occurred:
2023-12-02T04:10:51.660327887Z
2023-12-02T04:10:51.660329782Z Traceback (most recent call last):
2023-12-02T04:10:51.660331820Z   File "/usr/local/lib/python3.11/site-packages/openai/api_requestor.py", line 606, in request_raw
2023-12-02T04:10:51.660333969Z     result = _thread_context.session.request(
2023-12-02T04:10:51.660335987Z              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2023-12-02T04:10:51.660338065Z   File "/usr/local/lib/python3.11/site-packages/requests/sessions.py", line 589, in request
2023-12-02T04:10:51.660340336Z     resp = self.send(prep, **send_kwargs)
2023-12-02T04:10:51.660342346Z            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2023-12-02T04:10:51.660344369Z   File "/usr/local/lib/python3.11/site-packages/requests/sessions.py", line 703, in send
2023-12-02T04:10:51.660346540Z     r = adapter.send(request, **kwargs)
2023-12-02T04:10:51.660348582Z         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2023-12-02T04:10:51.660352401Z   File "/usr/local/lib/python3.11/site-packages/requests/adapters.py", line 501, in send
2023-12-02T04:10:51.660356610Z     raise ConnectionError(err, request=request)
2023-12-02T04:10:51.660358809Z requests.exceptions.ConnectionError: ('Connection aborted.', TimeoutError('The write operation timed out'))
2023-12-02T04:10:51.660360959Z
2023-12-02T04:10:51.660362878Z The above exception was the direct cause of the following exception:
2023-12-02T04:10:51.660365058Z
2023-12-02T04:10:51.660366968Z Traceback (most recent call last):
2023-12-02T04:10:51.660368982Z   File "core/speech_server.py", line 241, in core.speech_server.SpeechServer.write_wav
2023-12-02T04:10:51.660371103Z   File "sdk/stt.py", line 23, in sdk.stt.SttSdk.transcribe
2023-12-02T04:10:51.660373267Z   File "sdk/stt.py", line 24, in sdk.stt.SttSdk.transcribe
2023-12-02T04:10:51.660375339Z   File "sdk/stt.py", line 50, in sdk.stt.SttSdk.openai_whisper
2023-12-02T04:10:51.660377794Z   File "/usr/local/lib/python3.11/site-packages/openai/api_resources/audio.py", line 72, in transcribe
2023-12-02T04:10:51.660380020Z     response, _, api_key = requestor.request("post", url, files=files, params=data)
2023-12-02T04:10:51.660382226Z                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2023-12-02T04:10:51.660384319Z   File "/usr/local/lib/python3.11/site-packages/openai/api_requestor.py", line 289, in request
2023-12-02T04:10:51.660386547Z     result = self.request_raw(
2023-12-02T04:10:51.660388561Z              ^^^^^^^^^^^^^^^^^
2023-12-02T04:10:51.660390563Z   File "/usr/local/lib/python3.11/site-packages/openai/api_requestor.py", line 619, in request_raw
2023-12-02T04:10:51.660392756Z     raise error.APIConnectionError(
2023-12-02T04:10:51.660394806Z openai.error.APIConnectionError: Error communicating with OpenAI: ('Connection aborted.', TimeoutError('The write operation timed out'))
2023-12-02T04:10:51.660470689Z 2023-12-02 12:10:51,659 - DEBUG - Publish topic: /user/folotoy/08d1f9c69b50/thing/command/call, msg: {"msgId": 3, "identifier": "audioplay_cmd", "inputParams": {"recordingId": 0, "total": 0}}
2023-12-02T04:11:46.467303706Z 2023-12-02 12:11:46,467 - DEBUG - Publish topic: /user/folotoy/08d1f9c5fa3c/thing/command/call, msg: {"msgId": 2, "identifier": "audioplay_cmd", "inputParams": {"recordingId": 1, "total": 0}}
2023-12-02T04:11:46.471531375Z 2023-12-02 12:11:46,469 - ERROR - LLM error: Traceback (most recent call last):
2023-12-02T04:11:46.471553147Z   File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 791, in urlopen
2023-12-02T04:11:46.471557704Z     response = self._make_request(
2023-12-02T04:11:46.471560838Z                ^^^^^^^^^^^^^^^^^^^
2023-12-02T04:11:46.471564097Z   File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 497, in _make_request
2023-12-02T04:11:46.471567587Z     conn.request(
2023-12-02T04:11:46.471570542Z   File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 409, in request
2023-12-02T04:11:46.471580723Z     self.send(chunk)
2023-12-02T04:11:46.471582968Z   File "/usr/local/lib/python3.11/http/client.py", line 1002, in send
2023-12-02T04:11:46.471585249Z     self.sock.sendall(data)
2023-12-02T04:11:46.471587255Z   File "/usr/local/lib/python3.11/ssl.py", line 1274, in sendall
2023-12-02T04:11:46.471589417Z     v = self.send(byte_view[count:])
2023-12-02T04:11:46.471591579Z         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2023-12-02T04:11:46.471593954Z   File "/usr/local/lib/python3.11/ssl.py", line 1243, in send
2023-12-02T04:11:46.471597065Z     return self._sslobj.write(data)
2023-12-02T04:11:46.471600098Z            ^^^^^^^^^^^^^^^^^^^^^^^^
2023-12-02T04:11:46.471603005Z TimeoutError: The write operation timed out
2023-12-02T04:11:46.471606133Z
2023-12-02T04:11:46.471609031Z During handling of the above exception, another exception occurred:
2023-12-02T04:11:46.471612304Z
2023-12-02T04:11:46.471615192Z Traceback (most recent call last):
2023-12-02T04:11:46.471617290Z   File "/usr/local/lib/python3.11/site-packages/requests/adapters.py", line 486, in send
2023-12-02T04:11:46.471619561Z     resp = conn.urlopen(
2023-12-02T04:11:46.471621583Z            ^^^^^^^^^^^^^
2023-12-02T04:11:46.471623645Z   File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 845, in urlopen
2023-12-02T04:11:46.471625844Z     retries = retries.increment(
2023-12-02T04:11:46.471627864Z               ^^^^^^^^^^^^^^^^^^
2023-12-02T04:11:46.471629885Z   File "/usr/local/lib/python3.11/site-packages/urllib3/util/retry.py", line 470, in increment
2023-12-02T04:11:46.471632210Z     raise reraise(type(error), error, _stacktrace)
2023-12-02T04:11:46.471634626Z           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2023-12-02T04:11:46.471636723Z   File "/usr/local/lib/python3.11/site-packages/urllib3/util/util.py", line 38, in reraise
2023-12-02T04:11:46.471638865Z     raise value.with_traceback(tb)
2023-12-02T04:11:46.471640899Z   File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 791, in urlopen
2023-12-02T04:11:46.471643090Z     response = self._make_request(
2023-12-02T04:11:46.471645471Z                ^^^^^^^^^^^^^^^^^^^
2023-12-02T04:11:46.471647504Z   File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 497, in _make_request
2023-12-02T04:11:46.471649735Z     conn.request(
2023-12-02T04:11:46.471651714Z   File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 409, in request
2023-12-02T04:11:46.471653868Z     self.send(chunk)
2023-12-02T04:11:46.471656577Z   File "/usr/local/lib/python3.11/http/client.py", line 1002, in send
2023-12-02T04:11:46.471660813Z     self.sock.sendall(data)
2023-12-02T04:11:46.471662960Z   File "/usr/local/lib/python3.11/ssl.py", line 1274, in sendall
2023-12-02T04:11:46.471665086Z     v = self.send(byte_view[count:])
2023-12-02T04:11:46.471667103Z         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2023-12-02T04:11:46.471669094Z   File "/usr/local/lib/python3.11/ssl.py", line 1243, in send
2023-12-02T04:11:46.471671177Z     return self._sslobj.write(data)
2023-12-02T04:11:46.471673173Z            ^^^^^^^^^^^^^^^^^^^^^^^^
2023-12-02T04:11:46.471675221Z urllib3.exceptions.ProtocolError: ('Connection aborted.', TimeoutError('The write operation timed out'))
2023-12-02T04:11:46.471677427Z
2023-12-02T04:11:46.471679396Z During handling of the above exception, another exception occurred:
2023-12-02T04:11:46.471681486Z
2023-12-02T04:11:46.471683384Z Traceback (most recent call last):
2023-12-02T04:11:46.471685402Z   File "/usr/local/lib/python3.11/site-packages/openai/api_requestor.py", line 606, in request_raw
2023-12-02T04:11:46.471687604Z     result = _thread_context.session.request(
2023-12-02T04:11:46.471689627Z              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2023-12-02T04:11:46.471691662Z   File "/usr/local/lib/python3.11/site-packages/requests/sessions.py", line 589, in request
2023-12-02T04:11:46.471693788Z     resp = self.send(prep, **send_kwargs)
2023-12-02T04:11:46.471695827Z            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2023-12-02T04:11:46.471697833Z   File "/usr/local/lib/python3.11/site-packages/requests/sessions.py", line 703, in send
2023-12-02T04:11:46.471699952Z     r = adapter.send(request, **kwargs)
2023-12-02T04:11:46.471701941Z         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2023-12-02T04:11:46.471703958Z   File "/usr/local/lib/python3.11/site-packages/requests/adapters.py", line 501, in send
2023-12-02T04:11:46.471706094Z     raise ConnectionError(err, request=request)
2023-12-02T04:11:46.471708179Z requests.exceptions.ConnectionError: ('Connection aborted.', TimeoutError('The write operation timed out'))
2023-12-02T04:11:46.471710346Z
2023-12-02T04:11:46.471712394Z The above exception was the direct cause of the following exception:
2023-12-02T04:11:46.471714469Z
2023-12-02T04:11:46.471716377Z Traceback (most recent call last):
2023-12-02T04:11:46.471718538Z   File "core/speech_server.py", line 241, in core.speech_server.SpeechServer.write_wav
2023-12-02T04:11:46.471722016Z   File "sdk/stt.py", line 23, in sdk.stt.SttSdk.transcribe
2023-12-02T04:11:46.471725248Z   File "sdk/stt.py", line 24, in sdk.stt.SttSdk.transcribe
2023-12-02T04:11:46.471728384Z   File "sdk/stt.py", line 50, in sdk.stt.SttSdk.openai_whisper
2023-12-02T04:11:46.471736935Z   File "/usr/local/lib/python3.11/site-packages/openai/api_resources/audio.py", line 72, in transcribe
2023-12-02T04:11:46.471744756Z     response, _, api_key = requestor.request("post", url, files=files, params=data)
2023-12-02T04:11:46.471748367Z                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2023-12-02T04:11:46.471751996Z   File "/usr/local/lib/python3.11/site-packages/openai/api_requestor.py", line 289, in request
2023-12-02T04:11:46.471754823Z     result = self.request_raw(
2023-12-02T04:11:46.471756928Z              ^^^^^^^^^^^^^^^^^
2023-12-02T04:11:46.471758922Z   File "/usr/local/lib/python3.11/site-packages/openai/api_requestor.py", line 619, in request_raw
2023-12-02T04:11:46.471761085Z     raise error.APIConnectionError(
2023-12-02T04:11:46.471763139Z openai.error.APIConnectionError: Error communicating with OpenAI: ('Connection aborted.', TimeoutError('The write operation timed out'))
2023-12-02T04:11:46.471765472Z Traceback (most recent call last):
2023-12-02T04:11:46.471767490Z   File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 791, in urlopen
2023-12-02T04:11:46.471769634Z     response = self._make_request(
2023-12-02T04:11:46.471771638Z                ^^^^^^^^^^^^^^^^^^^
2023-12-02T04:11:46.471773712Z   File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 497, in _make_request
2023-12-02T04:11:46.471775855Z     conn.request(
2023-12-02T04:11:46.471777967Z   File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 409, in request
2023-12-02T04:11:46.471780092Z     self.send(chunk)
2023-12-02T04:11:46.471782092Z   File "/usr/local/lib/python3.11/http/client.py", line 1002, in send
2023-12-02T04:11:46.471784203Z     self.sock.sendall(data)
2023-12-02T04:11:46.471786195Z   File "/usr/local/lib/python3.11/ssl.py", line 1274, in sendall
2023-12-02T04:11:46.471788284Z     v = self.send(byte_view[count:])
2023-12-02T04:11:46.471790426Z         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2023-12-02T04:11:46.471792430Z   File "/usr/local/lib/python3.11/ssl.py", line 1243, in send
2023-12-02T04:11:46.471794569Z     return self._sslobj.write(data)
2023-12-02T04:11:46.471796584Z            ^^^^^^^^^^^^^^^^^^^^^^^^
2023-12-02T04:11:46.471798588Z TimeoutError: The write operation timed out
2023-12-02T04:11:46.471800633Z
2023-12-02T04:11:46.471802561Z During handling of the above exception, another exception occurred:
2023-12-02T04:11:46.471804646Z
2023-12-02T04:11:46.471806541Z Traceback (most recent call last):
2023-12-02T04:11:46.471808553Z   File "/usr/local/lib/python3.11/site-packages/requests/adapters.py", line 486, in send
2023-12-02T04:11:46.471810695Z     resp = conn.urlopen(
2023-12-02T04:11:46.471812668Z            ^^^^^^^^^^^^^
2023-12-02T04:11:46.471814692Z   File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 845, in urlopen
2023-12-02T04:11:46.471818533Z     retries = retries.increment(
2023-12-02T04:11:46.471820559Z               ^^^^^^^^^^^^^^^^^^
2023-12-02T04:11:46.471822559Z   File "/usr/local/lib/python3.11/site-packages/urllib3/util/retry.py", line 470, in increment
2023-12-02T04:11:46.471824714Z     raise reraise(type(error), error, _stacktrace)
2023-12-02T04:11:46.471826739Z           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2023-12-02T04:11:46.471828782Z   File "/usr/local/lib/python3.11/site-packages/urllib3/util/util.py", line 38, in reraise
2023-12-02T04:11:46.471830900Z     raise value.with_traceback(tb)
2023-12-02T04:11:46.471833009Z   File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 791, in urlopen
2023-12-02T04:11:46.471835531Z     response = self._make_request(
2023-12-02T04:11:46.471837578Z                ^^^^^^^^^^^^^^^^^^^
2023-12-02T04:11:46.471839580Z   File "/usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 497, in _make_request
2023-12-02T04:11:46.471841762Z     conn.request(
2023-12-02T04:11:46.471843731Z   File "/usr/local/lib/python3.11/site-packages/urllib3/connection.py", line 409, in request
2023-12-02T04:11:46.471845879Z     self.send(chunk)
2023-12-02T04:11:46.471847928Z   File "/usr/local/lib/python3.11/http/client.py", line 1002, in send
2023-12-02T04:11:46.471850068Z     self.sock.sendall(data)
2023-12-02T04:11:46.471852045Z   File "/usr/local/lib/python3.11/ssl.py", line 1274, in sendall
2023-12-02T04:11:46.471854156Z     v = self.send(byte_view[count:])
2023-12-02T04:11:46.471856158Z         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2023-12-02T04:11:46.471858162Z   File "/usr/local/lib/python3.11/ssl.py", line 1243, in send
2023-12-02T04:11:46.471860210Z     return self._sslobj.write(data)
2023-12-02T04:11:46.471862238Z            ^^^^^^^^^^^^^^^^^^^^^^^^
2023-12-02T04:11:46.471864259Z urllib3.exceptions.ProtocolError: ('Connection aborted.', TimeoutError('The write operation timed out'))
2023-12-02T04:11:46.471866437Z
2023-12-02T04:11:46.471868358Z During handling of the above exception, another exception occurred:
2023-12-02T04:11:46.471870521Z
2023-12-02T04:11:46.471872398Z Traceback (most recent call last):
2023-12-02T04:11:46.471874422Z   File "/usr/local/lib/python3.11/site-packages/openai/api_requestor.py", line 606, in request_raw
2023-12-02T04:11:46.471876559Z     result = _thread_context.session.request(
2023-12-02T04:11:46.471878571Z              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2023-12-02T04:11:46.471880583Z   File "/usr/local/lib/python3.11/site-packages/requests/sessions.py", line 589, in request
2023-12-02T04:11:46.471882744Z     resp = self.send(prep, **send_kwargs)
2023-12-02T04:11:46.471884734Z            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2023-12-02T04:11:46.471888340Z   File "/usr/local/lib/python3.11/site-packages/requests/sessions.py", line 703, in send
2023-12-02T04:11:46.471890519Z     r = adapter.send(request, **kwargs)
2023-12-02T04:11:46.471892520Z         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2023-12-02T04:11:46.471894545Z   File "/usr/local/lib/python3.11/site-packages/requests/adapters.py", line 501, in send
2023-12-02T04:11:46.471896674Z     raise ConnectionError(err, request=request)
2023-12-02T04:11:46.471898715Z requests.exceptions.ConnectionError: ('Connection aborted.', TimeoutError('The write operation timed out'))
2023-12-02T04:11:46.471900919Z
2023-12-02T04:11:46.471902829Z The above exception was the direct cause of the following exception:
2023-12-02T04:11:46.471904913Z
2023-12-02T04:11:46.471906810Z Traceback (most recent call last):
2023-12-02T04:11:46.471908818Z   File "core/speech_server.py", line 241, in core.speech_server.SpeechServer.write_wav
2023-12-02T04:11:46.471911641Z   File "sdk/stt.py", line 23, in sdk.stt.SttSdk.transcribe
2023-12-02T04:11:46.471914705Z   File "sdk/stt.py", line 24, in sdk.stt.SttSdk.transcribe
2023-12-02T04:11:46.471917800Z   File "sdk/stt.py", line 50, in sdk.stt.SttSdk.openai_whisper
2023-12-02T04:11:46.471921393Z   File "/usr/local/lib/python3.11/site-packages/openai/api_resources/audio.py", line 72, in transcribe
2023-12-02T04:11:46.471924184Z     response, _, api_key = requestor.request("post", url, files=files, params=data)
2023-12-02T04:11:46.471927295Z                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2023-12-02T04:11:46.471930377Z   File "/usr/local/lib/python3.11/site-packages/openai/api_requestor.py", line 289, in request
2023-12-02T04:11:46.471933810Z     result = self.request_raw(
2023-12-02T04:11:46.471936839Z              ^^^^^^^^^^^^^^^^^
2023-12-02T04:11:46.471939747Z   File "/usr/local/lib/python3.11/site-packages/openai/api_requestor.py", line 619, in request_raw
2023-12-02T04:11:46.471942586Z     raise error.APIConnectionError(
2023-12-02T04:11:46.471945097Z openai.error.APIConnectionError: Error communicating with OpenAI: ('Connection aborted.', TimeoutError('The write operation timed out'))
2023-12-02T04:28:48.092524583Z 2023-12-02 12:28:48,091 - DEBUG - Received /user/folotoy/08d1f9c69348/thing/event/post: message data: {'msgId': 0, 'identifier': 'login', 'outParams': {'role': 4}}
2023-12-02T04:28:48.095553562Z 2023-12-02 12:28:48,095 - DEBUG - Publish topic: /user/folotoy/08d1f9c69348/thing/command/call, msg: {"msgId": 0, "identifier": "updatetoken", "inputParams": {"token": "d7660e3974044ecd9e352e484a6882dc"}}
2023-12-02T04:28:48.095637844Z 2023-12-02 12:28:48,095 - DEBUG - Publish topic: /user/folotoy/08d1f9c69348/thing/command/call, msg: {"msgId": 1, "identifier": "updateconfig", "inputParams": {"speechUdpServerHost": "47.106.38.65", "speechUdpServerPort": 8085}}
2023-12-02T04:28:54.572099892Z 2023-12-02 12:28:54,571 - DEBUG - Received /user/folotoy/08d1f9c69348/thing/command/callAck: message data: {'msgId': 0, 'identifier': 'updatetoken', 'result': 1}
2023-12-02T04:28:54.572208395Z 2023-12-02 12:28:54,572 - DEBUG - Command call ack: True, topic_tokens: {'#': [], '+': ['08d1f9c69348']}
2023-12-02T04:28:56.382642188Z 2023-12-02 12:28:56,382 - DEBUG - Received /user/folotoy/08d1f9c69348/thing/command/callAck: message data: {'msgId': 1, 'identifier': 'updateconfig', 'result': 1}
2023-12-02T04:28:56.382676641Z 2023-12-02 12:28:56,382 - DEBUG - Command call ack: True, topic_tokens: {'#': [], '+': ['08d1f9c69348']}
2023-12-02T04:29:00.379960574Z 2023-12-02 12:29:00,379 - DEBUG - Received /user/folotoy/08d1f9c69348/thing/event/post: message data: {'msgId': 1, 'identifier': 'press_small_btn', 'outParams': {'keyCode': 7, 'changed': 1}}
2023-12-02T04:29:00.382508742Z 2023-12-02 12:29:00,382 - DEBUG - Publish topic: /user/folotoy/08d1f9c69348/thing/command/call, msg: {"msgId": 2, "identifier": "updatestartvoice", "inputParams": {"url": "http://47.106.38.65:8082/voice-52ac69e2139e45bda066642acbff4552.mp3", "keyCode": 7, "etag": "6b514880341cc070f3b5b34a122395c7"}}
2023-12-02T04:29:03.479989069Z 2023-12-02 12:29:03,479 - DEBUG - Received /user/folotoy/08d1f9c69348/thing/command/callAck: message data: {'msgId': 2, 'identifier': 'updatestartvoice', 'result': 1}
2023-12-02T04:29:03.480057763Z 2023-12-02 12:29:03,479 - DEBUG - Command call ack: True, topic_tokens: {'#': [], '+': ['08d1f9c69348']}
2023-12-02T04:29:11.481819632Z 2023-12-02 12:29:11,481 - DEBUG - Received /user/folotoy/08d1f9c69348/thing/event/post: message data: {'msgId': 2, 'identifier': 'press_small_btn', 'outParams': {'keyCode': 7, 'changed': 1}}
2023-12-02T04:29:11.481846599Z 2023-12-02 12:29:11,481 - DEBUG - Publish topic: /user/folotoy/08d1f9c69348/thing/command/call, msg: {"msgId": 3, "identifier": "updatestartvoice", "inputParams": {"url": "http://47.106.38.65:8082/voice-52ac69e2139e45bda066642acbff4552.mp3", "keyCode": 7, "etag": "6b514880341cc070f3b5b34a122395c7"}}
2023-12-02T04:29:14.572142919Z 2023-12-02 12:29:14,571 - DEBUG - Received /user/folotoy/08d1f9c69348/thing/command/callAck: message data: {'msgId': 3, 'identifier': 'updatestartvoice', 'result': 1}
2023-12-02T04:29:14.572185547Z 2023-12-02 12:29:14,572 - DEBUG - Command call ack: True, topic_tokens: {'#': [], '+': ['08d1f9c69348']}
2023-12-02T04:30:18.859133217Z 2023-12-02 12:30:18,858 - DEBUG - Received /user/folotoy/08d1f9c6153c/thing/event/post: message data: {'msgId': 0, 'identifier': 'login', 'outParams': {'role': 2}}
2023-12-02T04:30:18.859220432Z 2023-12-02 12:30:18,859 - DEBUG - Publish topic: /user/folotoy/08d1f9c6153c/thing/command/call, msg: {"msgId": 0, "identifier": "updatetoken", "inputParams": {"token": "c8f490b06ee44598be9dc50112974ca5"}}
2023-12-02T04:30:18.859323317Z 2023-12-02 12:30:18,859 - DEBUG - Publish topic: /user/folotoy/08d1f9c6153c/thing/command/call, msg: {"msgId": 1, "identifier": "updateconfig", "inputParams": {"speechUdpServerHost": "47.106.38.65", "speechUdpServerPort": 8085}}
2023-12-02T04:30:25.372377712Z 2023-12-02 12:30:25,372 - DEBUG - Received /user/folotoy/08d1f9c6153c/thing/command/callAck: message data: {'msgId': 0, 'identifier': 'updatetoken', 'result': 1}
2023-12-02T04:30:25.372401078Z 2023-12-02 12:30:25,372 - DEBUG - Command call ack: True, topic_tokens: {'#': [], '+': ['08d1f9c6153c']}
2023-12-02T04:30:27.174747790Z 2023-12-02 12:30:27,174 - DEBUG - Received /user/folotoy/08d1f9c6153c/thing/command/callAck: message data: {'msgId': 1, 'identifier': 'updateconfig', 'result': 1}
2023-12-02T04:30:27.174784374Z 2023-12-02 12:30:27,174 - DEBUG - Command call ack: True, topic_tokens: {'#': [], '+': ['08d1f9c6153c']}
2023-12-02T04:30:33.186961990Z 2023-12-02 12:30:33,186 - DEBUG - Received /user/folotoy/08d1f9c6153c/thing/event/post: message data: {'msgId': 1, 'identifier': 'press_small_btn', 'outParams': {'keyCode': 7, 'changed': 1}}
2023-12-02T04:30:34.346409113Z 2023-12-02 12:30:34,346 - DEBUG - TTS(azure-tts) request time cost: 1.13s
2023-12-02T04:30:34.346426262Z 2023-12-02 12:30:34,346 - DEBUG - Speech synthesized for text [你好,睿睿,我是小科蚪,你有什么编程问题吗?]
2023-12-02T04:30:34.633469626Z 2023-12-02 12:30:34,633 - DEBUG - Publish topic: /user/folotoy/08d1f9c6153c/thing/command/call, msg: {"msgId": 2, "identifier": "updatestartvoice", "inputParams": {"url": "http://47.106.38.65:8082/voice-3a5bd38f3e4349e5bf9aa0b9fb7a79bc.mp3", "keyCode": 7, "etag": "05810835c3a8dcfffe5385eb15ba7bb4"}}
2023-12-02T04:30:36.269160081Z 2023-12-02 12:30:36,268 - DEBUG - Received /user/folotoy/08d1f9c6153c/thing/command/callAck: message data: {'msgId': 2, 'identifier': 'updatestartvoice', 'result': 1}
2023-12-02T04:30:36.269192518Z 2023-12-02 12:30:36,269 - DEBUG - Command call ack: True, topic_tokens: {'#': [], '+': ['08d1f9c6153c']}
2023-12-02T04:31:24.257946736Z 2023-12-02 12:31:24,257 - DEBUG - Received /user/folotoy/08d1f9c6153c/thing/event/post: message data: {'msgId': 2, 'identifier': 'press_small_btn', 'outParams': {'keyCode': 4, 'changed': 1}}
2023-12-02T04:31:24.316307006Z 2023-12-02 12:31:24,316 - DEBUG - Starting new HTTPS connection (1): openai-api.magickchat.com:443
2023-12-02T04:31:25.477962531Z 2023-12-02 12:31:25,477 - DEBUG - https://openai-api.magickchat.com:443 "POST /v1/audio/speech HTTP/1.1" 200 None
2023-12-02T04:31:26.063110349Z 2023-12-02 12:31:26,061 - DEBUG - TTS(openai-tts) request time cost: 1.80s
2023-12-02T04:31:26.063138519Z 2023-12-02 12:31:26,062 - DEBUG - Publish topic: /user/folotoy/08d1f9c6153c/thing/command/call, msg: {"msgId": 3, "identifier": "updatestartvoice", "inputParams": {"url": "http://47.106.38.65:8082/voice-02dfd861c3be45e88a5c6706fd1e8d9f.mp3", "keyCode": 4, "etag": "91400727027e4263967dc9d8e84513f9"}}
2023-12-02T04:31:27.342873106Z 2023-12-02 12:31:27,342 - DEBUG - Received /user/folotoy/08d1f9c6153c/thing/command/callAck: message data: {'msgId': 3, 'identifier': 'updatestartvoice', 'result': 1}
2023-12-02T04:31:27.342903182Z 2023-12-02 12:31:27,342 - DEBUG - Command call ack: True, topic_tokens: {'#': [], '+': ['08d1f9c6153c']}
2023-12-02T04:33:43.395218520Z 2023-12-02 12:33:43,394 - DEBUG - Received /user/folotoy/08d1f9c6153c/thing/event/post: message data: {'msgId': 0, 'identifier': 'login', 'outParams': {'role': 2}}
2023-12-02T04:33:43.395311147Z 2023-12-02 12:33:43,395 - DEBUG - Publish topic: /user/folotoy/08d1f9c6153c/thing/command/call, msg: {"msgId": 0, "identifier": "updatetoken", "inputParams": {"token": "d7cdc48269e44c33bd5e98cf66bbe787"}}
2023-12-02T04:33:43.395380860Z 2023-12-02 12:33:43,395 - DEBUG - Publish topic: /user/folotoy/08d1f9c6153c/thing/command/call, msg: {"msgId": 1, "identifier": "updateconfig", "inputParams": {"speechUdpServerHost": "47.106.38.65", "speechUdpServerPort": 8085}}
2023-12-02T04:33:48.401532731Z 2023-12-02 12:33:48,401 - DEBUG - Received /user/folotoy/08d1f9c6153c/thing/event/post: message data: {'msgId': 1, 'identifier': 'press_small_btn', 'outParams': {'keyCode': 2, 'changed': 0}}
2023-12-02T04:33:48.401565667Z 2023-12-02 12:33:48,401 - DEBUG - Role no changed, empty the messages
2023-12-02T04:33:49.416802072Z 2023-12-02 12:33:49,416 - DEBUG - Received /user/folotoy/08d1f9c6153c/thing/command/callAck: message data: {'msgId': 0, 'identifier': 'updatetoken', 'result': 1}
2023-12-02T04:33:49.416837490Z 2023-12-02 12:33:49,416 - DEBUG - Command call ack: True, topic_tokens: {'#': [], '+': ['08d1f9c6153c']}
2023-12-02T04:33:51.255222861Z 2023-12-02 12:33:51,254 - DEBUG - Received /user/folotoy/08d1f9c6153c/thing/command/callAck: message data: {'msgId': 1, 'identifier': 'updateconfig', 'result': 1}
2023-12-02T04:33:51.255248793Z 2023-12-02 12:33:51,255 - DEBUG - Command call ack: True, topic_tokens: {'#': [], '+': ['08d1f9c6153c']}
2023-12-02T04:33:59.308646337Z 2023-12-02 12:33:59,308 - DEBUG - Received /user/folotoy/08d1f9c6153c/thing/event/post: message data: {'msgId': 2, 'identifier': 'press_small_btn', 'outParams': {'keyCode': 3, 'changed': 1}}
2023-12-02T04:33:59.310347232Z 2023-12-02 12:33:59,309 - DEBUG - Starting new HTTPS connection (1): openai-api.magickchat.com:443
2023-12-02T04:34:01.001354030Z 2023-12-02 12:34:01,000 - DEBUG - https://openai-api.magickchat.com:443 "POST /v1/audio/speech HTTP/1.1" 200 None
2023-12-02T04:34:01.639447677Z 2023-12-02 12:34:01,639 - DEBUG - TTS(openai-tts) request time cost: 2.33s
2023-12-02T04:34:01.643066504Z 2023-12-02 12:34:01,640 - DEBUG - Publish topic: /user/folotoy/08d1f9c6153c/thing/command/call, msg: {"msgId": 2, "identifier": "updatestartvoice", "inputParams": {"url": "http://47.106.38.65:8082/voice-4919e75f2fbf41ee88536c702490c797.mp3", "keyCode": 3, "etag": "4d53d596198657c4598b25d497ee291b"}}
2023-12-02T04:34:04.395334926Z 2023-12-02 12:34:04,395 - DEBUG - Received /user/folotoy/08d1f9c6153c/thing/command/callAck: message data: {'msgId': 2, 'identifier': 'updatestartvoice', 'result': 1}
2023-12-02T04:34:04.395355116Z 2023-12-02 12:34:04,395 - DEBUG - Command call ack: True, topic_tokens: {'#': [], '+': ['08d1f9c6153c']}
2023-12-02T04:35:20.273093670Z 2023-12-02 12:35:20,272 - DEBUG - Peer: ('116.76.196.27', 59996) Len: 20B
2023-12-02T04:35:20.273313802Z 2023-12-02 12:35:20,272 - DEBUG - Received token: d7cdc48269e44c33bd5e98cf66bbe787 RecordingId: 2
2023-12-02T04:35:20.273328805Z 2023-12-02 12:35:20,272 - DEBUG - Received frame type: b'\x02'
2023-12-02T04:35:20.346981254Z 2023-12-02 12:35:20,346 - DEBUG - Peer: ('116.76.196.27', 59996) Len: 1043B
2023-12-02T04:35:20.347011910Z 2023-12-02 12:35:20,346 - DEBUG - Received token: d7cdc48269e44c33bd5e98cf66bbe787 RecordingId: 2
2023-12-02T04:35:20.347094566Z 2023-12-02 12:35:20,346 - DEBUG - Received frame type: b'\x01'
2023-12-02T04:35:20.348343406Z 2023-12-02 12:35:20,348 - DEBUG - Peer: ('116.76.196.27', 59996) Len: 1043B
2023-12-02T04:35:20.348357834Z 2023-12-02 12:35:20,348 - DEBUG - Received token: d7cdc48269e44c33bd5e98cf66bbe787 RecordingId: 2
2023-12-02T04:35:20.348381688Z 2023-12-02 12:35:20,348 - DEBUG - Received frame type: b'\x01'
2023-12-02T04:35:20.378776369Z 2023-12-02 12:35:20,378 - DEBUG - Peer: ('116.76.196.27', 59996) Len: 1043B
2023-12-02T04:35:20.378811182Z 2023-12-02 12:35:20,378 - DEBUG - Received token: d7cdc48269e44c33bd5e98cf66bbe787 RecordingId: 2
2023-12-02T04:35:20.378881457Z 2023-12-02 12:35:20,378 - DEBUG - Received frame type: b'\x01'
2023-12-02T04:35:20.389577103Z 2023-12-02 12:35:20,389 - DEBUG - Peer: ('116.76.196.27', 59996) Len: 1043B
2023-12-02T04:35:20.389594270Z 2023-12-02 12:35:20,389 - DEBUG - Received token: d7cdc48269e44c33bd5e98cf66bbe787 RecordingId: 2
2023-12-02T04:35:20.389597418Z 2023-12-02 12:35:20,389 - DEBUG - Received frame type: b'\x01'
[root@iZwz9blngzqalt0mglj3h0Z ~]# docker logs -t --tail 500 folotoy-server-folotoy-1
2023-12-02T04:01:45.639452298Z 2023-12-02 12:01:45,637 - DEBUG - Received token: d5d54409fb3d4fac99f7a895aa740a6d RecordingId: 1
2023-12-02T04:01:45.639454596Z 2023-12-02 12:01:45,637 - DEBUG - Received frame type: b'\x01'
2023-12-02T04:01:45.655261709Z 2023-12-02 12:01:45,655 - DEBUG - Peer: ('116.76.196.27', 51082) Len: 1043B
2023-12-02T04:01:45.655311091Z 2023-12-02 12:01:45,655 - DEBUG - Received token: d5d54409fb3d4fac99f7a895aa740a6d RecordingId: 1
2023-12-02T04:01:45.655314968Z 2023-12-02 12:01:45,655 - DEBUG - Received frame type: b'\x01'
2023-12-02T04:01:45.656637748Z 2023-12-02 12:01:45,656 - DEBUG - Peer: ('116.76.196.27', 51082) Len: 1043B
2023-12-02T04:01:45.656673227Z 2023-12-02 12:01:45,656 - DEBUG - Received token: d5d54409fb3d4fac99f7a895aa740a6d RecordingId: 1
2023-12-02T04:01:45.656676641Z 2023-12-02 12:01:45,656 - DEBUG - Received frame type: b'\x01'
2023-12-02T04:01:45.688952466Z 2023-12-02 12:01:45,688 - DEBUG - Peer: ('116.76.196.27', 51082) Len: 1043B
2023-12-02T04:01:45.688977887Z 2023-12-02 12:01:45,688 - DEBUG - Received token: d5d54409fb3d4fac99f7a895aa740a6d RecordingId: 1
2023-12-02T04:01:45.689048160Z 2023-12-02 12:01:45,688 - DEBUG - Received frame type: b'\x01'
2023-12-02T04:01:45.690598012Z 2023-12-02 12:01:45,690 - DEBUG - Peer: ('116.76.196.27', 51082) Len: 1043B
2023-12-02T04:01:45.690633526Z 2023-12-02 12:01:45,690 - DEBUG - Received token: d5d54409fb3d4fac99f7a895aa740a6d RecordingId: 1
2023-12-02T04:01:45.690637026Z 2023-12-02 12:01:45,690 - DEBUG - Received frame type: b'\x01'
2023-12-02T04:01:45.719482375Z 2023-12-02 12:01:45,719 - DEBUG - Peer: ('116.76.196.27', 51082) Len: 1043B
2023-12-02T04:01:45.719573868Z 2023-12-02 12:01:45,719 - DEBUG - Received token: d5d54409fb3d4fac99f7a895aa740a6d RecordingId: 1
2023-12-02T04:01:45.719595817Z 2023-12-02 12:01:45,719 - DEBUG - Received frame type: b'\x01'
2023-12-02T04:01:45.727511960Z 2023-12-02 12:01:45,727 - DEBUG - Peer: ('116.76.196.27', 51082) Len: 1043B
2023-12-02T04:01:45.727527959Z 2023-12-02 12:01:45,727 - DEBUG - Received token: d5d54409fb3d4fac99f7a895aa740a6d RecordingId: 1
2023-12-02T04:01:45.727530728Z 2023-12-02 12:01:45,727 - DEBUG - Received frame type: b'\x01'
2023-12-02T04:01:45.755812784Z 2023-12-02 12:01:45,755 - DEBUG - Peer: ('116.76.196.27', 51082) Len: 1043B
2023-12-02T04:01:45.755852803Z 2023-12-02 12:01:45,755 - DEBUG - Received token: d5d54409fb3d4fac99f7a895aa740a6d RecordingId: 1
2023-12-02T04:01:45.755856378Z 2023-12-02 12:01:45,755 - DEBUG - Received frame type: b'\x01'
2023-12-02T04:01:45.755922695Z 2023-12-02 12:01:45,755 - DEBUG - Peer: ('116.76.196.27', 51082) Len: 1043B
2023-12-02T04:01:45.755936927Z 2023-12-02 12:01:45,755 - DEBUG - Received token: d5d54409fb3d4fac99f7a895aa740a6d RecordingId: 1
2023-12-02T04:01:45.755939641Z 2023-12-02 12:01:45,755 - DEBUG - Received frame type: b'\x01'
2023-12-02T04:01:45.791731421Z 2023-12-02 12:01:45,791 - DEBUG - Peer: ('116.76.196.27', 51082) Len: 1043B
2023-12-02T04:01:45.791750753Z 2023-12-02 12:01:45,791 - DEBUG - Received token: d5d54409fb3d4fac99f7a895aa740a6d RecordingId: 1
2023-12-02T04:01:45.791840083Z 2023-12-02 12:01:45,791 - DEBUG - Received frame type: b'\x01'
2023-12-02T04:01:45.794420304Z 2023-12-02 12:01:45,794 - DEBUG - Peer: ('116.76.196.27', 51082) Len: 1043B
2023-12-02T04:01:45.794435474Z 2023-12-02 12:01:45,794 - DEBUG - Received token: d5d54409fb3d4fac99f7a895aa740a6d RecordingId: 1
2023-12-02T04:01:45.794487104Z 2023-12-02 12:01:45,794 - DEBUG - Received frame type: b'\x01'
2023-12-02T04:01:45.817055727Z 2023-12-02 12:01:45,816 - DEBUG - Peer: ('116.76.196.27', 51082) Len: 1043B
2023-12-02T04:01:45.817079449Z 2023-12-02 12:01:45,816 - DEBUG - Received token: d5d54409fb3d4fac99f7a895aa740a6d RecordingId: 1
2023-12-02T04:01:45.817082563Z 2023-12-02 12:01:45,816 - DEBUG - Received frame type: b'\x01'
2023-12-02T04:01:45.817925951Z 2023-12-02 12:01:45,817 - DEBUG - Peer: ('116.76.196.27', 51082) Len: 1043B
2023-12-02T04:01:45.817950147Z 2023-12-02 12:01:45,817 - DEBUG - Received token: d5d54409fb3d4fac99f7a895aa740a6d RecordingId: 1
2023-12-02T04:01:45.817953043Z 2023-12-02 12:01:45,817 - DEBUG - Received frame type: b'\x01'
2023-12-02T04:01:45.850039102Z 2023-12-02 12:01:45,849 - DEBUG - Peer: ('116.76.196.27', 51082) Len: 1043B
2023-12-02T04:01:45.850062459Z 2023-12-02 12:01:45,849 - DEBUG - Received token: d5d54409fb3d4fac99f7a895aa740a6d RecordingId: 1
2023-12-02T04:01:45.850065552Z 2023-12-02 12:01:45,849 - DEBUG - Received frame type: b'\x01'
2023-12-02T04:01:45.865588965Z 2023-12-02 12:01:45,865 - DEBUG - Peer: ('116.76.196.27', 51082) Len: 1043B
2023-12-02T04:01:45.865638927Z 2023-12-02 12:01:45,865 - DEBUG - Received token: d5d54409fb3d4fac99f7a895aa740a6d RecordingId: 1
2023-12-02T04:01:45.865645098Z 2023-12-02 12:01:45,865 - DEBUG - Received frame type: b'\x01'
2023-12-02T04:01:45.881058653Z 2023-12-02 12:01:45,880 - DEBUG - Peer: ('116.76.196.27', 51082) Len: 1043B
2023-12-02T04:01:45.881077813Z 2023-12-02 12:01:45,880 - DEBUG - Received token: d5d54409fb3d4fac99f7a895aa740a6d RecordingId: 1
2023-12-02T04:01:45.881080594Z 2023-12-02 12:01:45,880 - DEBUG - Received frame type: b'\x01'
2023-12-02T04:01:45.892500194Z 2023-12-02 12:01:45,892 - DEBUG - Peer: ('116.76.196.27', 51082) Len: 1043B
2023-12-02T04:01:45.892520945Z 2023-12-02 12:01:45,892 - DEBUG - Received token: d5d54409fb3d4fac99f7a895aa740a6d RecordingId: 1
2023-12-02T04:01:45.892582089Z 2023-12-02 12:01:45,892 - DEBUG - Received frame type: b'\x01'
2023-12-02T04:01:45.915005579Z 2023-12-02 12:01:45,914 - DEBUG - Peer: ('116.76.196.27', 51082) Len: 1043B
2023-12-02T04:01:45.915037386Z 2023-12-02 12:01:45,914 - DEBUG - Received token: d5d54409fb3d4fac99f7a895aa740a6d RecordingId: 1
2023-12-02T04:01:45.915097186Z 2023-12-02 12:01:45,914 - DEBUG - Received frame type: b'\x01'
2023-12-02T04:01:45.916458386Z 2023-12-02 12:01:45,916 - DEBUG - Peer: ('116.76.196.27', 51082) Len: 1043B
2023-12-02T04:01:45.916501761Z 2023-12-02 12:01:45,916 - DEBUG - Received token: d5d54409fb3d4fac99f7a895aa740a6d RecordingId: 1
2023-12-02T04:01:45.916507151Z 2023-12-02 12:01:45,916 - DEBUG - Received frame type: b'\x01'
2023-12-02T04:01:45.945343576Z 2023-12-02 12:01:45,945 - DEBUG - Peer: ('116.76.196.27', 51082) Len: 1043B
2023-12-02T04:01:45.945361793Z 2023-12-02 12:01:45,945 - DEBUG - Received token: d5d54409fb3d4fac99f7a895aa740a6d RecordingId: 1
2023-12-02T04:01:45.945364621Z 2023-12-02 12:01:45,945 - DEBUG - Received frame type: b'\x01'
2023-12-02T04:01:45.951758220Z 2023-12-02 12:01:45,951 - DEBUG - Peer: ('116.76.196.27', 51082) Len: 1043B
2023-12-02T04:01:45.951780190Z 2023-12-02 12:01:45,951 - DEBUG - Received token: d5d54409fb3d4fac99f7a895aa740a6d RecordingId: 1
2023-12-02T04:01:45.951784109Z 2023-12-02 12:01:45,951 - DEBUG - Received frame type: b'\x01'
2023-12-02T04:01:45.980588443Z 2023-12-02 12:01:45,980 - DEBUG - Peer: ('116.76.196.27', 51082) Len: 1043B
2023-12-02T04:01:45.980618311Z 2023-12-02 12:01:45,980 - DEBUG - Received token: d5d54409fb3d4fac99f7a895aa740a6d RecordingId: 1
2023-12-02T04:01:45.980629058Z 2023-12-02 12:01:45,980 - DEBUG - Received frame type: b'\x01'
2023-12-02T04:01:45.980865195Z 2023-12-02 12:01:45,980 - DEBUG - Peer: ('116.76.196.27', 51082) Len: 1043B
2023-12-02T04:01:45.980907176Z 2023-12-02 12:01:45,980 - DEBUG - Received token: d5d54409fb3d4fac99
skstudying commented 9 months ago

感觉是emqx的问题 这是emqx的log

[root@iZwz9blngzqalt0mglj3h0Z ~]# docker logs -t --tail 500 folotoy-server-emqx-1
2023-11-21T02:52:28.128223901Z WARNING: Default (insecure) Erlang cookie is in use.
2023-11-21T02:52:28.128262516Z WARNING: Configure node.cookie in /opt/emqx/etc/emqx.conf or override from environment variable EMQX_NODE__COOKIE
2023-11-21T02:52:28.128266085Z WARNING: NOTE: Use the same cookie for all nodes in the cluster.
2023-11-21T02:52:29.410743994Z EMQX_RPC__PORT_DISCOVERY [rpc.port_discovery]: manual
2023-11-21T02:52:29.410850577Z EMQX_NODE__NAME [node.name]: emqx@172.18.0.2
2023-11-21T02:52:31.283143734Z Listener ssl:default on 0.0.0.0:8883 started.
2023-11-21T02:52:31.283171233Z Listener tcp:default on 0.0.0.0:1883 started.
2023-11-21T02:52:31.285421646Z Listener ws:default on 0.0.0.0:8083 started.
2023-11-21T02:52:31.289511894Z Listener wss:default on 0.0.0.0:8084 started.
2023-11-21T02:52:31.529220831Z Listener http:dashboard on :18083 started.
2023-11-21T02:52:31.615690395Z EMQX 5.3.1 is running now!
2023-11-21T08:42:46.978084192Z 2023-11-21T08:42:46.974486+00:00 [warning] msg: unexpected_api_access, mfa: emqx_dashboard_not_found:init/2(25), request: #{bindings => #{},body_length => 0,cert => undefined,has_body => false,headers => #{<<"accept">> => <<"image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8">>,<<"accept-encoding">> => <<"gzip, deflate">>,<<"accept-language">> => <<"en,zh-CN;q=0.9,zh;q=0.8,en-GB;q=0.7,en-US;q=0.6">>,<<"host">> => <<"47.106.38.65:18083">>,<<"referer">> => <<"http://47.106.38.65:18083/">>,<<"user-agent">> => <<"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.0.0">>},host => <<"47.106.38.65">>,host_info => undefined,method => <<"GET">>,path => <<"/favicon.ico">>,path_info => undefined,peer => {{58,250,174,78},56241},pid => <0.5925.0>,port => 18083,qs => <<>>,ref => 'http:dashboard',scheme => <<"http">>,sock => {{172,18,0,2},18083},streamid => 1,version => 'HTTP/1.1'}
2023-11-21T16:42:39.899429877Z 2023-11-21T16:42:39.898760+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 103.56.61.139:60874, clientid: nmapMARZZCQQJIIIIYIA, topic: $SYS/#, ipaddr: {103,56,61,139}, source: file, username: undefined
2023-11-21T16:42:39.899594377Z 2023-11-21T16:42:39.899037+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 103.56.61.139:60874, clientid: nmapMARZZCQQJIIIIYIA, topic: #, ipaddr: {103,56,61,139}, source: file, username: undefined
2023-11-22T03:20:37.316891017Z 2023-11-22T03:20:37.316301+00:00 [warning] msg: unexpected_api_access, mfa: emqx_dashboard_not_found:init/2(25), request: #{bindings => #{},body_length => 0,cert => undefined,has_body => false,headers => #{<<"accept-encoding">> => <<"gzip, x-gzip, deflate">>,<<"host">> => <<"47.106.38.65static">>,<<"user-agent">> => <<"Apache-HttpClient/5.1.3 (Java/1.8.0_342)">>},host => <<"47.106.38.65static">>,host_info => undefined,method => <<"GET">>,path => <<"/emq.ico">>,path_info => undefined,peer => {{8,142,31,72},45736},pid => <0.15033.0>,port => 80,qs => <<>>,ref => 'http:dashboard',scheme => <<"http">>,sock => {{172,18,0,2},18083},streamid => 1,version => 'HTTP/1.1'}
2023-11-22T04:54:52.484645715Z 2023-11-22T04:54:52.484178+00:00 [warning] msg: unexpected_api_access, mfa: emqx_dashboard_not_found:init/2(25), request: #{bindings => #{},body_length => 0,cert => undefined,has_body => false,headers => #{<<"accept-encoding">> => <<"gzip">>,<<"connection">> => <<"close">>,<<"host">> => <<"47.106.38.65:18083">>,<<"user-agent">> => <<"Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)">>},host => <<"47.106.38.65">>,host_info => undefined,method => <<"GET">>,path => <<"/favicon.ico">>,path_info => undefined,peer => {{167,94,146,57},43978},pid => <0.15854.0>,port => 18083,qs => <<>>,ref => 'http:dashboard',scheme => <<"http">>,sock => {{172,18,0,2},18083},streamid => 1,version => 'HTTP/1.1'}
2023-11-22T05:14:11.428790776Z 2023-11-22T05:14:11.428256+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 167.94.146.60:48240, clientid: CENSYS, topic: #, ipaddr: {167,94,146,60}, source: file, username: undefined
2023-11-22T05:38:23.008437216Z 2023-11-22T05:38:23.007920+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 207.90.244.14:41485, clientid: paho/EAE8A948ADE2F91825, topic: $SYS/#, ipaddr: {207,90,244,14}, source: file, username: undefined
2023-11-22T05:38:23.219359211Z 2023-11-22T05:38:23.218882+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 207.90.244.14:41485, clientid: paho/EAE8A948ADE2F91825, topic: #, ipaddr: {207,90,244,14}, source: file, username: undefined
2023-11-22T10:10:43.419832420Z 2023-11-22T10:10:43.419291+00:00 [warning] msg: unexpected_api_access, mfa: emqx_dashboard_not_found:init/2(25), request: #{bindings => #{},body_length => 0,cert => undefined,has_body => false,headers => #{<<"accept">> => <<"*/*">>,<<"accept-encoding">> => <<"gzip, deflate">>,<<"cache-control">> => <<"no-cache">>,<<"connection">> => <<"Keep-Alive">>,<<"from">> => <<"bingbot(at)microsoft.com">>,<<"host">> => <<"47.106.38.65">>,<<"pragma">> => <<"no-cache">>,<<"user-agent">> => <<"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36">>},host => <<"47.106.38.65">>,host_info => undefined,method => <<"GET">>,path => <<"/robots.txt">>,path_info => undefined,peer => {{40,77,167,184},54340},pid => <0.18552.0>,port => 80,qs => <<>>,ref => 'http:dashboard',scheme => <<"http">>,sock => {{172,18,0,2},18083},streamid => 1,version => 'HTTP/1.1'}
2023-11-22T12:05:55.272056938Z 2023-11-22T12:05:55.271579+00:00 [warning] msg: unexpected_api_access, mfa: emqx_dashboard_not_found:init/2(25), request: #{bindings => #{},body_length => 0,cert => undefined,has_body => false,headers => #{<<"accept-encoding">> => <<"gzip, x-gzip, deflate">>,<<"host">> => <<"47.106.38.65static">>,<<"user-agent">> => <<"Apache-HttpClient/5.1.3 (Java/1.8.0_342)">>},host => <<"47.106.38.65static">>,host_info => undefined,method => <<"GET">>,path => <<"/emq.ico">>,path_info => undefined,peer => {{47,92,78,126},51353},pid => <0.19725.0>,port => 80,qs => <<>>,ref => 'http:dashboard',scheme => <<"http">>,sock => {{172,18,0,2},18083},streamid => 1,version => 'HTTP/1.1'}
2023-11-22T12:49:05.120105226Z 2023-11-22T12:49:05.119330+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 183.136.225.31:22246, clientid: nmapNSJKJLFQRGOLJUAE, topic: $SYS/#, ipaddr: {183,136,225,31}, source: file, username: undefined
2023-11-22T12:49:05.120170168Z 2023-11-22T12:49:05.119653+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 183.136.225.31:22246, clientid: nmapNSJKJLFQRGOLJUAE, topic: #, ipaddr: {183,136,225,31}, source: file, username: undefined
2023-11-22T21:06:42.172611872Z 2023-11-22T21:06:42.172033+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 199.45.154.19:59624, clientid: CENSYS, topic: #, ipaddr: {199,45,154,19}, source: file, username: undefined
2023-11-22T21:20:21.888687164Z 2023-11-22T21:20:21.888207+00:00 [warning] msg: unexpected_api_access, mfa: emqx_dashboard_not_found:init/2(25), request: #{bindings => #{},body_length => 0,cert => undefined,has_body => false,headers => #{<<"accept-encoding">> => <<"gzip">>,<<"connection">> => <<"close">>,<<"host">> => <<"47.106.38.65:18083">>,<<"user-agent">> => <<"Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)">>},host => <<"47.106.38.65">>,host_info => undefined,method => <<"GET">>,path => <<"/favicon.ico">>,path_info => undefined,peer => {{162,142,125,215},49672},pid => <0.24989.0>,port => 18083,qs => <<>>,ref => 'http:dashboard',scheme => <<"http">>,sock => {{172,18,0,2},18083},streamid => 1,version => 'HTTP/1.1'}
2023-11-22T23:48:09.918228131Z 2023-11-22T23:48:09.917683+00:00 [warning] msg: unexpected_api_access, mfa: emqx_dashboard_not_found:init/2(25), request: #{bindings => #{},body_length => 0,cert => undefined,has_body => false,headers => #{<<"accept-encoding">> => <<"gzip">>,<<"connection">> => <<"close">>,<<"host">> => <<"47.106.38.65:18083">>,<<"user-agent">> => <<"Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)">>},host => <<"47.106.38.65">>,host_info => undefined,method => <<"GET">>,path => <<"/favicon.ico">>,path_info => undefined,peer => {{199,45,155,33},52626},pid => <0.26262.0>,port => 18083,qs => <<>>,ref => 'http:dashboard',scheme => <<"http">>,sock => {{172,18,0,2},18083},streamid => 1,version => 'HTTP/1.1'}
2023-11-23T00:05:59.223402027Z 2023-11-23T00:05:59.222795+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 199.45.155.18:47020, clientid: CENSYS, topic: #, ipaddr: {199,45,155,18}, source: file, username: undefined
2023-11-23T11:59:59.504622106Z 2023-11-23T11:59:59.503989+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 118.123.105.92:47792, clientid: nmapTULLVNQJJBNEDFJU, topic: $SYS/#, ipaddr: {118,123,105,92}, source: file, username: undefined
2023-11-23T11:59:59.504764983Z 2023-11-23T11:59:59.504331+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 118.123.105.92:47792, clientid: nmapTULLVNQJJBNEDFJU, topic: #, ipaddr: {118,123,105,92}, source: file, username: undefined
2023-11-23T14:56:10.863300991Z 2023-11-23T14:56:10.862577+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 161.189.42.18:43344, clientid: WX, topic: $SYS/#, ipaddr: {161,189,42,18}, source: file, username: undefined
2023-11-23T14:56:10.863490217Z 2023-11-23T14:56:10.862991+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 161.189.42.18:43344, clientid: WX, topic: #, ipaddr: {161,189,42,18}, source: file, username: undefined
2023-11-23T17:56:00.247970522Z 2023-11-23T17:56:00.247544+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 183.136.225.31:26332, clientid: nmapNSJKJLFQRGOLJUAE, topic: $SYS/#, ipaddr: {183,136,225,31}, source: file, username: undefined
2023-11-23T17:56:00.248135396Z 2023-11-23T17:56:00.247789+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 183.136.225.31:26332, clientid: nmapNSJKJLFQRGOLJUAE, topic: #, ipaddr: {183,136,225,31}, source: file, username: undefined
2023-11-24T04:34:28.054823390Z 2023-11-24T04:34:28.054300+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 167.94.138.126:40532, clientid: CENSYS, topic: #, ipaddr: {167,94,138,126}, source: file, username: undefined
2023-11-24T23:45:01.318032634Z 2023-11-24T23:45:01.317355+00:00 [warning] msg: unexpected_api_access, mfa: emqx_dashboard_not_found:init/2(25), request: #{bindings => #{},body_length => 0,cert => undefined,has_body => false,headers => #{<<"accept-encoding">> => <<"gzip">>,<<"connection">> => <<"close">>,<<"host">> => <<"47.106.38.65:18083">>,<<"user-agent">> => <<"Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)">>},host => <<"47.106.38.65">>,host_info => undefined,method => <<"GET">>,path => <<"/favicon.ico">>,path_info => undefined,peer => {{162,142,125,224},37138},pid => <0.18392.1>,port => 18083,qs => <<>>,ref => 'http:dashboard',scheme => <<"http">>,sock => {{172,18,0,2},18083},streamid => 1,version => 'HTTP/1.1'}
2023-11-25T00:40:43.542803227Z 2023-11-25T00:40:43.542158+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 167.248.133.37:56986, clientid: CENSYS, topic: #, ipaddr: {167,248,133,37}, source: file, username: undefined
2023-11-25T04:43:51.326467054Z 2023-11-25T04:43:51.325968+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 167.94.145.57:36538, clientid: CENSYS, topic: #, ipaddr: {167,94,145,57}, source: file, username: undefined
2023-11-25T07:22:13.073863668Z 2023-11-25T07:22:13.073161+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 167.94.138.127:54008, clientid: CENSYS, topic: #, ipaddr: {167,94,138,127}, source: file, username: undefined
2023-11-25T11:44:34.536271656Z 2023-11-25T11:44:34.535840+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 162.142.125.212:52522, clientid: CENSYS, topic: #, ipaddr: {162,142,125,212}, source: file, username: undefined
2023-11-25T19:28:09.976445938Z 2023-11-25T19:28:09.975873+00:00 [warning] msg: unexpected_api_access, mfa: emqx_dashboard_not_found:init/2(25), request: #{bindings => #{},body_length => 0,cert => undefined,has_body => false,headers => #{<<"accept">> => <<"*/*">>,<<"accept-encoding">> => <<"gzip, deflate">>,<<"cache-control">> => <<"no-cache">>,<<"connection">> => <<"Keep-Alive">>,<<"from">> => <<"bingbot(at)microsoft.com">>,<<"host">> => <<"47.106.38.65">>,<<"pragma">> => <<"no-cache">>,<<"user-agent">> => <<"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36">>},host => <<"47.106.38.65">>,host_info => undefined,method => <<"GET">>,path => <<"/robots.txt">>,path_info => undefined,peer => {{52,167,144,65},35015},pid => <0.28934.1>,port => 80,qs => <<>>,ref => 'http:dashboard',scheme => <<"http">>,sock => {{172,18,0,2},18083},streamid => 1,version => 'HTTP/1.1'}
2023-11-25T22:24:50.976908035Z 2023-11-25T22:24:50.976406+00:00 [warning] msg: unexpected_api_access, mfa: emqx_dashboard_not_found:init/2(25), request: #{bindings => #{},body_length => 0,cert => undefined,has_body => false,headers => #{<<"accept-encoding">> => <<"gzip, x-gzip, deflate">>,<<"host">> => <<"47.106.38.65static">>,<<"user-agent">> => <<"Apache-HttpClient/5.1.3 (Java/1.8.0_342)">>},host => <<"47.106.38.65static">>,host_info => undefined,method => <<"GET">>,path => <<"/emq.ico">>,path_info => undefined,peer => {{47,92,5,239},63348},pid => <0.30679.1>,port => 80,qs => <<>>,ref => 'http:dashboard',scheme => <<"http">>,sock => {{172,18,0,2},18083},streamid => 1,version => 'HTTP/1.1'}
2023-11-26T03:52:48.087214513Z 2023-11-26T03:52:48.086611+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 106.75.129.15:10572, clientid: A\x{2A6D4}, topic: $SYS/#, ipaddr: {106,75,129,15}, source: file, username: <<65,240,170,155,148>>
2023-11-26T03:52:48.087371661Z 2023-11-26T03:52:48.086906+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 106.75.129.15:10572, clientid: A\x{2A6D4}, topic: #, ipaddr: {106,75,129,15}, source: file, username: <<65,240,170,155,148>>
2023-11-26T11:54:12.849676987Z 2023-11-26T11:54:12.849019+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 47.92.50.142:46250, clientid: nmaptilsumtqharnxzhp, topic: $SYS/#, ipaddr: {47,92,50,142}, source: file, username: undefined
2023-11-26T11:54:12.850109539Z 2023-11-26T11:54:12.849430+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 47.92.50.142:46250, clientid: nmaptilsumtqharnxzhp, topic: #, ipaddr: {47,92,50,142}, source: file, username: undefined
2023-11-26T22:59:56.589467886Z 2023-11-26T22:59:56.588897+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 183.136.225.9:2246, clientid: nmapNSJKJLFQRGOLJUAE, topic: $SYS/#, ipaddr: {183,136,225,9}, source: file, username: undefined
2023-11-26T22:59:56.589595588Z 2023-11-26T22:59:56.589202+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 183.136.225.9:2246, clientid: nmapNSJKJLFQRGOLJUAE, topic: #, ipaddr: {183,136,225,9}, source: file, username: undefined
2023-11-27T00:34:18.486496055Z 2023-11-27T00:34:18.485991+00:00 [warning] msg: unexpected_api_access, mfa: emqx_dashboard_not_found:init/2(25), request: #{bindings => #{},body_length => 0,cert => undefined,has_body => false,headers => #{<<"accept-encoding">> => <<"gzip">>,<<"connection">> => <<"close">>,<<"host">> => <<"47.106.38.65:18083">>,<<"user-agent">> => <<"Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)">>},host => <<"47.106.38.65">>,host_info => undefined,method => <<"GET">>,path => <<"/favicon.ico">>,path_info => undefined,peer => {{162,142,125,224},37838},pid => <0.11904.2>,port => 18083,qs => <<>>,ref => 'http:dashboard',scheme => <<"http">>,sock => {{172,18,0,2},18083},streamid => 1,version => 'HTTP/1.1'}
2023-11-27T01:35:14.371579826Z 2023-11-27T01:35:14.370975+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 167.94.138.35:55238, clientid: CENSYS, topic: #, ipaddr: {167,94,138,35}, source: file, username: undefined
2023-11-27T10:03:40.204847350Z 2023-11-27T10:03:40.204371+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 167.94.146.52:37336, clientid: CENSYS, topic: #, ipaddr: {167,94,146,52}, source: file, username: undefined
2023-11-27T12:02:11.630218091Z 2023-11-27T12:02:11.629643+00:00 [warning] msg: unexpected_api_access, mfa: emqx_dashboard_not_found:init/2(25), request: #{bindings => #{},body_length => 0,cert => undefined,has_body => false,headers => #{<<"accept-encoding">> => <<"gzip, x-gzip, deflate">>,<<"host">> => <<"47.106.38.65static">>,<<"user-agent">> => <<"Apache-HttpClient/5.1.3 (Java/1.8.0_342)">>},host => <<"47.106.38.65static">>,host_info => undefined,method => <<"GET">>,path => <<"/emq.ico">>,path_info => undefined,peer => {{47,92,31,57},29384},pid => <0.18169.2>,port => 80,qs => <<>>,ref => 'http:dashboard',scheme => <<"http">>,sock => {{172,18,0,2},18083},streamid => 1,version => 'HTTP/1.1'}
2023-11-27T17:20:10.867180999Z 2023-11-27T17:20:10.866697+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 207.90.244.6:52911, clientid: paho/0C6A73A2F2D8C3D9C5, topic: $SYS/#, ipaddr: {207,90,244,6}, source: file, username: undefined
2023-11-27T17:20:11.082389060Z 2023-11-27T17:20:11.081895+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 207.90.244.6:52911, clientid: paho/0C6A73A2F2D8C3D9C5, topic: #, ipaddr: {207,90,244,6}, source: file, username: undefined
2023-11-27T17:50:52.684376975Z 2023-11-27T17:50:52.683867+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 167.248.133.34:33310, clientid: CENSYS, topic: #, ipaddr: {167,248,133,34}, source: file, username: undefined
2023-11-27T19:48:03.431896320Z 2023-11-27T19:48:03.431154+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 165.154.100.58:45340, clientid: MzEzODAwMjM1MDkxOTA4ODIwNzEwNDg1ODM1OTU2ODc5MzG, topic: #, ipaddr: {165,154,100,58}, source: file, username: undefined
2023-11-27T19:48:03.431934143Z 2023-11-27T19:48:03.431433+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 165.154.100.58:45340, clientid: MzEzODAwMjM1MDkxOTA4ODIwNzEwNDg1ODM1OTU2ODc5MzG, topic: $SYS/#, ipaddr: {165,154,100,58}, source: file, username: undefined
2023-11-28T02:53:02.590642024Z 2023-11-28T02:53:02.590212+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 183.136.225.31:20528, clientid: nmapNSJKJLFQRGOLJUAE, topic: $SYS/#, ipaddr: {183,136,225,31}, source: file, username: undefined
2023-11-28T02:53:02.590797456Z 2023-11-28T02:53:02.590439+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 183.136.225.31:20528, clientid: nmapNSJKJLFQRGOLJUAE, topic: #, ipaddr: {183,136,225,31}, source: file, username: undefined
2023-11-28T12:30:17.857108255Z 2023-11-28T12:30:17.856625+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 47.103.37.203:44784, clientid: nmaprefafqkvxocclqnp, topic: $SYS/#, ipaddr: {47,103,37,203}, source: file, username: undefined
2023-11-28T12:30:17.857588468Z 2023-11-28T12:30:17.856896+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 47.103.37.203:44784, clientid: nmaprefafqkvxocclqnp, topic: #, ipaddr: {47,103,37,203}, source: file, username: undefined
2023-11-29T04:32:48.743638750Z 2023-11-29T04:32:48.743039+00:00 [warning] msg: unexpected_api_access, mfa: emqx_dashboard_not_found:init/2(25), request: #{bindings => #{},body_length => 0,cert => undefined,has_body => false,headers => #{<<"accept-encoding">> => <<"gzip">>,<<"connection">> => <<"close">>,<<"host">> => <<"47.106.38.65:18083">>,<<"user-agent">> => <<"Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)">>},host => <<"47.106.38.65">>,host_info => undefined,method => <<"GET">>,path => <<"/favicon.ico">>,path_info => undefined,peer => {{162,142,125,222},34366},pid => <0.7172.3>,port => 18083,qs => <<>>,ref => 'http:dashboard',scheme => <<"http">>,sock => {{172,18,0,2},18083},streamid => 1,version => 'HTTP/1.1'}
2023-11-29T16:10:06.211193752Z 2023-11-29T16:10:06.210156+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 106.3.146.196:49250, clientid: test, topic: $SYS/#, ipaddr: {106,3,146,196}, source: file, username: undefined
2023-11-29T16:10:06.211230829Z 2023-11-29T16:10:06.210667+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 106.3.146.196:49250, clientid: test, topic: #, ipaddr: {106,3,146,196}, source: file, username: undefined
2023-11-29T16:10:06.211443581Z 2023-11-29T16:10:06.211016+00:00 [error] msg: unexpected_sock_close, mfa: emqx_channel:handle_info/2(1250), peername: 106.3.146.196:49250, clientid: test, reason: einval
2023-11-30T06:39:05.326485502Z 2023-11-30T06:39:05.325959+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 183.136.225.31:56820, clientid: nmapNSJKJLFQRGOLJUAE, topic: $SYS/#, ipaddr: {183,136,225,31}, source: file, username: undefined
2023-11-30T06:39:05.326888301Z 2023-11-30T06:39:05.326254+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 183.136.225.31:56820, clientid: nmapNSJKJLFQRGOLJUAE, topic: #, ipaddr: {183,136,225,31}, source: file, username: undefined
2023-11-30T08:02:51.135986593Z 2023-11-30T08:02:51.135457+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 167.248.133.190:44744, clientid: CENSYS, topic: #, ipaddr: {167,248,133,190}, source: file, username: undefined
2023-11-30T08:18:28.456811229Z 2023-11-30T08:18:28.456320+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 167.248.133.52:58628, clientid: CENSYS, topic: #, ipaddr: {167,248,133,52}, source: file, username: undefined
2023-11-30T21:25:19.538018784Z 2023-11-30T21:25:19.537322+00:00 [warning] msg: unexpected_api_access, mfa: emqx_dashboard_not_found:init/2(25), request: #{bindings => #{},body_length => 0,cert => undefined,has_body => false,headers => #{<<"accept-encoding">> => <<"gzip">>,<<"connection">> => <<"close">>,<<"host">> => <<"47.106.38.65:18083">>,<<"user-agent">> => <<"Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)">>},host => <<"47.106.38.65">>,host_info => undefined,method => <<"GET">>,path => <<"/favicon.ico">>,path_info => undefined,peer => {{162,142,125,10},53762},pid => <0.28276.3>,port => 18083,qs => <<>>,ref => 'http:dashboard',scheme => <<"http">>,sock => {{172,18,0,2},18083},streamid => 1,version => 'HTTP/1.1'}
2023-12-01T01:20:46.793360426Z 2023-12-01T01:20:46.792857+00:00 [warning] msg: unexpected_api_access, mfa: emqx_dashboard_not_found:init/2(25), request: #{bindings => #{},body_length => 0,cert => undefined,has_body => false,headers => #{<<"accept-encoding">> => <<"gzip, x-gzip, deflate">>,<<"host">> => <<"47.106.38.65static">>,<<"user-agent">> => <<"Apache-HttpClient/5.1.3 (Java/1.8.0_342)">>},host => <<"47.106.38.65static">>,host_info => undefined,method => <<"GET">>,path => <<"/emq.ico">>,path_info => undefined,peer => {{8,142,87,162},26114},pid => <0.30311.3>,port => 80,qs => <<>>,ref => 'http:dashboard',scheme => <<"http">>,sock => {{172,18,0,2},18083},streamid => 1,version => 'HTTP/1.1'}
2023-12-01T05:46:40.583328012Z 2023-12-01T05:46:40.582770+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 167.94.146.51:42380, clientid: CENSYS, topic: #, ipaddr: {167,94,146,51}, source: file, username: undefined
2023-12-01T08:05:05.010370193Z 2023-12-01T08:05:05.009785+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 162.142.125.222:40198, clientid: CENSYS, topic: #, ipaddr: {162,142,125,222}, source: file, username: undefined
2023-12-01T15:06:05.159193409Z 2023-12-01T15:06:05.158624+00:00 [warning] msg: unexpected_api_access, mfa: emqx_dashboard_not_found:init/2(25), request: #{bindings => #{},body_length => 0,cert => undefined,has_body => false,headers => #{},host => <<>>,host_info => undefined,method => <<"GET">>,path => <<"/nice%20ports%2C/Tri%6Eity.txt%2ebak">>,path_info => undefined,peer => {{185,205,209,107},52242},pid => <0.4750.4>,port => 80,qs => <<>>,ref => 'http:dashboard',scheme => <<"http">>,sock => {{172,18,0,2},18083},streamid => 1,version => 'HTTP/1.0'}
2023-12-01T15:15:16.081094435Z 2023-12-01T15:15:16.080556+00:00 [warning] msg: unexpected_api_access, mfa: emqx_dashboard_not_found:init/2(25), request: #{bindings => #{},body_length => 0,cert => undefined,has_body => false,headers => #{<<"accept">> => <<"*/*">>,<<"accept-encoding">> => <<"gzip, deflate">>,<<"cache-control">> => <<"no-cache">>,<<"connection">> => <<"Keep-Alive">>,<<"from">> => <<"bingbot(at)microsoft.com">>,<<"host">> => <<"47.106.38.65">>,<<"pragma">> => <<"no-cache">>,<<"user-agent">> => <<"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36">>},host => <<"47.106.38.65">>,host_info => undefined,method => <<"GET">>,path => <<"/robots.txt">>,path_info => undefined,peer => {{52,167,144,56},49666},pid => <0.4886.4>,port => 80,qs => <<>>,ref => 'http:dashboard',scheme => <<"http">>,sock => {{172,18,0,2},18083},streamid => 1,version => 'HTTP/1.1'}
2023-12-01T18:41:34.420894394Z 2023-12-01T18:41:34.334633+00:00 [warning] msg: alarm_is_activated, mfa: emqx_alarm:do_actions/3(418), message: <<"72.53% mem usage">>, name: high_system_memory_usage
2023-12-01T18:48:34.412872003Z 2023-12-01T18:48:34.412427+00:00 [warning] msg: alarm_is_deactivated, mfa: emqx_alarm:do_actions/3(424), name: high_system_memory_usage
2023-12-01T18:50:34.440189244Z 2023-12-01T18:50:34.439612+00:00 [warning] msg: alarm_is_activated, mfa: emqx_alarm:do_actions/3(418), message: <<"70.61% mem usage">>, name: high_system_memory_usage
2023-12-01T18:51:34.461960687Z 2023-12-01T18:51:34.461099+00:00 [warning] msg: alarm_is_deactivated, mfa: emqx_alarm:do_actions/3(424), name: high_system_memory_usage
2023-12-01T18:52:34.465113883Z 2023-12-01T18:52:34.464757+00:00 [warning] msg: alarm_is_activated, mfa: emqx_alarm:do_actions/3(418), message: <<"70.50% mem usage">>, name: high_system_memory_usage
2023-12-01T18:53:34.484657092Z 2023-12-01T18:53:34.484202+00:00 [warning] msg: alarm_is_deactivated, mfa: emqx_alarm:do_actions/3(424), name: high_system_memory_usage
2023-12-01T18:57:34.521578186Z 2023-12-01T18:57:34.521181+00:00 [warning] msg: alarm_is_activated, mfa: emqx_alarm:do_actions/3(418), message: <<"70.18% mem usage">>, name: high_system_memory_usage
2023-12-01T19:52:35.248798207Z 2023-12-01T19:52:35.187105+00:00 [warning] msg: alarm_is_deactivated, mfa: emqx_alarm:do_actions/3(424), name: high_system_memory_usage
2023-12-02T00:02:38.186496191Z 2023-12-02T00:02:38.185977+00:00 [warning] msg: alarm_is_activated, mfa: emqx_alarm:do_actions/3(418), message: <<"72.11% mem usage">>, name: high_system_memory_usage
2023-12-02T00:03:38.198825929Z 2023-12-02T00:03:38.198416+00:00 [warning] msg: alarm_is_deactivated, mfa: emqx_alarm:do_actions/3(424), name: high_system_memory_usage
2023-12-02T00:43:38.680788283Z 2023-12-02T00:43:38.680228+00:00 [warning] msg: alarm_is_activated, mfa: emqx_alarm:do_actions/3(418), message: <<"70.77% mem usage">>, name: high_system_memory_usage
2023-12-02T00:45:38.703760714Z 2023-12-02T00:45:38.703385+00:00 [warning] msg: alarm_is_deactivated, mfa: emqx_alarm:do_actions/3(424), name: high_system_memory_usage
2023-12-02T01:49:25.445616480Z 2023-12-02T01:49:25.442927+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 167.94.138.34:36040, clientid: CENSYS, topic: #, ipaddr: {167,94,138,34}, source: file, username: undefined
2023-12-02T01:54:39.534664279Z 2023-12-02T01:54:39.534309+00:00 [warning] msg: alarm_is_activated, mfa: emqx_alarm:do_actions/3(418), message: <<"72.37% mem usage">>, name: high_system_memory_usage
2023-12-02T01:55:39.544372035Z 2023-12-02T01:55:39.543837+00:00 [warning] msg: alarm_is_deactivated, mfa: emqx_alarm:do_actions/3(424), name: high_system_memory_usage
2023-12-02T03:24:40.610082621Z 2023-12-02T03:24:40.608935+00:00 [warning] msg: alarm_is_activated, mfa: emqx_alarm:do_actions/3(418), message: <<"73.03% mem usage">>, name: high_system_memory_usage
2023-12-02T03:25:40.619425689Z 2023-12-02T03:25:40.619023+00:00 [warning] msg: alarm_is_deactivated, mfa: emqx_alarm:do_actions/3(424), name: high_system_memory_usage
2023-12-02T04:03:41.076844825Z 2023-12-02T04:03:41.076420+00:00 [warning] msg: alarm_is_activated, mfa: emqx_alarm:do_actions/3(418), message: <<"72.28% mem usage">>, name: high_system_memory_usage
2023-12-02T04:28:41.380070739Z 2023-12-02T04:28:41.376010+00:00 [warning] msg: alarm_is_deactivated, mfa: emqx_alarm:do_actions/3(424), name: high_system_memory_usage
2023-12-02T04:30:41.400345010Z 2023-12-02T04:30:41.399967+00:00 [warning] msg: alarm_is_activated, mfa: emqx_alarm:do_actions/3(418), message: <<"70.34% mem usage">>, name: high_system_memory_usage
2023-12-02T04:41:49.940198582Z 2023-12-02T04:40:37.337364+00:00 [warning] msg: long_schedule, mfa: emqx_sys_mon:handle_info/2(140), info: [{timeout,2455},{in,{timer,sleep,1}},{out,undefined}], procinfo: [{pid,<0.2522.0>},{memory,13504},{total_heap_size,1567},{heap_size,987},{stack_size,7},{min_heap_size,233},{proc_lib_initial_call,{lc_flag_man,init,['Argument__1']}},{initial_call,{proc_lib,init_p,5}},{current_stacktrace,[{timer,sleep,1,[{file,"timer.erl"},{line,219}]},{lc_flag_man,flag_man_loop,1,[{file,"lc_flag_man.erl"},{line,71}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,240}]}]},{registered_name,[]},{status,waiting},{message_queue_len,0},{group_leader,<0.2519.0>},{priority,max},{trap_exit,false},{reductions,37131169},{last_calls,false},{catchlevel,1},{trace,0},{suspending,[]},{sequential_trace_token,[]},{error_handler,error_handler}]
2023-12-02T04:41:50.050913725Z 2023-12-02T04:41:26.852833+00:00 [warning] msg: alarm_is_activated, mfa: emqx_alarm:do_actions/3(418), message: <<"VM is overloaded on node: 'emqx@172.18.0.2': 30">>, name: runq_overload
2023-12-02T04:41:50.050934598Z 2023-12-02T04:41:26.852463+00:00 [warning] msg: long_schedule, mfa: emqx_sys_mon:handle_info/2(140), info: [{timeout,3883},{in,{gen_server,loop,7}},{out,{gen_server,loop,7}}], procinfo: [{pid,<0.2305.0>},{memory,10536},{total_heap_size,1178},{heap_size,376},{stack_size,11},{min_heap_size,233},{proc_lib_initial_call,{timer,init,['Argument__1']}},{initial_call,{proc_lib,init_p,5}},{current_stacktrace,[{gen_server,loop,7,[{file,"gen_server.erl"},{line,871}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,240}]}]},{registered_name,timer_server},{status,waiting},{message_queue_len,0},{group_leader,<0.2040.0>},{priority,normal},{trap_exit,true},{reductions,1616654},{last_calls,false},{catchlevel,1},{trace,0},{suspending,[]},{sequential_trace_token,[]},{error_handler,error_handler}]
2023-12-02T04:41:50.050950962Z 2023-12-02T04:41:30.244073+00:00 [warning] msg: long_schedule, mfa: emqx_sys_mon:handle_info/2(140), info: [{timeout,494},{in,{gen_server,loop,7}},{out,{gen_server,loop,7}}], procinfo: [{pid,<0.2511.0>},{memory,8872},{total_heap_size,986},{heap_size,610},{stack_size,11},{min_heap_size,233},{proc_lib_initial_call,{cowboy_clock,init,['Argument__1']}},{initial_call,{proc_lib,init_p,5}},{current_stacktrace,[{gen_server,loop,7,[{file,"gen_server.erl"},{line,871}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,240}]}]},{registered_name,cowboy_clock},{status,waiting},{message_queue_len,0},{group_leader,<0.2508.0>},{priority,normal},{trap_exit,false},{reductions,25281508},{last_calls,false},{catchlevel,1},{trace,0},{suspending,[]},{sequential_trace_token,[]},{error_handler,error_handler}]
2023-12-02T04:41:50.050962540Z 2023-12-02T04:41:30.245429+00:00 [warning] msg: long_schedule, mfa: emqx_sys_mon:handle_info/2(140), info: [{timeout,292},{in,{memsup,port_idle,1}},{out,{memsup,get_ext_memory_usage,3}}], procinfo: [{pid,<0.2623.0>},{memory,16648},{total_heap_size,1974},{heap_size,987},{stack_size,3},{min_heap_size,233},{initial_call,{erlang,apply,2}},{current_stacktrace,[{memsup,port_idle,1,[{file,"memsup.erl"},{line,666}]}]},{registered_name,[]},{status,waiting},{message_queue_len,0},{group_leader,<0.2619.0>},{priority,normal},{trap_exit,true},{reductions,110712527},{last_calls,false},{catchlevel,0},{trace,0},{suspending,[]},{sequential_trace_token,[]},{error_handler,error_handler}]
2023-12-02T04:41:50.050966243Z 2023-12-02T04:41:30.245631+00:00 [warning] msg: long_schedule, mfa: emqx_sys_mon:handle_info/2(140), info: [{timeout,626},{in,undefined},{out,undefined}], procinfo: [{pid,<0.2304.0>},{memory,1496},{total_heap_size,56},{heap_size,56},{stack_size,1},{min_heap_size,233},{proc_lib_initial_call,{ekka_locker,init,['Argument__1']}},{initial_call,{proc_lib,init_p,5}},{current_stacktrace,[]},{registered_name,ekka_locker},{status,waiting},{message_queue_len,0},{group_leader,<0.2299.0>},{priority,normal},{trap_exit,false},{reductions,910247},{last_calls,false},{catchlevel,0},{trace,0},{suspending,[]},{sequential_trace_token,[]},{error_handler,error_handler}]
2023-12-02T04:41:50.050970201Z 2023-12-02T04:41:30.245812+00:00 [warning] msg: long_schedule, mfa: emqx_sys_mon:handle_info/2(140), info: [{timeout,292},{in,{cpu_sup,port_server_loop,2}},{out,{cpu_sup,port_receive_util,2}}], procinfo: [{pid,<0.2626.0>}]
2023-12-02T04:41:50.050972728Z 2023-12-02T04:41:30.245967+00:00 [warning] msg: long_schedule, mfa: emqx_sys_mon:handle_info/2(140), info: [{timeout,886},{in,{mnesia_tm,rec,2}},{out,{mnesia_locker,l_req_rec,2}}], procinfo: [{pid,<0.2591.0>},{memory,1344},{total_heap_size,45},{heap_size,45},{stack_size,1},{min_heap_size,233},{proc_lib_initial_call,{emqx_banned,init,['Argument__1']}},{initial_call,{proc_lib,init_p,5}},{current_stacktrace,[]},{registered_name,emqx_banned},{status,waiting},{message_queue_len,0},{group_leader,<0.2526.0>},{priority,normal},{trap_exit,false},{reductions,4134326},{last_calls,false},{catchlevel,0},{trace,0},{suspending,[]},{sequential_trace_token,[]},{error_handler,error_handler}]
2023-12-02T04:41:50.050977975Z 2023-12-02T04:41:30.246163+00:00 [warning] msg: long_schedule, mfa: emqx_sys_mon:handle_info/2(140), info: [{timeout,302},{in,{mnesia_tm,doit_loop,1}},{out,{mnesia_tm,doit_loop,1}}], procinfo: [{pid,<0.2231.0>},{memory,17096},{total_heap_size,2009},{heap_size,1598},{stack_size,19},{min_heap_size,233},{proc_lib_initial_call,{mnesia_sp,init_proc,['Argument__1','Argument__2','Argument__3','Argument__4']}},{initial_call,{proc_lib,init_p,5}},{current_stacktrace,[{mnesia_tm,doit_loop,1,[{file,"mnesia_tm.erl"},{line,220}]},{mnesia_sp,init_proc,4,[{file,"mnesia_sp.erl"},{line,34}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,240}]}]},{registered_name,mnesia_tm},{status,waiting},{message_queue_len,0},{group_leader,<0.2221.0>},{priority,normal},{trap_exit,true},{reductions,13349828},{last_calls,false},{catchlevel,2},{trace,0},{suspending,[]},{sequential_trace_token,[]},{error_handler,error_handler}]
2023-12-02T04:41:50.050982948Z 2023-12-02T04:41:30.246383+00:00 [warning] msg: long_schedule, mfa: emqx_sys_mon:handle_info/2(140), info: [{timeout,1188},{in,{gen,do_call,4}},{out,{gen,do_call,4}}], procinfo: [{pid,<0.2523.0>},{memory,13920},{total_heap_size,1606},{heap_size,987},{stack_size,36},{min_heap_size,233},{proc_lib_initial_call,{lc_flag_man,init,['Argument__1']}},{initial_call,{proc_lib,init_p,5}},{current_stacktrace,[{gen,do_call,4,[{file,"gen.erl"},{line,237}]},{gen_server,call,3,[{file,"gen_server.erl"},{line,381}]},{os_mon,call,3,[{file,"os_mon.erl"},{line,42}]},{lc_lib,do_get_sys_memory_usage,1,[{file,"lc_lib.erl"},{line,76}]},{lc_lib,do_get_sys_memory_usage,0,[{file,"lc_lib.erl"},{line,70}]},{lc_lib,get_sys_memory,0,[{file,"lc_lib.erl"},{line,37}]},{lc_lib,get_memory_usage,0,[{file,"lc_lib.erl"},{line,48}]},{lc_mem,do_check_memory,1,[{file,"lc_mem.erl"},{line,54}]},{lc_mem,check,1,[{file,"lc_mem.erl"},{line,48}]},{lc_flag_man,flag_man_loop,1,[{file,"lc_flag_man.erl"},{line,68}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,240}]}]},{registered_name,[]},{status,waiting},{message_queue_len,0},{group_leader,<0.2519.0>},{priority,max},{trap_exit,false},{reductions,1107243554},{last_calls,false},{catchlevel,4},{trace,0},{suspending,[]},{sequential_trace_token,[]},{error_handler,error_handler}]
2023-12-02T04:41:50.050992528Z 2023-12-02T04:41:30.246668+00:00 [warning] msg: long_schedule, mfa: emqx_sys_mon:handle_info/2(140), info: [{timeout,589},{in,{mnesia_locker,loop,1}},{out,{mnesia_locker,loop,1}}], procinfo: [{pid,<0.2229.0>},{memory,11888},{total_heap_size,1363},{heap_size,987},{stack_size,16},{min_heap_size,233},{proc_lib_initial_call,{mnesia_sp,init_proc,['Argument__1','Argument__2','Argument__3','Argument__4']}},{initial_call,{proc_lib,init_p,5}},{current_stacktrace,[{mnesia_locker,loop,1,[{file,"mnesia_locker.erl"},{line,159}]},{mnesia_sp,init_proc,4,[{file,"mnesia_sp.erl"},{line,34}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,240}]}]},{registered_name,mnesia_locker},{status,waiting},{message_queue_len,0},{group_leader,<0.2221.0>},{priority,normal},{trap_exit,true},{reductions,10039467},{last_calls,false},{catchlevel,2},{trace,0},{suspending,[]},{sequential_trace_token,[]},{error_handler,error_handler}]
2023-12-02T04:41:50.050996767Z 2023-12-02T04:41:30.246913+00:00 [warning] msg: long_schedule, mfa: emqx_sys_mon:handle_info/2(140), info: [{timeout,3907},{in,{mnesia_locker,receive_wlocks,4}},{out,{gen_server,loop,7}}], procinfo: [{pid,<0.2872.0>},{memory,8872},{total_heap_size,986},{heap_size,610},{stack_size,11},{min_heap_size,233},{proc_lib_initial_call,{emqx_dashboard_monitor,init,['Argument__1']}},{initial_call,{proc_lib,init_p,5}},{current_stacktrace,[{gen_server,loop,7,[{file,"gen_server.erl"},{line,871}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,240}]}]},{registered_name,emqx_dashboard_monitor},{status,waiting},{message_queue_len,0},{group_leader,<0.2858.0>},{priority,normal},{trap_exit,false},{reductions,85486012},{last_calls,false},{catchlevel,1},{trace,0},{suspending,[]},{sequential_trace_token,[]},{error_handler,error_handler}]
2023-12-02T04:41:50.051000369Z 2023-12-02T04:41:30.247102+00:00 [warning] msg: long_schedule, mfa: emqx_sys_mon:handle_info/2(140), info: [{timeout,803},{in,undefined},{out,undefined}], procinfo: [{pid,<0.2744.0>},{memory,1328},{total_heap_size,53},{heap_size,53},{stack_size,1},{min_heap_size,233},{proc_lib_initial_call,{emqx_delayed,init,['Argument__1']}},{initial_call,{proc_lib,init_p,5}},{current_stacktrace,[]},{registered_name,emqx_delayed},{status,waiting},{message_queue_len,0},{group_leader,<0.2728.0>},{priority,normal},{trap_exit,true},{reductions,40164884},{last_calls,false},{catchlevel,0},{trace,0},{suspending,[]},{sequential_trace_token,[]},{error_handler,error_handler}]
2023-12-02T04:41:50.051004010Z 2023-12-02T04:41:30.247293+00:00 [warning] msg: long_schedule, mfa: emqx_sys_mon:handle_info/2(140), info: [{timeout,411},{in,{gen_server,loop,7}},{out,{gen_server,loop,7}}], procinfo: [{pid,<0.2230.0>},{memory,8944},{total_heap_size,995},{heap_size,610},{stack_size,11},{min_heap_size,233},{proc_lib_initial_call,{mnesia_recover,init,['Argument__1']}},{initial_call,{proc_lib,init_p,5}},{current_stacktrace,[{gen_server,loop,7,[{file,"gen_server.erl"},{line,871}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,240}]}]},{registered_name,mnesia_recover},{status,waiting},{message_queue_len,0},{group_leader,<0.2221.0>},{priority,normal},{trap_exit,true},{reductions,5510672},{last_calls,false},{catchlevel,1},{trace,0},{suspending,[]},{sequential_trace_token,[]},{error_handler,error_handler}]
2023-12-02T04:41:50.051009680Z 2023-12-02T04:41:30.247465+00:00 [warning] msg: long_schedule, mfa: emqx_sys_mon:handle_info/2(154), info: [{timeout,398},{port_op,proc_sig}], portinfo: [{port,#Port<0.8>},{name,"\"/opt/emqx/lib/os_mon-2.8.2/priv/bin/memsup\""},{links,[<0.2623.0>]},{id,64},{connected,<0.2623.0>},{input,64843130},{output,987490},{os_pid,280}]
2023-12-02T04:41:50.051012840Z 2023-12-02T04:41:30.247611+00:00 [warning] msg: long_schedule, mfa: emqx_sys_mon:handle_info/2(140), info: [{timeout,509},{in,{gen_server,loop,7}},{out,undefined}], procinfo: [{pid,<0.2060.0>},{memory,25056},{total_heap_size,3009},{heap_size,2586},{stack_size,11},{min_heap_size,233},{proc_lib_initial_call,{file_server,init,['Argument__1']}},{initial_call,{proc_lib,init_p,5}},{current_stacktrace,[{gen_server,loop,7,[{file,"gen_server.erl"},{line,871}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,240}]}]},{registered_name,file_server_2},{status,waiting},{message_queue_len,0},{group_leader,<0.2040.0>},{priority,normal},{trap_exit,true},{reductions,102152852},{last_calls,false},{catchlevel,1},{trace,0},{suspending,[]},{sequential_trace_token,[]},{error_handler,error_handler}]
2023-12-02T04:41:50.051016416Z 2023-12-02T04:41:30.247819+00:00 [warning] msg: long_schedule, mfa: emqx_sys_mon:handle_info/2(140), info: [{timeout,5088},{in,{gen_server,loop,7}},{out,{gen_server,loop,7}}], procinfo: [{pid,<0.2287.0>},{memory,7020},{total_heap_size,752},{heap_size,376},{stack_size,11},{min_heap_size,233},{proc_lib_initial_call,{mria_node_monitor,init,['Argument__1']}},{initial_call,{proc_lib,init_p,5}},{current_stacktrace,[{gen_server,loop,7,[{file,"gen_server.erl"},{line,871}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,240}]}]},{registered_name,mria_node_monitor},{status,waiting},{message_queue_len,0},{group_leader,<0.2208.0>},{priority,normal},{trap_exit,true},{reductions,16380068},{last_calls,false},{catchlevel,1},{trace,0},{suspending,[]},{sequential_trace_token,[]},{error_handler,error_handler}]
2023-12-02T04:41:50.051020394Z 2023-12-02T04:41:30.248005+00:00 [warning] msg: long_schedule, mfa: emqx_sys_mon:handle_info/2(140), info: [{timeout,2492},{in,{disk_log,loop,1}},{out,undefined}], procinfo: [{pid,<0.2246.0>},{memory,36224},{total_heap_size,4338},{heap_size,2586},{stack_size,40},{min_heap_size,233},{proc_lib_initial_call,{disk_log,init,['Argument__1','Argument__2']}},{initial_call,{proc_lib,init_p,5}},{current_stacktrace,[{prim_file,position,2,[]},{disk_log_1,position_close2,3,[{file,"disk_log_1.erl"},{line,1545}]},{disk_log_1,truncate_at_close2,3,[{file,"disk_log_1.erl"},{line,1551}]},{disk_log_1,new_int_file,2,[{file,"disk_log_1.erl"},{line,394}]},{disk_log,do_open2,9,[{file,"disk_log.erl"},{line,1433}]},{disk_log,do_open,1,[{file,"disk_log.erl"},{line,1308}]},{disk_log,handle,2,[{file,"disk_log.erl"},{line,916}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,240}]}]},{registered_name,[]},{status,running},{message_queue_len,3},{group_leader,<0.2040.0>},{priority,normal},{trap_exit,true},{reductions,16555036},{last_calls,false},{catchlevel,3},{trace,0},{suspending,[]},{sequential_trace_token,[]},{error_handler,error_handler}]
2023-12-02T04:41:50.051024747Z 2023-12-02T04:41:30.248241+00:00 [warning] msg: long_schedule, mfa: emqx_sys_mon:handle_info/2(140), info: [{timeout,3291},{in,{gen_server,loop,7}},{out,{gen_server,loop,7}}], procinfo: [{pid,<0.2107.0>},{memory,2912},{total_heap_size,241},{heap_size,233},{stack_size,11},{min_heap_size,233},{proc_lib_initial_call,{ssl_pem_cache,init,['Argument__1']}},{initial_call,{proc_lib,init_p,5}},{current_stacktrace,[{gen_server,loop,7,[{file,"gen_server.erl"},{line,871}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,240}]}]},{registered_name,ssl_pem_cache},{status,waiting},{message_queue_len,0},{group_leader,<0.2100.0>},{priority,normal},{trap_exit,true},{reductions,340304},{last_calls,false},{catchlevel,1},{trace,0},{suspending,[]},{sequential_trace_token,[]},{error_handler,error_handler}]
2023-12-02T04:41:50.051031076Z 2023-12-02T04:41:30.248401+00:00 [warning] msg: long_schedule, mfa: emqx_sys_mon:handle_info/2(140), info: [{timeout,2713},{in,undefined},{out,undefined}], procinfo: [{pid,<0.11039.4>}]
2023-12-02T04:41:50.051033643Z 2023-12-02T04:41:30.248548+00:00 [warning] msg: long_schedule, mfa: emqx_sys_mon:handle_info/2(140), info: [{timeout,3420},{in,{gen_server,loop,7}},{out,{emqx_topic,do_join,2}}], procinfo: [{pid,<0.2610.0>},{memory,42280},{total_heap_size,5172},{heap_size,2586},{stack_size,11},{min_heap_size,233},{proc_lib_initial_call,{emqx_sys,init,['Argument__1']}},{initial_call,{proc_lib,init_p,5}},{current_stacktrace,[{gen_server,loop,7,[{file,"gen_server.erl"},{line,871}]},{proc_lib,wake_up,3,[{file,"proc_lib.erl"},{line,250}]}]},{registered_name,emqx_sys},{status,waiting},{message_queue_len,0},{group_leader,<0.2526.0>},{priority,normal},{trap_exit,false},{reductions,1154268488},{last_calls,false},{catchlevel,1},{trace,0},{suspending,[]},{sequential_trace_token,[]},{error_handler,error_handler}]
2023-12-02T04:41:50.051037226Z 2023-12-02T04:41:30.248723+00:00 [warning] msg: long_schedule, mfa: emqx_sys_mon:handle_info/2(140), info: [{timeout,910},{in,{gen_server,loop,7}},{out,{mnesia_tm,rec,2}}], procinfo: [{pid,<0.2494.0>},{memory,5816},{total_heap_size,609},{heap_size,233},{stack_size,12},{min_heap_size,233},{proc_lib_initial_call,{emqx_cluster_rpc,init,['Argument__1']}},{initial_call,{proc_lib,init_p,5}},{current_stacktrace,[{gen_server,loop,7,[{file,"gen_server.erl"},{line,871}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,240}]}]},{registered_name,emqx_cluster_rpc},{status,waiting},{message_queue_len,0},{group_leader,<0.2482.0>},{priority,normal},{trap_exit,false},{reductions,5195646},{last_calls,false},{catchlevel,1},{trace,0},{suspending,[]},{sequential_trace_token,[]},{error_handler,error_handler}]
2023-12-02T04:41:50.051041123Z 2023-12-02T04:41:30.248903+00:00 [warning] msg: long_schedule, mfa: emqx_sys_mon:handle_info/2(140), info: [{timeout,2688},{in,undefined},{out,{emqx_connection,recvloop,2}}], procinfo: [{pid,<0.12074.4>},{memory,14104},{total_heap_size,1597},{heap_size,610},{stack_size,8},{min_heap_size,233},{proc_lib_initial_call,{emqx_connection,init,['Argument__1','Argument__2','Argument__3','Argument__4']}},{initial_call,{proc_lib,init_p,5}},{current_stacktrace,[{emqx_connection,recvloop,2,[{file,"emqx_connection.erl"},{line,435}]},{proc_lib,wake_up,3,[{file,"proc_lib.erl"},{line,250}]}]},{registered_name,[]},{status,waiting},{message_queue_len,0},{group_leader,<0.2497.0>},{priority,normal},{trap_exit,false},{reductions,21962},{last_calls,false},{catchlevel,1},{trace,0},{suspending,[]},{sequential_trace_token,[]},{error_handler,error_handler}]
2023-12-02T04:41:50.051044849Z 2023-12-02T04:41:30.249082+00:00 [warning] msg: long_schedule, mfa: emqx_sys_mon:handle_info/2(140), info: [{timeout,389},{in,{gen_server,loop,7}},{out,{gen_server,loop,7}}], procinfo: [{pid,<0.2629.0>},{memory,5776},{total_heap_size,609},{heap_size,233},{stack_size,11},{min_heap_size,233},{proc_lib_initial_call,{emqx_limiter_server,init,['Argument__1']}},{initial_call,{proc_lib,init_p,5}},{current_stacktrace,[{gen_server,loop,7,[{file,"gen_server.erl"},{line,871}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,240}]}]},{registered_name,emqx_limiter_server_messages},{status,waiting},{message_queue_len,0},{group_leader,<0.2526.0>},{priority,normal},{trap_exit,false},{reductions,306884966},{last_calls,false},{catchlevel,1},{trace,0},{suspending,[]},{sequential_trace_token,[]},{error_handler,error_handler}]
2023-12-02T04:41:50.051050375Z 2023-12-02T04:41:30.249348+00:00 [warning] msg: long_schedule, mfa: emqx_sys_mon:handle_info/2(140), info: [{timeout,597},{in,undefined},{out,{erlang,put,2}}], procinfo: [{pid,<0.12131.4>}]
2023-12-02T04:41:50.051053103Z 2023-12-02T04:41:30.249553+00:00 [warning] msg: long_schedule, mfa: emqx_sys_mon:handle_info/2(140), info: [{timeout,500},{in,undefined},{out,undefined}], procinfo: [{pid,<0.2593.0>},{memory,1496},{total_heap_size,56},{heap_size,56},{stack_size,1},{min_heap_size,233},{proc_lib_initial_call,{ekka_locker,init,['Argument__1']}},{initial_call,{proc_lib,init_p,5}},{current_stacktrace,[]},{registered_name,emqx_cm_locker},{status,waiting},{message_queue_len,0},{group_leader,<0.2526.0>},{priority,normal},{trap_exit,false},{reductions,910191},{last_calls,false},{catchlevel,0},{trace,0},{suspending,[]},{sequential_trace_token,[]},{error_handler,error_handler}]
2023-12-02T04:41:50.051056396Z 2023-12-02T04:41:30.249693+00:00 [warning] msg: long_schedule, mfa: emqx_sys_mon:handle_info/2(140), info: [{timeout,397},{in,{mria_rlog_server,handle_info,2}},{out,{mria_rlog_server,handle_info,2}}], procinfo: [{pid,<0.2758.0>},{memory,27136},{total_heap_size,3261},{heap_size,2586},{stack_size,11},{min_heap_size,233},{proc_lib_initial_call,{mria_rlog_server,init,['Argument__1']}},{initial_call,{proc_lib,init_p,5}},{current_stacktrace,[{gen_server,loop,7,[{file,"gen_server.erl"},{line,871}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,240}]}]},{registered_name,emqx_retainer_shard},{status,waiting},{message_queue_len,0},{group_leader,<0.2208.0>},{priority,normal},{trap_exit,true},{reductions,16682881},{last_calls,false},{catchlevel,1},{trace,0},{suspending,[]},{sequential_trace_token,[]},{error_handler,error_handler}]
2023-12-02T04:41:50.051060573Z 2023-12-02T04:41:30.249831+00:00 [warning] msg: long_schedule, mfa: emqx_sys_mon:handle_info/2(140), info: [{timeout,701},{in,{gen_server,loop,7}},{out,{logger_std_h,file_ctrl_call,2}}], procinfo: [{pid,<0.2084.0>},{memory,31056},{total_heap_size,3633},{heap_size,2586},{stack_size,43},{min_heap_size,233},{proc_lib_initial_call,{logger_olp,init,['Argument__1']}},{initial_call,{proc_lib,init_p,5}},{current_stacktrace,[{logger_std_h,file_ctrl_call,2,[{file,"logger_std_h.erl"},{line,388}]},{logger_std_h,write,4,[{file,"logger_std_h.erl"},{line,266}]},{logger_h_common,handle_load,2,[{file,"logger_h_common.erl"},{line,246}]},{logger_olp,try_callback_call,4,[{file,"logger_olp.erl"},{line,600}]},{logger_olp,handle_load,5,[{file,"logger_olp.erl"},{line,387}]},{logger_olp,handle_cast,2,[{file,"logger_olp.erl"},{line,254}]},{gen_server,try_dispatch,4,[{file,"gen_server.erl"},{line,1123}]},{gen_server,handle_msg,6,[{file,"gen_server.erl"},{line,1200}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,240}]}]},{registered_name,logger_std_h_console},{status,waiting},{message_queue_len,5},{group_leader,<0.2040.0>},{priority,normal},{trap_exit,true},{reductions,36483},{last_calls,false},{catchlevel,3},{trace,0},{suspending,[]},{sequential_trace_token,[]},{error_handler,error_handler}]
2023-12-02T04:41:50.051080286Z 2023-12-02T04:41:30.250007+00:00 [warning] msg: long_schedule, mfa: emqx_sys_mon:handle_info/2(140), info: [{timeout,2900},{in,{gen_server,loop,7}},{out,undefined}], procinfo: [{pid,<0.2611.0>},{memory,26472},{total_heap_size,3196},{heap_size,1598},{stack_size,12},{min_heap_size,233},{proc_lib_initial_call,{emqx_alarm,init,['Argument__1']}},{initial_call,{proc_lib,init_p,5}},{current_stacktrace,[{gen_server,loop,7,[{file,"gen_server.erl"},{line,871}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,240}]}]},{registered_name,emqx_alarm},{status,waiting},{message_queue_len,0},{group_leader,<0.2526.0>},{priority,normal},{trap_exit,false},{reductions,84035},{last_calls,false},{catchlevel,1},{trace,0},{suspending,[]},{sequential_trace_token,[]},{error_handler,error_handler}]
2023-12-02T04:41:50.051088335Z 2023-12-02T04:41:30.251221+00:00 [warning] msg: busy_port, mfa: emqx_sys_mon:handle_info/2(182), portinfo: [{port,#Port<0.6>},{name,"0/1"},{links,[<0.2065.0>]},{id,48},{connected,<0.2065.0>},{input,0},{output,43857},{os_pid,undefined}], procinfo: [{pid,<0.2065.0>},{memory,5816},{total_heap_size,609},{heap_size,233},{stack_size,5},{min_heap_size,233},{initial_call,{erlang,apply,2}},{current_stacktrace,[{user,server_loop,2,[{file,"user.erl"},{line,131}]}]},{registered_name,user},{status,waiting},{message_queue_len,0},{group_leader,<0.2040.0>},{priority,normal},{trap_exit,true},{reductions,31980},{last_calls,false},{catchlevel,0},{trace,0},{suspending,[]},{sequential_trace_token,[]},{error_handler,error_handler}]
2023-12-02T04:41:50.051092140Z 2023-12-02T04:41:34.352872+00:00 [error] Error in process <0.12133.4> on node 'emqx@172.18.0.2' with exit value:, {{badmatch,{error,timeout}},[{cpu_sup,measurement_server_init,0,[{file,"cpu_sup.erl"},{line,485}]}]}, mfa: undefined
2023-12-02T04:41:50.051129456Z 2023-12-02T04:41:34.547237+00:00 [warning] msg: long_schedule, mfa: emqx_sys_mon:handle_info/2(140), info: [{timeout,400},{in,{gen,do_call,4}},{out,{gen,do_call,4}}], procinfo: [{pid,<0.2615.0>},{memory,24680},{total_heap_size,2964},{heap_size,2586},{stack_size,35},{min_heap_size,233},{proc_lib_initial_call,{emqx_os_mon,init,['Argument__1']}},{initial_call,{proc_lib,init_p,5}},{current_stacktrace,[{gen_server,loop,7,[{file,"gen_server.erl"},{line,871}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,240}]}]},{registered_name,emqx_os_mon},{status,waiting},{message_queue_len,0},{group_leader,<0.2526.0>},{priority,normal},{trap_exit,false},{reductions,30252673},{last_calls,false},{catchlevel,1},{trace,0},{suspending,[]},{sequential_trace_token,[]},{error_handler,error_handler}]
2023-12-02T04:41:50.051135861Z 2023-12-02T04:41:40.051874+00:00 [warning] Mnesia('emqx@172.18.0.2'): ** WARNING ** Mnesia is overloaded: {dump_log,time_threshold}
2023-12-02T04:41:50.051138226Z 2023-12-02T04:41:40.155778+00:00 [warning] Mnesia overload: {dump_log,time_threshold} mfa: undefined
2023-12-02T04:41:50.051144260Z 2023-12-02T04:41:39.035311+00:00 [warning] msg: long_schedule, mfa: emqx_sys_mon:handle_info/2(140), info: [{timeout,1091},{in,{logger_olp,handle_info,2}},{out,undefined}], procinfo: [{pid,<0.2082.0>},{memory,34376},{total_heap_size,4184},{heap_size,1598},{stack_size,11},{min_heap_size,233},{proc_lib_initial_call,{logger_olp,init,['Argument__1']}},{initial_call,{proc_lib,init_p,5}},{current_stacktrace,[{gen_server,loop,7,[{file,"gen_server.erl"},{line,871}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,240}]}]},{registered_name,logger_proxy},{status,waiting},{message_queue_len,0},{group_leader,<0.2040.0>},{priority,normal},{trap_exit,true},{reductions,27220},{last_calls,false},{catchlevel,1},{trace,0},{suspending,[]},{sequential_trace_token,[]},{error_handler,error_handler}]
2023-12-02T04:41:50.051152083Z 2023-12-02T04:41:40.435344+00:00 [warning] msg: long_schedule, mfa: emqx_sys_mon:handle_info/2(140), info: [{timeout,387},{in,undefined},{out,{disk_log,loop,1}}], procinfo: [{pid,<0.12138.4>},{memory,9024},{total_heap_size,986},{heap_size,376},{stack_size,6},{min_heap_size,233},{proc_lib_initial_call,{disk_log,init,['Argument__1','Argument__2']}},{initial_call,{proc_lib,init_p,5}},{current_stacktrace,[{disk_log,loop,1,[{file,"disk_log.erl"},{line,683}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,240}]}]},{registered_name,[]},{status,waiting},{message_queue_len,0},{group_leader,<0.2040.0>},{priority,normal},{trap_exit,true},{reductions,379},{last_calls,false},{catchlevel,1},{trace,0},{suspending,[]},{sequential_trace_token,[]},{error_handler,error_handler}]
2023-12-02T04:41:50.051155696Z 2023-12-02T04:41:40.539685+00:00 [warning] msg: long_schedule, mfa: emqx_sys_mon:handle_info/2(140), info: [{timeout,302},{in,{user,server_loop,2}},{out,{user,server_loop,2}}], procinfo: [{pid,<0.2065.0>},{memory,5816},{total_heap_size,609},{heap_size,233},{stack_size,14},{min_heap_size,233},{initial_call,{erlang,apply,2}},{current_stacktrace,[{user,server_loop,2,[{file,"user.erl"},{line,131}]}]},{registered_name,user},{status,waiting},{message_queue_len,0},{group_leader,<0.2040.0>},{priority,normal},{trap_exit,true},{reductions,32701},{last_calls,false},{catchlevel,0},{trace,0},{suspending,[]},{sequential_trace_token,[]},{error_handler,error_handler}]
2023-12-02T04:41:50.051158960Z 2023-12-02T04:41:40.540215+00:00 [warning] msg: long_schedule, mfa: emqx_sys_mon:handle_info/2(140), info: [{timeout,280},{in,{gen,do_call,4}},{out,{gen,do_call,4}}], procinfo: [{pid,<0.12130.4>},{memory,18712},{total_heap_size,2208},{heap_size,1598},{stack_size,17},{min_heap_size,233},{initial_call,{mnesia_controller,dump_and_reply,2}},{current_stacktrace,[{disk_log,monitor_request,2,[{file,"disk_log.erl"},{line,1884}]},{mnesia_log,close_log,1,[{file,"mnesia_log.erl"},{line,379}]},{mnesia_log,save_decision_tab,1,[{file,"mnesia_log.erl"},{line,535}]},{mnesia_dumper,perform_dump,2,[{file,"mnesia_dumper.erl"},{line,151}]},{mnesia_controller,dump_and_reply,2,[{file,"mnesia_controller.erl"},{line,2140}]}]},{registered_name,[]},{status,waiting},{message_queue_len,0},{group_leader,<0.2221.0>},{priority,normal},{trap_exit,false},{reductions,2883},{last_calls,false},{catchlevel,0},{trace,0},{suspending,[]},{sequential_trace_token,[]},{error_handler,error_handler}]
2023-12-02T04:41:50.051163201Z 2023-12-02T04:41:41.856979+00:00 [warning] msg: long_schedule, mfa: emqx_sys_mon:handle_info/2(140), info: [{timeout,286},{in,{gen_server,loop,7}},{out,{gen_server,loop,7}}], procinfo: [{pid,<0.2050.0>},{memory,6340},{total_heap_size,625},{heap_size,233},{stack_size,11},{min_heap_size,233},{proc_lib_initial_call,{global,init,['Argument__1']}},{initial_call,{proc_lib,init_p,5}},{current_stacktrace,[{gen_server,loop,7,[{file,"gen_server.erl"},{line,871}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,240}]}]},{registered_name,global_name_server},{status,waiting},{message_queue_len,0},{group_leader,<0.2040.0>},{priority,normal},{trap_exit,true},{reductions,1144903},{last_calls,false},{catchlevel,1},{trace,0},{suspending,[]},{sequential_trace_token,[]},{error_handler,error_handler}]
2023-12-02T04:41:50.051167270Z 2023-12-02T04:41:43.542337+00:00 [warning] msg: long_schedule, mfa: emqx_sys_mon:handle_info/2(140), info: [{timeout,300},{in,{gen,do_call,4}},{out,{gen,do_call,4}}], procinfo: [{pid,<0.12144.4>},{memory,26536},{total_heap_size,3196},{heap_size,2586},{stack_size,58},{min_heap_size,233},{initial_call,{mnesia_controller,dump_and_reply,2}},{current_stacktrace,[{gen,do_call,4,[{file,"gen.erl"},{line,237}]},{gen_server,call,3,[{file,"gen_server.erl"},{line,381}]},{mnesia_log,open_log,6,[{file,"mnesia_log.erl"},{line,335}]},{mnesia_dumper,open_disc_copies,2,[{file,"mnesia_dumper.erl"},{line,1154}]},{mnesia_dumper,disc_insert,8,[{file,"mnesia_dumper.erl"},{line,359}]},{mnesia_dumper,insert_ops,6,[{file,"mnesia_dumper.erl"},{line,345}]},{mnesia_dumper,do_insert_rec,5,[{file,"mnesia_dumper.erl"},{line,278}]},{mnesia_dumper,insert_recs,5,[{file,"mnesia_dumper.erl"},{line,210}]},{mnesia_dumper,do_perform_dump,5,[{file,"mnesia_dumper.erl"},{line,194}]},{mnesia_dumper,perform_dump,2,[{file,"mnesia_dumper.erl"},{line,146}]},{mnesia_controller,dump_and_reply,2,[{file,"mnesia_controller.erl"},{line,2140}]}]},{registered_name,[]},{status,waiting},{message_queue_len,0},{group_leader,<0.2221.0>},{priority,normal},{trap_exit,false},{reductions,2778},{last_calls,false},{catchlevel,3},{trace,0},{suspending,[]},{sequential_trace_token,[]},{error_handler,error_handler}]
2023-12-02T04:41:50.051191456Z [os_mon] cpu supervisor port (cpu_sup): Erlang has closed
2023-12-02T04:41:50.051231679Z [os_mon] cpu supervisor port (cpu_sup): Error writing to Erlang
2023-12-02T04:41:51.847863468Z 2023-12-02T04:41:51.847142+00:00 [warning] msg: alarm_is_deactivated, mfa: emqx_alarm:do_actions/3(424), name: runq_overload
2023-12-02T04:42:34.463752186Z 2023-12-02T04:42:34.463293+00:00 [warning] msg: alarm_is_deactivated, mfa: emqx_alarm:do_actions/3(424), name: high_system_memory_usage
[root@iZwz9blngzqalt0mglj3h0Z ~]#
lewangdev commented 9 months ago

连不上OpenAI的接口

skstudying commented 9 months ago

请问是stt还是llm?

skstudying commented 9 months ago

EMQX有问题吗? 因为这边网页端去登陆18083很卡很卡而且经常断开。

lewangdev commented 9 months ago

emqx挂了

lewangdev commented 9 months ago

看到你的emqx有一些其它客户端连上来了,也需要做一下安全配置

skstudying commented 9 months ago

请问怎么安全配置呢?我自己是设置了密码。而且我本来也是多台设备连一个emqx

lewangdev commented 9 months ago

参考这个视频,主要是把玩具的sn/key和服务器配置的都加到emqx的用户认证里面。

https://youtu.be/3yW5260OTwY?si=8DqmpOs7D5zH54sd

如果服务器资源不够,可以考虑用 mosquitto 做mqtt服务器

skstudying commented 9 months ago

昨天重启了实例,问题就解决了。服务器是阿里云2H2G,这样会资源不够吗?

今天另一台服务器出现了一个别的问题,也是兔子连上后没反应。这是问题发生的logs,可以帮忙看看吗?

2023-12-03T02:02:58.239254446Z 2023-12-03 10:02:58,238 - DEBUG - Received /user/folotoy/08d1f9c69348/thing/command/callAck: message data: {'msgId': 0, 'identifier': 'updatetoken', 'result': 1}
2023-12-03T02:02:58.239309217Z 2023-12-03 10:02:58,238 - DEBUG - Command call ack: True, topic_tokens: {'#': [], '+': ['08d1f9c69348']}
2023-12-03T02:02:59.998864677Z 2023-12-03 10:02:59,998 - DEBUG - Received /user/folotoy/08d1f9c69348/thing/command/callAck: message data: {'msgId': 1, 'identifier': 'updateconfig', 'result': 1}
2023-12-03T02:02:59.998977480Z 2023-12-03 10:02:59,998 - DEBUG - Command call ack: True, topic_tokens: {'#': [], '+': ['08d1f9c69348']}
2023-12-03T02:03:10.001291507Z 2023-12-03 10:03:09,998 - DEBUG - Received /user/folotoy/08d1f9c69348/thing/event/post: message data: {'msgId': 1, 'identifier': 'press_small_btn', 'outParams': {'keyCode': 3, 'changed': 1}}
2023-12-03T02:03:10.001341298Z 2023-12-03 10:03:10,000 - DEBUG - Starting new HTTPS connection (1): openai-api.magickchat.com:443
2023-12-03T02:03:11.517847579Z 2023-12-03 10:03:11,517 - DEBUG - https://openai-api.magickchat.com:443 "POST /v1/audio/speech HTTP/1.1" 200 None
2023-12-03T02:03:11.969888295Z 2023-12-03 10:03:11,969 - DEBUG - TTS(openai-tts) request time cost: 1.97s
2023-12-03T02:03:11.971864616Z 2023-12-03 10:03:11,971 - DEBUG - Publish topic: /user/folotoy/08d1f9c69348/thing/command/call, msg: {"msgId": 2, "identifier": "updatestartvoice", "inputParams": {"url": "http://120.24.196.182:8082/voice-6a8efb23b27f4216b94d20f6072e164d.mp3", "keyCode": 3, "etag": "4251ecb08c3dfaf5eac85c12ba070f8b"}}
2023-12-03T02:03:15.066813265Z 2023-12-03 10:03:15,066 - DEBUG - Received /user/folotoy/08d1f9c69348/thing/command/callAck: message data: {'msgId': 2, 'identifier': 'updatestartvoice', 'result': 1}
2023-12-03T02:03:15.067562275Z 2023-12-03 10:03:15,066 - DEBUG - Command call ack: True, topic_tokens: {'#': [], '+': ['08d1f9c69348']}
2023-12-03T02:04:17.086543357Z 2023-12-03 10:04:17,086 - DEBUG - Received /user/folotoy/08d1f9c69348/thing/event/post: message data: {'msgId': 2, 'identifier': 'press_small_btn', 'outParams': {'keyCode': 4, 'changed': 0}}
2023-12-03T02:04:17.086585948Z 2023-12-03 10:04:17,086 - DEBUG - Role no changed, empty the messages
2023-12-03T02:04:22.579395253Z 2023-12-03 10:04:22,578 - DEBUG - Received /user/folotoy/08d1f9c69348/thing/event/post: message data: {'msgId': 3, 'identifier': 'press_small_btn', 'outParams': {'keyCode': 5, 'changed': 1}}
2023-12-03T02:04:31.558096567Z 2023-12-03 10:04:31,557 - DEBUG - TTS(azure-tts) request time cost: 8.97s
2023-12-03T02:04:31.558682028Z 2023-12-03 10:04:31,558 - DEBUG - Speech synthesized for text [你好,我是你的好朋友小可,有什么悄悄话对我说吗?]
2023-12-03T02:04:31.661649551Z 2023-12-03 10:04:31,661 - DEBUG - Publish topic: /user/folotoy/08d1f9c69348/thing/command/call, msg: {"msgId": 3, "identifier": "updatestartvoice", "inputParams": {"url": "http://120.24.196.182:8082/voice-2fdbe25795174422a9dc84995ce3b15c.mp3", "keyCode": 5, "etag": "e3efc139060b25a0b22f8e5ea5208e9e"}}
2023-12-03T02:04:33.658468753Z 2023-12-03 10:04:33,658 - DEBUG - Received /user/folotoy/08d1f9c69348/thing/command/callAck: message data: {'msgId': 3, 'identifier': 'updatestartvoice', 'result': 1}
2023-12-03T02:04:33.658516162Z 2023-12-03 10:04:33,658 - DEBUG - Command call ack: True, topic_tokens: {'#': [], '+': ['08d1f9c69348']}
skstudying commented 9 months ago

这个问题就是,兔子切换角色会说话,但是提问问题后闪一会儿绿色,就白了。 更详细的logs如下:

2023-12-03T02:26:13.759461299Z 2023-12-03 10:26:13,758 - DEBUG - Received /user/folotoy/08d1f9c69348/thing/event/post: message data: {'msgId': 4, 'identifier': 'press_small_btn', 'outParams': {'keyCode': 6, 'changed': 1}}
2023-12-03T02:26:14.709383807Z 2023-12-03 10:26:14,709 - DEBUG - TTS(azure-tts) request time cost: 0.95s
2023-12-03T02:26:14.709901060Z 2023-12-03 10:26:14,709 - DEBUG - Speech synthesized for text [你好,我是小百,你有什么想知道的吗?]
2023-12-03T02:26:14.812885689Z 2023-12-03 10:26:14,812 - DEBUG - Publish topic: /user/folotoy/08d1f9c69348/thing/command/call, msg: {"msgId": 4, "identifier": "updatestartvoice", "inputParams": {"url": "http://120.24.196.182:8082/voice-7b2a20f264fd44c3aeb677d746455371.mp3", "keyCode": 6, "etag": "e7f984e99ca94b1d93f3f3045009dd90"}}
2023-12-03T02:26:16.846625144Z 2023-12-03 10:26:16,846 - DEBUG - Received /user/folotoy/08d1f9c69348/thing/command/callAck: message data: {'msgId': 4, 'identifier': 'updatestartvoice', 'result': 1}
2023-12-03T02:26:16.846658286Z 2023-12-03 10:26:16,846 - DEBUG - Command call ack: True, topic_tokens: {'#': [], '+': ['08d1f9c69348']}

我发现log很少,而且我按键录音那段,就没有那些博客。

skstudying commented 9 months ago

这是emqx的logs

2023-12-02T01:14:30.438518965Z 2023-12-02T01:14:30.437747+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 183.136.225.31:64983, clientid: nmapNSJKJLFQRGOLJUAE, topic: $SYS/#, ipaddr: {183,136,225,31}, source: file, username: undefined
2023-12-02T01:14:30.438939151Z 2023-12-02T01:14:30.438167+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 183.136.225.31:64983, clientid: nmapNSJKJLFQRGOLJUAE, topic: #, ipaddr: {183,136,225,31}, source: file, username: undefined
2023-12-02T05:37:28.672192253Z 2023-12-02T05:37:28.671462+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 167.248.133.124:57892, clientid: CENSYS, topic: #, ipaddr: {167,248,133,124}, source: file, username: undefined
2023-12-02T08:42:12.860742580Z 2023-12-02T08:42:12.859857+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 167.94.145.56:50842, clientid: CENSYS, topic: #, ipaddr: {167,94,145,56}, source: file, username: undefined
2023-12-02T13:47:01.607197639Z 2023-12-02T13:47:01.606529+00:00 [warning] msg: unexpected_api_access, mfa: emqx_dashboard_not_found:init/2(25), request: #{bindings => #{},body_length => 0,cert => undefined,has_body => false,headers => #{<<"accept-encoding">> => <<"gzip, x-gzip, deflate">>,<<"host">> => <<"120.24.194.182static">>,<<"user-agent">> => <<"Apache-HttpClient/5.1.3 (Java/1.8.0_342)">>},host => <<"120.24.194.182static">>,host_info => undefined,method => <<"GET">>,path => <<"/emq.ico">>,path_info => undefined,peer => {{47,92,78,102},32978},pid => <0.31479.1>,port => 80,qs => <<>>,ref => 'http:dashboard',scheme => <<"http">>,sock => {{172,18,0,2},18083},streamid => 1,version => 'HTTP/1.1'}
2023-12-02T19:03:32.884170719Z 2023-12-02T19:03:32.883400+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 162.142.125.220:52538, clientid: CENSYS, topic: #, ipaddr: {162,142,125,220}, source: file, username: undefined
2023-12-03T01:57:29.315607110Z 2023-12-03T01:57:29.314863+00:00 [warning] msg: authorization_permission_denied, mfa: emqx_authz:authorize_non_superuser/5(489), peername: 167.94.138.125:47818, clientid: CENSYS, topic: #, ipaddr: {167,94,138,125}, source: file, username: undefined
skstudying commented 9 months ago

看 ip:18083,为啥莫名其妙多了个CENSYS而且还连接失败了 image

lewangdev commented 9 months ago

udp端口开了没?

昨天重启了实例,问题就解决了。服务器是阿里云2H2G,这样会资源不够吗?

今天另一台服务器出现了一个别的问题,也是兔子连上后没反应。这是问题发生的logs,可以帮忙看看吗?


2023-12-03T02:02:58.239254446Z 2023-12-03 10:02:58,238 - DEBUG - Received /user/folotoy/08d1f9c69348/thing/command/callAck: message data: {'msgId': 0, 'identifier': 'updatetoken', 'result': 1}

2023-12-03T02:02:58.239309217Z 2023-12-03 10:02:58,238 - DEBUG - Command call ack: True, topic_tokens: {'#': [], '+': ['08d1f9c69348']}

2023-12-03T02:02:59.998864677Z 2023-12-03 10:02:59,998 - DEBUG - Received /user/folotoy/08d1f9c69348/thing/command/callAck: message data: {'msgId': 1, 'identifier': 'updateconfig', 'result': 1}

2023-12-03T02:02:59.998977480Z 2023-12-03 10:02:59,998 - DEBUG - Command call ack: True, topic_tokens: {'#': [], '+': ['08d1f9c69348']}

2023-12-03T02:03:10.001291507Z 2023-12-03 10:03:09,998 - DEBUG - Received /user/folotoy/08d1f9c69348/thing/event/post: message data: {'msgId': 1, 'identifier': 'press_small_btn', 'outParams': {'keyCode': 3, 'changed': 1}}

2023-12-03T02:03:10.001341298Z 2023-12-03 10:03:10,000 - DEBUG - Starting new HTTPS connection (1): openai-api.magickchat.com:443

2023-12-03T02:03:11.517847579Z 2023-12-03 10:03:11,517 - DEBUG - https://openai-api.magickchat.com:443 "POST /v1/audio/speech HTTP/1.1" 200 None

2023-12-03T02:03:11.969888295Z 2023-12-03 10:03:11,969 - DEBUG - TTS(openai-tts) request time cost: 1.97s

2023-12-03T02:03:11.971864616Z 2023-12-03 10:03:11,971 - DEBUG - Publish topic: /user/folotoy/08d1f9c69348/thing/command/call, msg: {"msgId": 2, "identifier": "updatestartvoice", "inputParams": {"url": "http://120.24.196.182:8082/voice-6a8efb23b27f4216b94d20f6072e164d.mp3", "keyCode": 3, "etag": "4251ecb08c3dfaf5eac85c12ba070f8b"}}

2023-12-03T02:03:15.066813265Z 2023-12-03 10:03:15,066 - DEBUG - Received /user/folotoy/08d1f9c69348/thing/command/callAck: message data: {'msgId': 2, 'identifier': 'updatestartvoice', 'result': 1}

2023-12-03T02:03:15.067562275Z 2023-12-03 10:03:15,066 - DEBUG - Command call ack: True, topic_tokens: {'#': [], '+': ['08d1f9c69348']}

2023-12-03T02:04:17.086543357Z 2023-12-03 10:04:17,086 - DEBUG - Received /user/folotoy/08d1f9c69348/thing/event/post: message data: {'msgId': 2, 'identifier': 'press_small_btn', 'outParams': {'keyCode': 4, 'changed': 0}}

2023-12-03T02:04:17.086585948Z 2023-12-03 10:04:17,086 - DEBUG - Role no changed, empty the messages

2023-12-03T02:04:22.579395253Z 2023-12-03 10:04:22,578 - DEBUG - Received /user/folotoy/08d1f9c69348/thing/event/post: message data: {'msgId': 3, 'identifier': 'press_small_btn', 'outParams': {'keyCode': 5, 'changed': 1}}

2023-12-03T02:04:31.558096567Z 2023-12-03 10:04:31,557 - DEBUG - TTS(azure-tts) request time cost: 8.97s

2023-12-03T02:04:31.558682028Z 2023-12-03 10:04:31,558 - DEBUG - Speech synthesized for text [你好,我是你的好朋友小可,有什么悄悄话对我说吗?]

2023-12-03T02:04:31.661649551Z 2023-12-03 10:04:31,661 - DEBUG - Publish topic: /user/folotoy/08d1f9c69348/thing/command/call, msg: {"msgId": 3, "identifier": "updatestartvoice", "inputParams": {"url": "http://120.24.196.182:8082/voice-2fdbe25795174422a9dc84995ce3b15c.mp3", "keyCode": 5, "etag": "e3efc139060b25a0b22f8e5ea5208e9e"}}

2023-12-03T02:04:33.658468753Z 2023-12-03 10:04:33,658 - DEBUG - Received /user/folotoy/08d1f9c69348/thing/command/callAck: message data: {'msgId': 3, 'identifier': 'updatestartvoice', 'result': 1}

2023-12-03T02:04:33.658516162Z 2023-12-03 10:04:33,658 - DEBUG - Command call ack: True, topic_tokens: {'#': [], '+': ['08d1f9c69348']}
lewangdev commented 9 months ago

参考前面提到的视频,配置一下用户认证,这样别人就连不上了

看 ip:18083,为啥莫名其妙多了个CENSYS而且还连接失败了

image

skstudying commented 9 months ago

所有端口都是打开的;不太清楚怎么回事 image

关于用户认证那个,谢谢建议,我现在去做。 但我感觉不只是用户认证的问题,因为CENSYS这个客户端连接的时间和我开兔子的时间是一致的。

skstudying commented 9 months ago

这是这个服务器的docker_compose.yml,是有地方写错了吗?之前还可以的,昨天开始不行了。

services:
 emqx:
   image: emqx/emqx:latest
   restart: always
   ports:
     - "1883:1883/tcp"
     - "18083:18083/tcp"
     - "8083:8083/tcp"
   volumes:
     - emqx-data:/opt/emqx/data
     - emqx-log:/opt/emqx/log
 nginx:
   image: nginx:latest
   restart: always
   ports:
     - "8082:80/tcp"
   volumes:
     - ./audio:/usr/share/nginx/html
 folotoy:
   image: lewangdev/folotoy-server:latest
   restart: always
   depends_on:
     emqx:
         condition: service_started
     nginx:
         condition: service_started
   ports:
     - "8085:8085/udp"
   volumes:
     - ./audio:/audio
     - ./roles.json:/roles.json
   environment:
     TZ: Asia/Shanghai

     LOG_LEVEL: DEBUG

     ROLES_FILE_PATH: /roles.json

     # Default STT(Sound To Text) type
     # Options: [openai-whisper, azure-whisper, azure-stt]
     STT_TYPE: azure-stt

     # OpenAI Whisper
     OPENAI_WHISPER_API_BASE: https://apiai.cn/v1
     OPENAI_WHISPER_KEY: sk-rv6KZqO1NLBnakuI8eF6Ec1aA8E74d47A947xxxxx
     OPENAI_WHISPER_MODEL: whisper-1

     # Azure Whisper
     AZURE_WHISPER_API_BASE: https://xxxxx.openai.azure.com
     AZURE_WHISPER_KEY: 9afbef65bcf6487eeeeeeeeeeeeeeeeeee
     AZURE_WHISPER_DEPLOYMENT_NAME: whisper
     AZURE_WHISPER_API_VERSION: 2023-09-01-preview

     # Azure STT
     AZURE_STT_KEY: 2e63688a725bxxxx
     AZURE_STT_SERVICE_REGION: eastasia

     # Default LLM(Large Language Model) type
     # Options: [openai, azure-openai]
     LLM_TYPE: openai

     # OpenAI
     OPENAI_OPENAI_API_BASE: https://apiai.cn/v1
     OPENAI_OPENAI_KEY: sk-rv6KZqO1NLBnakuI8eF6Ec1aAxxxx

     #Azure OpenAI
     AZURE_OPENAI_KEY: ef0f2781b5a24b15baaaaaaaaaaaaaaaaaaaaaaa
     AZURE_OPENAI_ENDPOINT: https://xxxxx.openai.azure.com/
     AZURE_OPENAI_API_VERSION: "2023-05-15"

     #Baidu YIYAN API
     #LLM_TYPE: yiyan
     YIYAN_CLIENT_ID: xxxxxxxxxxxxxxxxxx
     YIYAN_SECRET: xxxxxxxxxxxxxxxxxxxxx

     # If your elevenlabs is a free account, keep 2 here
     VOICE_EXECUTOR_MAX_WORKERS: 2

     # Default TTS(Text to Sound) type
     # Options: [edge-tts, azure-tts, elevenlabs, openai-tts]
     # edge-tts is Free but slow
     TTS_TYPE: azure-tts

     # Azure TTS
     AZURE_TTS_KEY: 2e63688a725b496aac83xxx
     AZURE_TTS_SERVICE_REGION: eastasia

     # elevenlabs
     ELEVENLABS_TTS_KEY: a920b73991e68d5c9c9aaaaaaaaaaaaaaaa
     ELEVENLABS_TTS_MODEL: eleven_multilingual_v2

     # OpenAI TTS
     OPENAI_TTS_API_BASE: https://apiai.cn/v1
     OPENAI_TTS_KEY: sk-rv6KZqO1NLBnakuI8eF6Ec1aA8x
     OPENAI_TTS_MODEL: tts-1

     AUDIO_DOWNLOAD_URL: http://120.24.196.xxx:8082
     AUDIO_SAVE_PATH: /audio

     # MQTT Broker
     MQTT_BROKER_HOST: emqx
     MQTT_BROKER_PORT: 1883
     MQTT_CLIENT_ID: folotoy
     MQTT_USERNAME: folotoy
     MQTT_PASSWORD: folotoy

     SPEECH_UDP_SERVER_HOST: 120.24.196.xxx
     SPEECH_UDP_SERVER_PORT: 8085

volumes:
 emqx-data:
 emqx-log:
lewangdev commented 9 months ago

CENSYS 是一个扫描服务,它一直在网上乱扫描,它出现了说明你的服务器安全配置还不够,加上认证就行了,如果想要了解更多的安全配置,需要去emqx网站学习他们的设置

lewangdev commented 9 months ago

配置没什么问题,请问 emqx开认证了没?服务器内部的防火墙端口是否开了

这是这个服务器的docker_compose.yml,是有地方写错了吗?之前还可以的,昨天开始不行了。


services:

 emqx:

   image: emqx/emqx:latest

   restart: always

   ports:

     - "1883:1883/tcp"

     - "18083:18083/tcp"

     - "8083:8083/tcp"

   volumes:

     - emqx-data:/opt/emqx/data

     - emqx-log:/opt/emqx/log

 nginx:

   image: nginx:latest

   restart: always

   ports:

     - "8082:80/tcp"

   volumes:

     - ./audio:/usr/share/nginx/html

 folotoy:

   image: lewangdev/folotoy-server:latest

   restart: always

   depends_on:

     emqx:

         condition: service_started

     nginx:

         condition: service_started

   ports:

     - "8085:8085/udp"

   volumes:

     - ./audio:/audio

     - ./roles.json:/roles.json

   environment:

     TZ: Asia/Shanghai

     LOG_LEVEL: DEBUG

     ROLES_FILE_PATH: /roles.json

     # Default STT(Sound To Text) type

     # Options: [openai-whisper, azure-whisper, azure-stt]

     STT_TYPE: azure-stt

     # OpenAI Whisper

     OPENAI_WHISPER_API_BASE: https://apiai.cn/v1

     OPENAI_WHISPER_KEY: sk-rv6KZqO1NLBnakuI8eF6Ec1aA8E74d47A947xxxxx

     OPENAI_WHISPER_MODEL: whisper-1

     # Azure Whisper

     AZURE_WHISPER_API_BASE: https://xxxxx.openai.azure.com

     AZURE_WHISPER_KEY: 9afbef65bcf6487eeeeeeeeeeeeeeeeeee

     AZURE_WHISPER_DEPLOYMENT_NAME: whisper

     AZURE_WHISPER_API_VERSION: 2023-09-01-preview

     # Azure STT

     AZURE_STT_KEY: 2e63688a725bxxxx

     AZURE_STT_SERVICE_REGION: eastasia

     # Default LLM(Large Language Model) type

     # Options: [openai, azure-openai]

     LLM_TYPE: openai

     # OpenAI

     OPENAI_OPENAI_API_BASE: https://apiai.cn/v1

     OPENAI_OPENAI_KEY: sk-rv6KZqO1NLBnakuI8eF6Ec1aAxxxx

     #Azure OpenAI

     AZURE_OPENAI_KEY: ef0f2781b5a24b15baaaaaaaaaaaaaaaaaaaaaaa

     AZURE_OPENAI_ENDPOINT: https://xxxxx.openai.azure.com/

     AZURE_OPENAI_API_VERSION: "2023-05-15"

     #Baidu YIYAN API

     #LLM_TYPE: yiyan

     YIYAN_CLIENT_ID: xxxxxxxxxxxxxxxxxx

     YIYAN_SECRET: xxxxxxxxxxxxxxxxxxxxx

     # If your elevenlabs is a free account, keep 2 here

     VOICE_EXECUTOR_MAX_WORKERS: 2

     # Default TTS(Text to Sound) type

     # Options: [edge-tts, azure-tts, elevenlabs, openai-tts]

     # edge-tts is Free but slow

     TTS_TYPE: azure-tts

     # Azure TTS

     AZURE_TTS_KEY: 2e63688a725b496aac83xxx

     AZURE_TTS_SERVICE_REGION: eastasia

     # elevenlabs

     ELEVENLABS_TTS_KEY: a920b73991e68d5c9c9aaaaaaaaaaaaaaaa

     ELEVENLABS_TTS_MODEL: eleven_multilingual_v2

     # OpenAI TTS

     OPENAI_TTS_API_BASE: https://apiai.cn/v1

     OPENAI_TTS_KEY: sk-rv6KZqO1NLBnakuI8eF6Ec1aA8x

     OPENAI_TTS_MODEL: tts-1

     AUDIO_DOWNLOAD_URL: http://120.24.196.xxx:8082

     AUDIO_SAVE_PATH: /audio

     # MQTT Broker

     MQTT_BROKER_HOST: emqx

     MQTT_BROKER_PORT: 1883

     MQTT_CLIENT_ID: folotoy

     MQTT_USERNAME: folotoy

     MQTT_PASSWORD: folotoy

     SPEECH_UDP_SERVER_HOST: 120.24.196.xxx

     SPEECH_UDP_SERVER_PORT: 8085

volumes:

 emqx-data:

 emqx-log: