Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors in log file #7

Open
suppnet opened this issue Aug 15, 2020 · 1 comment
Open

Errors in log file #7

suppnet opened this issue Aug 15, 2020 · 1 comment

Comments

@suppnet
Copy link

suppnet commented Aug 15, 2020

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?

@force16
Copy link

force16 commented Aug 23, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants