You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This 2 types of errors are showing in the log file:
1st:
Exception in thread Thread-23:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/local/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/inverter/TcpProxy.py", line 71, in transfer
buffer = src.recv(0x400)
error: [Errno 104] Connection reset by peer
2nd:
Exception in thread Thread-21:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/local/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/inverter/TcpProxy.py", line 76, in transfer
dst.send(buffer)
File "/usr/local/lib/python2.7/socket.py", line 174, in _dummy
raise error(EBADF, 'Bad file descriptor')
error: [Errno 9] Bad file descriptor
Do you think you can fix it?
The text was updated successfully, but these errors were encountered:
Hello,
It will be possible to help with the configuration, this will have the following error.
2020-08-23 14: 46: 28,168 INFO [FakeDNS] Entry :: dom.query. 60 IN A 192.168.1.2
2020-08-23 14: 46: 28,169 WARNING [MqttClient] Unexpected MQTT disconnection. Will auto-reconnect
2020-08-23 14: 46: 28,170 INFO [TcpProxy] Server started [0.0.0.0:10000]
2020-08-23 14: 46: 29,172 WARNING [MqttClient] Unexpected MQTT disconnection. Will auto-reconnect
This 2 types of errors are showing in the log file:
1st:
Exception in thread Thread-23:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/local/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/inverter/TcpProxy.py", line 71, in transfer
buffer = src.recv(0x400)
error: [Errno 104] Connection reset by peer
2nd:
Exception in thread Thread-21:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/local/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/inverter/TcpProxy.py", line 76, in transfer
dst.send(buffer)
File "/usr/local/lib/python2.7/socket.py", line 174, in _dummy
raise error(EBADF, 'Bad file descriptor')
error: [Errno 9] Bad file descriptor
Do you think you can fix it?
The text was updated successfully, but these errors were encountered: